* [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
* Re: [PATCH] configure: invert flag for sulogin emergency mount
2012-12-30 20:00 [PATCH] configure: invert flag for sulogin emergency mount Dave Reisner
@ 2013-01-09 13:45 ` Karel Zak
0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2013-01-09 13:45 UTC (permalink / raw)
To: Dave Reisner; +Cc: util-linux
On Sun, Dec 30, 2012 at 03:00:23PM -0500, Dave Reisner wrote:
> configure.ac | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [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