[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.15 and 1.16

version 1.15, 2004/09/28 15:10:51 version 1.16, 2006/12/11 20:50:55
Line 514 
Line 514 
     mail = fdopen(pfd[1], "w");      mail = fdopen(pfd[1], "w");
   
     /* Pipes are all setup, send message via sendmail. */      /* Pipes are all setup, send message via sendmail. */
     (void) fprintf(mail, "To: %s\nFrom: %s\nSubject: ",      (void) fprintf(mail, "Auto-Submitted: auto-generated\n"
           "To: %s\nFrom: %s\nSubject: ",
         def_mailto, user_name);          def_mailto, user_name);
     for (p = def_mailsub; *p; p++) {      for (p = def_mailsub; *p; p++) {
         /* Expand escapes in the subject */          /* Expand escapes in the subject */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16