summaryrefslogtreecommitdiff
path: root/usr.bin/oldrdist
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-11 20:50:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-12-11 20:50:56 +0000
commit0caa4c315c8437a04f1cd5e047d0340586e0b619 (patch)
tree58516db7d059aed170ddc181d2dd09d70de251c0 /usr.bin/oldrdist
parentd2b521b0da1bea57595069812c57609e558c8d1f (diff)
rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millert
Diffstat (limited to 'usr.bin/oldrdist')
-rw-r--r--usr.bin/oldrdist/docmd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/oldrdist/docmd.c b/usr.bin/oldrdist/docmd.c
index a6c8354cc74..b9088d28b69 100644
--- a/usr.bin/oldrdist/docmd.c
+++ b/usr.bin/oldrdist/docmd.c
@@ -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 @@ notify(file, rhost, to, lmod)
/*
* 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)