Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/send-pr Set GNATS_ADDR to gnats-bugs%NetBSD.org@localhost, ...



details:   https://anonhg.NetBSD.org/src/rev/65b6cc92dc70
branches:  trunk
changeset: 783441:65b6cc92dc70
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Dec 21 09:40:17 2012 +0000

description:
Set GNATS_ADDR to gnats-bugs%NetBSD.org@localhost, like in all other places.
Ok spz for admins.
Requested by Bug Hunting.

diffstat:

 gnu/usr.bin/send-pr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6da9b30ea8dc -r 65b6cc92dc70 gnu/usr.bin/send-pr/Makefile
--- a/gnu/usr.bin/send-pr/Makefile      Fri Dec 21 06:35:34 2012 +0000
+++ b/gnu/usr.bin/send-pr/Makefile      Fri Dec 21 09:40:17 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.30 2008/10/25 22:27:35 apb Exp $
+#      $NetBSD: Makefile,v 1.31 2012/12/21 09:40:17 wiz Exp $
 
 .include <bsd.own.mk>
 
@@ -19,7 +19,7 @@
 GNATS_ROOT =
 
 # Email address to which people should submit bugs.
-GNATS_ADDR = gnats-bugs%gnats.NetBSD.org@localhost
+GNATS_ADDR = gnats-bugs%NetBSD.org@localhost
 
 # The default release for this send-pr.
 DEFAULT_RELEASE = `uname -s` `uname -r`



Home | Main Index | Thread Index | Old Index