components/sudo/patches/sudoers_man_in.patch
changeset 447 7ca7b95abd2f
parent 446 ba4f3a6be7f7
child 448 e07a264a6e3d
equal deleted inserted replaced
446:ba4f3a6be7f7 447:7ca7b95abd2f
     1 --- sudo-1.7.4p4.orig/sudoers.man.in	Fri Jul 30 08:58:55 2010
       
     2 +++ sudo-1.7.4p4/sudoers.man.in	Wed Jun  1 16:49:52 2011
       
     3 @@ -1,3 +1,7 @@
       
     4 +'\" t
       
     5 +.\" Modified for Solaris to to add 
       
     6 +.\" a note about auditing and source availability
       
     7 +.\" 
       
     8  .\" Copyright (c) 1994-1996, 1998-2005, 2007-2010
       
     9  .\" 	Todd C. Miller <[email protected]>
       
    10  .\" 
       
    11 @@ -1756,3 +1760,8 @@
       
    12  and fitness for a particular purpose are disclaimed.  See the \s-1LICENSE\s0
       
    13  file distributed with \fBsudo\fR or http://www.sudo.ws/sudo/license.html
       
    14  for complete details.
       
    15 +.\" Begin Solaris update
       
    16 +.SH NOTES
       
    17 +\fBsudo\fR does not create \fBaudit\fR(2) records; for a Role Based administration
       
    18 +solution that performs auditing of all actions, please refer to \fBrbac\fR(5).
       
    19 +.\" End Solaris update