Magellan Linux

Annotation of /trunk/util-linux/patches/util-linux-2.12i-ignore-managed.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 506 byte(s)
-import

1 niro 153 --- util-linux-2.12a/mount/mount.c.sopwith 2004-03-04 20:28:22.000000000 -0500
2     +++ util-linux-2.12a/mount/mount.c 2004-07-16 16:50:18.792814782 -0400
3     @@ -191,6 +191,8 @@
4     { "diratime", 0, 1, MS_NODIRATIME }, /* Update dir access times */
5     { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */
6     #endif
7     + { "kudzu", 0, 0, 0 }, /* Silently remove this option (backwards compat use only) */
8     + { "managed", 0, 0, 0 }, /* Silently remove this option */
9     { NULL, 0, 0, 0 }
10     };
11