From: Lan Yixun (dlan) <dennis.yxun@xxxxxxxxx> This will confuse people when they find what shows with "./configure --help" is different from what is actually used. Edited by: Ian Kent <raven@xxxxxxxxxx> - make description a little more readable. - update configure to include change. Signed-off-by: Lan Yixun (dlan) <dennis.yxun@xxxxxxxxx> --- CHANGELOG | 1 + configure | 8 ++++---- configure.in | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3228d6b..5751805 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -57,6 +57,7 @@ - fix a couple of compiler warnings. - add after sssd dependency to unit file. - dont start readmap unless ready. +- fix typo forced-shutdown should be force-shutdown. 25/07/2012 autofs-5.0.7 ======================= diff --git a/configure b/configure index 08b7ccc..e412734 100755 --- a/configure +++ b/configure @@ -741,7 +741,7 @@ with_openldap with_sasl enable_ext_env enable_mount_locking -enable_forced_shutdown +enable_force_shutdown enable_ignore_busy ' ac_precious_vars='build_alias @@ -5553,9 +5553,9 @@ fi # # Enable forced shutdown on USR1 signal (unlink umounts all mounts). # -# Check whether --enable-forced-shutdown was given. -if test "${enable_forced_shutdown+set}" = set; then : - enableval=$enable_forced_shutdown; +# Check whether --enable-force-shutdown was given. +if test "${enable_force_shutdown+set}" = set; then : + enableval=$enable_force_shutdown; else enableval=no fi diff --git a/configure.in b/configure.in index 559045a..0013a39 100644 --- a/configure.in +++ b/configure.in @@ -363,7 +363,7 @@ fi # # Enable forced shutdown on USR1 signal (unlink umounts all mounts). # -AC_ARG_ENABLE(forced-shutdown, +AC_ARG_ENABLE(force-shutdown, [ --enable-force-shutdown enable USR1 signal to force unlink umount of any busy mounts during shutdown],, enableval=no) -- To unsubscribe from this list: send the line "unsubscribe autofs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html