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

Diff for /src/usr.bin/sudo/Attic/sudo.8 between version 1.5 and 1.6

version 1.5, 2000/11/21 17:58:44 version 1.6, 2001/09/17 23:49:21
Line 2 
Line 2 
 ''' $RCSfile$$Revision$$Date$  ''' $RCSfile$$Revision$$Date$
 '''  '''
 ''' $Log$  ''' $Log$
   ''' Revision 1.6  2001/09/17 23:49:21  pjanzen
   ''' Typo and grammar fixes, one from PR/2058 (Dennis Schwarz); ok millert@
   '''
 ''' Revision 1.5  2000/11/21 17:58:44  millert  ''' Revision 1.5  2000/11/21 17:58:44  millert
 ''' A few updates from the sudo developement tree:  ''' A few updates from the sudo developement tree:
 ''' - Add bsd authentication support (currently disabled)  ''' - Add bsd authentication support (currently disabled)
Line 101 
Line 104 
 .\"             Ip      Item  .\"             Ip      Item
 .\"             X<>     Xref  (embedded  .\"             X<>     Xref  (embedded
 .\"     Of course, you have to process the output yourself  .\"     Of course, you have to process the output yourself
 .\"     in some meaninful fashion.  .\"     in some meaningful fashion.
 .if \nF \{  .if \nF \{
 .de IX  .de IX
 .tm Index:\\$1\t\\n%\t"\\$2"  .tm Index:\\$1\t\\n%\t"\\$2"
Line 236 
Line 239 
 with the \f(CW-l\fR or \f(CW-v\fR flags.  This allows users to determine  with the \f(CW-l\fR or \f(CW-v\fR flags.  This allows users to determine
 for themselves whether or not they are allowed to use \fBsudo\fR.  for themselves whether or not they are allowed to use \fBsudo\fR.
 .PP  .PP
 \fBsudo\fR can log both successful an unsuccessful attempts (as well  \fBsudo\fR can log both successful and unsuccessful attempts (as well
 as errors) to \fIsyslog\fR\|(3), a log file, or both.  By default \fBsudo\fR  as errors) to \fIsyslog\fR\|(3), a log file, or both.  By default \fBsudo\fR
 will log via \fIsyslog\fR\|(3) but this is changeable at configure time.  will log via \fIsyslog\fR\|(3) but this is changeable at configure time.
 .SH "OPTIONS"  .SH "OPTIONS"
Line 285 
Line 288 
 argument can be either a class name as defined in /etc/login.conf,  argument can be either a class name as defined in /etc/login.conf,
 or a single '\-' character.  Specifying a \fIclass\fR of \f(CW\*(C`\-\*(C'\fR indicates  or a single '\-' character.  Specifying a \fIclass\fR of \f(CW\*(C`\-\*(C'\fR indicates
 that the command should be run restricted by the default login  that the command should be run restricted by the default login
 capibilities for the user the command is run as.  If the \fIclass\fR  capabilities for the user the command is run as.  If the \fIclass\fR
 argument specifies an existing user class, the command must be run  argument specifies an existing user class, the command must be run
 as root, or the \fBsudo\fR command must be run from a shell that is already  as root, or the \fBsudo\fR command must be run from a shell that is already
 root.  This option is only available on systems with \s-1BSD\s0 login classes  root.  This option is only available on systems with \s-1BSD\s0 login classes
Line 355 
Line 358 
 (\fI/var/run/sudo\fR by default) and ignore the directory's contents if  (\fI/var/run/sudo\fR by default) and ignore the directory's contents if
 it is not owned by root and only writable by root.  On systems that  it is not owned by root and only writable by root.  On systems that
 allow non-root users to give away files via \fIchown\fR\|(2), if the timestamp  allow non-root users to give away files via \fIchown\fR\|(2), if the timestamp
 directory is located in a directory writable by anyone (eg: \fI/tmp\fR),  directory is located in a directory writable by anyone (e.g.: \fI/tmp\fR),
 it is possible for a user to create the timestamp directory before  it is possible for a user to create the timestamp directory before
 \fBsudo\fR is run.  However, because \fBsudo\fR checks the ownership and  \fBsudo\fR is run.  However, because \fBsudo\fR checks the ownership and
 mode of the directory and its contents, the only damage that can  mode of the directory and its contents, the only damage that can
Line 429 
Line 432 
 \& /var/run/sudo              Directory containing timestamps  \& /var/run/sudo              Directory containing timestamps
 .Ve  .Ve
 .SH "AUTHORS"  .SH "AUTHORS"
 Many people have worked on \fBsudo\fR over the years, this  Many people have worked on \fBsudo\fR over the years.  This
 version consists of code written primarily by:  version consists of code written primarily by:
 .PP  .PP
 .Vb 2  .Vb 2

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6