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

Diff for /src/usr.bin/rdist/docmd.c between version 1.18 and 1.19

version 1.18, 2006/02/12 15:51:36 version 1.19, 2006/12/11 20:50:54
Line 164 
Line 164 
         /*          /*
          * Output the proper header information.           * Output the proper header information.
          */           */
           (void) fprintf(pf, "Auto-Submitted: auto-generated\n");
         (void) fprintf(pf, "From: rdist (Remote distribution program)\n");          (void) fprintf(pf, "From: rdist (Remote distribution program)\n");
         (void) fprintf(pf, "To:");          (void) fprintf(pf, "To:");
         if (!any('@', to->n_name) && rhost != NULL)          if (!any('@', to->n_name) && rhost != NULL)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19