]> granicus.if.org Git - sudo/commitdiff
logfile -> logpath
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Oct 1998 03:36:17 +0000 (03:36 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Oct 1998 03:36:17 +0000 (03:36 +0000)
INSTALL
aclocal.m4

diff --git a/INSTALL b/INSTALL
index 387a4f01ff2b8ec627dd5240615ee5075e354750..72175de388b6e3b9ba2c060a3e78f8f331ab8c0a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -146,7 +146,7 @@ Special features/options:
                           Other platforms may require source code
                           and/or `configure' changes.
 
-  --with-logfile=path    Override the default location of the sudo
+  --with-logpath=path    Override the default location of the sudo
                          log file and use "path" instead.
 
   --with-timedir=path    Override the default location of the sudo
index bb949dd5c97e2290f6f376f704d8a7efba79d7d9..d0311fdeaca13934da6c5eab1f354f5ff84278d7 100644 (file)
@@ -112,9 +112,9 @@ dnl
 dnl Where the log file goes, use /var/log if it exists, else /{var,usr}/adm
 dnl
 AC_DEFUN(SUDO_LOGFILE, [AC_MSG_CHECKING(for log file location)
-if test -n "$with_logfile"; then
-    AC_MSG_RESULT($with_logfile)
-    AC_DEFINE_UNQUOTED(_PATH_SUDO_LOGFILE, "$with_logfile")
+if test -n "$with_logpath"; then
+    AC_MSG_RESULT($with_logpath)
+    AC_DEFINE_UNQUOTED(_PATH_SUDO_LOGFILE, "$with_logpath")
 elif test -d "/var/log"; then
     AC_MSG_RESULT(/var/log/sudo.log)
     AC_DEFINE(_PATH_SUDO_LOGFILE, "/var/log/sudo.log")