[PATCH] configure: invert flag for sulogin emergency mount

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This should be disabled by default

Signed-off-by: Dave Reisner <dreisner@xxxxxxxxxxxxx>
---
Following up on:

http://www.spinics.net/lists/util-linux-ng/msg07317.html

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9c08fc0..85c3dcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1308,9 +1308,9 @@ fi
 
 
 AC_ARG_ENABLE([sulogin-emergency-mount],
-  AS_HELP_STRING([--disable-sulogin-emergency-mount],
-		 [do not use emergency mount of /dev and /proc for sulogin]),
-  [], enable_sulogin_emergency_mount=yes
+  AS_HELP_STRING([--enable-sulogin-emergency-mount],
+		 [use emergency mount of /dev and /proc for sulogin]),
+  [], enable_sulogin_emergency_mount=no
 )
 
 if test "x$enable_sulogin_emergency_mount" = xyes; then
-- 
1.8.0.3

--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux