=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdist/docmd.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/rdist/docmd.c 2006/02/12 15:51:36 1.18 +++ src/usr.bin/rdist/docmd.c 2006/12/11 20:50:54 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: docmd.c,v 1.18 2006/02/12 15:51:36 moritz Exp $ */ +/* $OpenBSD: docmd.c,v 1.19 2006/12/11 20:50:54 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -37,7 +37,7 @@ "$From: docmd.c,v 1.8 2001/03/12 18:42:23 kim Exp $"; #else static char RCSid[] __attribute__((__unused__)) = -"$OpenBSD: docmd.c,v 1.18 2006/02/12 15:51:36 moritz Exp $"; +"$OpenBSD: docmd.c,v 1.19 2006/12/11 20:50:54 deraadt Exp $"; #endif static char sccsid[] __attribute__((__unused__)) = @@ -164,6 +164,7 @@ /* * 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, "To:"); if (!any('@', to->n_name) && rhost != NULL)