diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-11 20:50:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-12-11 20:50:56 +0000 |
commit | 0caa4c315c8437a04f1cd5e047d0340586e0b619 (patch) | |
tree | 58516db7d059aed170ddc181d2dd09d70de251c0 /usr.bin/skeyaudit | |
parent | d2b521b0da1bea57595069812c57609e558c8d1f (diff) |
rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millert
Diffstat (limited to 'usr.bin/skeyaudit')
-rw-r--r-- | usr.bin/skeyaudit/skeyaudit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/skeyaudit/skeyaudit.c b/usr.bin/skeyaudit/skeyaudit.c index bcb974cab72..d4949120ba7 100644 --- a/usr.bin/skeyaudit/skeyaudit.c +++ b/usr.bin/skeyaudit/skeyaudit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: skeyaudit.c,v 1.22 2005/10/26 17:06:39 millert Exp $ */ +/* $OpenBSD: skeyaudit.c,v 1.23 2006/12/11 20:50:54 deraadt Exp $ */ /* * Copyright (c) 1997, 2000, 2003 Todd C. Miller <Todd.Miller@courtesan.com> @@ -153,6 +153,7 @@ notify(struct passwd *pw, int seq, int interactive) if (!interactive) (void)fprintf(out, + "Auto-Submitted: auto-generated\n" "To: %s\nSubject: IMPORTANT action required\n", pw->pw_name); if (seq) |