public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: invert flag for sulogin emergency mount
@ 2012-12-30 20:00 Dave Reisner
  2013-01-09 13:45 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Reisner @ 2012-12-30 20:00 UTC (permalink / raw)
  To: util-linux; +Cc: Dave Reisner

This should be disabled by default

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
---
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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-09 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-30 20:00 [PATCH] configure: invert flag for sulogin emergency mount Dave Reisner
2013-01-09 13:45 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox