/[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.2 - (show annotations) (download)
Sat Dec 1 03:37:31 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_81-1_centos4_1_el4_sme
Changes since 1.1: +1 -1 lines
Import on branch sme7 of package anaconda-10.1.1.81-1.centos4.1.el4.sme.src.rpm

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 @@ -2001,8 +2001,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