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

Annotation of /rpms/mdadm/sme7/mdadm-1.12.0-super-minor.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 16:34:40 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: mdadm-1_12_0-5_1_el4_sme, mdadm-1_12_0-2_el4_sme, HEAD
Import on branch sme7 of package mdadm-1.12.0-2.el4.sme.src.rpm

1 slords 1.1 --- mdadm-1.12.0/config.c.super-minor 2007-01-31 13:09:02.000000000 -0500
2     +++ mdadm-1.12.0/config.c 2007-01-31 13:12:44.000000000 -0500
3     @@ -293,7 +293,7 @@
4     fprintf(stderr, Name ": bad uuid: %s\n", w);
5     }
6     } else if (strncasecmp(w, "super-minor=", 12)==0 ) {
7     - if (mis.super_minor >= 0)
8     + if (mis.super_minor != UnSet)
9     fprintf(stderr, Name ": only specify super-minor once, %s ignored.\n",
10     w);
11     else {

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