Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 2d4ad1ca5d26eb2694d23ca68c3b8fe4 > files > 18

util-linux-ng-2.13-3.4mdv2008.0.src.rpm

--- util-linux-2.13-pre7/mount/mount.c.users	2007-07-30 14:38:23.000000000 +0200
+++ util-linux-2.13-pre7/mount/mount.c	2007-07-30 14:39:55.000000000 +0200
@@ -106,7 +106,7 @@ struct opt_map {
 #define MS_NOSYS	(MS_NOAUTO|MS_USERS|MS_USER|MS_COMMENT|MS_ENCRYPT|MS_LOOP|MS_PAMCONSOLE)
 
 /* Options that we keep from appearing in the options field in the mtab.  */
-#define MS_NOMTAB	(MS_REMOUNT|MS_NOAUTO|MS_USERS|MS_USER|MS_PAMCONSOLE)
+#define MS_NOMTAB	(MS_REMOUNT|MS_NOAUTO|MS_USER|MS_PAMCONSOLE)
 
 /* Options that we make ordinary users have by default.  */
 #define MS_SECURE	(MS_NOEXEC|MS_NOSUID|MS_NODEV)