/[smeserver]/rpms/anaconda/sme7/smeserver-super-minor.patch
ViewVC logotype

Contents of /rpms/anaconda/sme7/smeserver-super-minor.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Mon Aug 24 15:09:08 2009 UTC (14 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
FILE REMOVED
Import CentOS 4.8 sources

1 diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.46/fsset.py mezzanine_patched_anaconda-10.1.1.46/fsset.py
2 --- anaconda-10.1.1.46/fsset.py 2007-02-02 16:34:10.000000000 -0700
3 +++ mezzanine_patched_anaconda-10.1.1.46/fsset.py 2007-02-02 16:33:41.000000000 -0700
4 @@ -2003,8 +2003,7 @@
5 return []
6
7 def mdadmLine (self, devPrefix="/dev"):
8 - return "ARRAY %s/%s super-minor=%s\n" %(devPrefix, self.device,
9 - self.minor)
10 + return "ARRAY %s/%s\n" %(devPrefix, self.device)
11
12 def raidTab (self, devPrefix='/dev'):
13 if self.level == 1:

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed