]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-managed.patch
- init var
[packages/util-linux.git] / util-linux-managed.patch
1 --- 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  
This page took 0.03266 seconds and 3 git commands to generate.