=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/oldrdist/Attic/docmd.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/oldrdist/Attic/docmd.c 2004/01/16 01:12:35 1.19 +++ src/usr.bin/oldrdist/Attic/docmd.c 2006/12/11 20:50:54 1.20 @@ -1,4 +1,4 @@ -/* $OpenBSD: docmd.c,v 1.19 2004/01/16 01:12:35 espie Exp $ */ +/* $OpenBSD: docmd.c,v 1.20 2006/12/11 20:50:54 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,7 +31,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)docmd.c 8.1 (Berkeley) 6/9/93"; */ -static char *rcsid = "$OpenBSD: docmd.c,v 1.19 2004/01/16 01:12:35 espie Exp $"; +static char *rcsid = "$OpenBSD: docmd.c,v 1.20 2006/12/11 20:50:54 deraadt Exp $"; #endif /* not lint */ #include "defs.h" @@ -574,6 +574,7 @@ /* * Output the proper header information. */ + fprintf(pf, "Auto-Submitted: auto-generated\n"); fprintf(pf, "From: rdist (Remote distribution program)\n"); fprintf(pf, "To:"); if (!any('@', to->n_name) && rhost != NULL)