From aba859cb130dad8bfe9c14762386b60feb6fccb0 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Thu, 14 Apr 2005 12:26:28 +0000 Subject: [PATCH] Change the default recipient address that is recommended at the end of problem report viewed through the web interface of query-pr to bug-followup@freebsd.org to reduce the diffs from the problem-reports articles and the potential for confusing our users. Submitted by: Julien Gabel --- en/cgi/query-pr.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/cgi/query-pr.cgi b/en/cgi/query-pr.cgi index 8f6dc5a00e..4501d616e6 100755 --- a/en/cgi/query-pr.cgi +++ b/en/cgi/query-pr.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.37 2004/02/16 16:57:10 ceri Exp $ +# $FreeBSD: www/en/cgi/query-pr.cgi,v 1.38 2004/11/26 21:57:23 ceri Exp $ $ENV{'PATH'} = "/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin"; @@ -180,7 +180,7 @@ print ""; $origsyn =~ s/[^a-zA-Z+.@-]/"%" . sprintf("%02X", unpack("C", $&))/eg; $email =~ s/[^a-zA-Z+.@-]/"%" . sprintf("%02X", unpack("C", $&))/eg; -print qq`Submit Followup | Raw PR\n`; +print qq`Submit Followup | Raw PR\n`; print &html_footer;