[BACK]Return to INSTALL CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/INSTALL between version 1.2 and 1.3

version 1.2, 1999/12/10 06:45:10 version 1.3, 2000/01/24 04:22:52
Line 1 
Line 1 
 Installation instructions for Sudo 1.6  Installation instructions for Sudo 1.6.2
 ======================================  ========================================
   
 Sudo uses a `configure' script to probe the capabilities and type  Sudo uses a `configure' script to probe the capabilities and type
 of the system in question.  In this release, `configure' takes many  of the system in question.  In this release, `configure' takes many
Line 228 
Line 228 
         security hole as most editors allow a user to get a shell (which would          security hole as most editors allow a user to get a shell (which would
         be a root shell and hence, no logging).          be a root shell and hence, no logging).
   
   --enable-noargs-shell  
         If sudo is invoked with no arguments it acts as if the "-s" flag had  
         been given.  That is, it runs a shell as root (the shell is determined  
         by the SHELL environment variable, falling back on the shell listed  
         in the invoking user's /etc/passwd entry).  
   
 The following options are also configurable at runtime:  The following options are also configurable at runtime:
   
   --with-otp-only    --with-otp-only
Line 422 
Line 416 
   
   --enable-log-host    --enable-log-host
         Log the hostname in the log file.          Log the hostname in the log file.
   
     --enable-noargs-shell
           If sudo is invoked with no arguments it acts as if the "-s" flag had
           been given.  That is, it runs a shell as root (the shell is determined
           by the SHELL environment variable, falling back on the shell listed
           in the invoking user's /etc/passwd entry).
   
   --enable-shell-sets-home    --enable-shell-sets-home
         If sudo is invoked with the "-s" flag the HOME environment variable          If sudo is invoked with the "-s" flag the HOME environment variable

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3