]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- add managed and kudzu option available in options
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Mon, 27 Dec 2004 15:05:06 +0000 (15:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-managed.patch -> 1.1

util-linux-managed.patch [new file with mode: 0644]

diff --git a/util-linux-managed.patch b/util-linux-managed.patch
new file mode 100644 (file)
index 0000000..b6cb567
--- /dev/null
@@ -0,0 +1,11 @@
+--- util-linux-2.12a/mount/mount.c.sopwith     2004-03-04 20:28:22.000000000 -0500
++++ util-linux-2.12a/mount/mount.c     2004-07-16 16:50:18.792814782 -0400
+@@ -191,6 +191,8 @@
+   { "diratime",       0, 1, MS_NODIRATIME },  /* Update dir access times */
+   { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */
+ #endif
++  { "kudzu", 0, 0, 0 },                       /* Silently remove this option (backwards compat use only) */
++  { "managed", 0, 0, 0 },                     /* Silently remove this option */
+   { NULL,     0, 0, 0         }
+ };
This page took 0.083609 seconds and 4 git commands to generate.