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

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

version 1.5, 2002/01/03 03:49:16 version 1.6, 2002/01/14 00:11:44
Line 65 
Line 65 
 #include "sudo.h"  #include "sudo.h"
   
 #ifndef lint  #ifndef lint
 static const char rcsid[] = "$Sudo: logging.c,v 1.151 2001/12/14 23:33:38 millert Exp $";  static const char rcsid[] = "$Sudo: logging.c,v 1.152 2002/01/13 18:27:25 millert Exp $";
 #endif /* lint */  #endif /* lint */
   
 static void do_syslog           __P((int, char *));  static void do_syslog           __P((int, char *));
Line 494 
Line 494 
                 endpwent();                  endpwent();
   
                 /* Run mailer as root so user cannot kill it. */                  /* Run mailer as root so user cannot kill it. */
                 set_perms(PERM_ROOT, 0);                  set_perms(PERM_FULL_ROOT, 0);
                 execv(mpath, argv);                  execv(mpath, argv);
                 _exit(127);                  _exit(127);
             }              }

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