]> granicus.if.org Git - sudo/commitdiff
Fix --with-badpri help line
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Apr 2000 19:30:28 +0000 (19:30 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Apr 2000 19:30:28 +0000 (19:30 +0000)
configure
configure.in

index aed05127e736e0ce5be238d4c8e10c0006a180e3..3bea1c43d9b6c6498cde5b279338f6064ca65243 100755 (executable)
--- a/configure
+++ b/configure
@@ -62,7 +62,7 @@ ac_help="$ac_help
 ac_help="$ac_help
   --with-goodpri          syslog priority for commands (def is notice)"
 ac_help="$ac_help
-  --with-badpri           syslog priority for failures (def is LOG_ALERT)"
+  --with-badpri           syslog priority for failures (def is alert)"
 ac_help="$ac_help
   --with-logpath          path to the sudo log file"
 ac_help="$ac_help
index 935148184b609a6307510d304524585ce6045ceb..e15627e94c088cd2c8122478b98c01bdc2d93b7c 100644 (file)
@@ -392,7 +392,7 @@ AC_ARG_WITH(goodpri, [  --with-goodpri          syslog priority for commands (de
 esac], [AC_DEFINE_UNQUOTED(PRI_SUCCESS, "notice") AC_MSG_RESULT("notice")])
 
 AC_MSG_CHECKING(at which syslog priority to log failures)
-AC_ARG_WITH(badpri, [  --with-badpri           syslog priority for failures (def is LOG_ALERT)],
+AC_ARG_WITH(badpri, [  --with-badpri           syslog priority for failures (def is alert)],
 [case $with_badpri in  
     yes)       AC_MSG_ERROR(["must give --with-badpri an argument."])
                ;;