components/sudo/patches/visudo_man_in.patch
changeset 279 c6af843791cd
equal deleted inserted replaced
278:77b380ba9d84 279:c6af843791cd
       
     1 --- sudo-1.7.4p4.orig/visudo.man.in	Fri Jul 30 08:58:55 2010
       
     2 +++ sudo-1.7.4p4/visudo.man.in	Wed Jun  1 16:49:43 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) 1996,1998-2005, 2007-2010
       
     9  .\" 	Todd C. Miller <[email protected]>
       
    10  .\" 
       
    11 @@ -299,3 +303,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