--with-iologdir not --enable-iologdir
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 10 Sep 2010 17:16:52 +0000 (13:16 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 10 Sep 2010 17:16:52 +0000 (13:16 -0400)
--HG--
branch : 1.7

INSTALL

diff --git a/INSTALL b/INSTALL
index 8d92b4cbfd7eb5659a1cc23cd08ec19ba20fbee3..80ce152b3db1d5d9d10ffe4f6cd7f001a7add24c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -562,6 +562,16 @@ The following options are also configurable at runtime:
         prompt as an argument and print the received password to
         the standard output.
 
+  --without-iologdir
+       Disable sudo's I/O logging support.  This can be used to allow sudo
+       to be compiled on systems without pseudo-tty support.
+
+  --with-iologdir[=DIR]
+       By default, sudo stores I/O log files in either /var/log/sudo-io,
+       /var/adm/sudo-sudo-io or /usr/log/sudo-io.  If DIR is
+       specified, I/O logs will be stored in the indicated directory
+       instead.
+
   --disable-authentication
        By default, sudo requires the user to authenticate via a
        password or similar means.  This options causes sudo to
@@ -603,16 +613,6 @@ The following options are also configurable at runtime:
        if the executable is simply not in the user's path, sudo will tell
        the user that they are not allowed to run it, which can be confusing.
 
-  --disable-iologdir
-       Disable sudo's I/O logging support.  This can be used to allow sudo
-       to be compiled on systems without pseudo-tty support.
-
-  --enable-iologdir[=DIR]
-       By default, sudo stores I/O log files in either /var/log/sudo-io,
-       /var/adm/sudo-sudo-io or /usr/log/sudo-io.  If DIR is
-       specified, I/O logs will be stored in the indicated directory
-       instead.
-
   --enable-zlib[=DIR]
        Enable the use of the zlib compress library when storing
        I/O log files.  If specified, DIR is the base directory