Hi,

sendbug(1) send to [email protected] by default. Since gnats is no longer 
active and the procedure is to send to [email protected], here is a patch :

Index: sendbug.c
===================================================================
RCS file: /cvs/src/usr.bin/sendbug/sendbug.c,v
retrieving revision 1.66
diff -u -p -u -r1.66 sendbug.c
--- sendbug.c   20 Apr 2010 21:33:25 -0000      1.66
+++ sendbug.c   30 Nov 2011 10:04:24 -0000
@@ -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", "[email protected]");
+       fprintf(fp, "To: %s\n", "[email protected]");
        fprintf(fp, "Subject: \n");
        fprintf(fp, "From: %s\n", pw->pw_name);
        fprintf(fp, "Cc: %s\n", pw->pw_name);

Reply via email to