diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2012-07-21 19:55:18 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2012-07-21 19:55:18 +0000 |
commit | 4635525b053ea9e1359d24504bd4a9db2d5896bb (patch) | |
tree | 9e64a3db30e3c06eb4c7ca20da1a014154f29ac2 /usr.bin | |
parent | 2adb7081a50f15c1529c230d19a757498488cc1c (diff) |
Have sendbug(1) submit error reports to bugs@, instead of gnats@.
OK deraadt@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sendbug/sendbug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sendbug/sendbug.c b/usr.bin/sendbug/sendbug.c index f33ef90144a..697cdf16682 100644 --- a/usr.bin/sendbug/sendbug.c +++ b/usr.bin/sendbug/sendbug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sendbug.c,v 1.66 2010/04/20 21:33:25 sthen Exp $ */ +/* $OpenBSD: sendbug.c,v 1.67 2012/07/21 19:55:17 phessler Exp $ */ /* * Written by Ray Lai <ray@cyth.net>. @@ -547,7 +547,7 @@ template(FILE *fp) fprintf(fp, "SENDBUG: %s\n", categories); fprintf(fp, "SENDBUG:\n"); fprintf(fp, "SENDBUG:\n"); - fprintf(fp, "To: %s\n", "gnats@openbsd.org"); + fprintf(fp, "To: %s\n", "bugs@openbsd.org"); fprintf(fp, "Subject: \n"); fprintf(fp, "From: %s\n", pw->pw_name); fprintf(fp, "Cc: %s\n", pw->pw_name); |