]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-14 21:01:22 by joy]
authorjoy <>
Sun, 15 Oct 2000 04:01:22 +0000 (20:01 -0800)
committerjoy <>
Sun, 15 Oct 2000 04:01:22 +0000 (20:01 -0800)
replaced gWebUrl which doesn't exist with gWebDomain

scripts/mailsummary.in
scripts/service.in

index d3a50ad6f5897bcd98fec50f8e22a31e03a76589..53c94c128073edeb34de4b867ad2c0ce7d1d456d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: mailsummary.in,v 1.5 2000/10/07 17:27:13 joy Exp $
+# $Id: mailsummary.in,v 1.6 2000/10/14 21:01:22 joy Exp $
 
 require( '/etc/debbugs/config' );
 
@@ -70,7 +70,7 @@ Every Frideay, the listing by age of the report is posted.
 
 Please see the documentation for more information about how to
 use the $gBug tracking system.  It is available on the WWW at
-<A HREF=\"http://$gWebUrl/txt/\">$gWebUrl/txt</A>
+<A HREF=\"http://$gWebDomain/txt/\">$gWebDomain/txt</A>
 END
 
 close(D);
index 5ee09cfc7ac4f9eb518d6fc3143e97c5457716dd..98317cfd658a2b7196f7f86f55dc832061777673 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# $Id: service.in,v 1.24 2000/10/14 20:54:34 joy Exp $
+# $Id: service.in,v 1.25 2000/10/14 21:01:22 joy Exp $
 #
 # Usage: service <code>.nn
 # Temps:  incoming/P<code>.nn
@@ -199,7 +199,7 @@ for ($procline=$i; $procline<=$#msg; $procline++)
     } elsif (m/^subscribe/i) {
         &transcript(<<END);
 There is no $gProject $gBug mailing list.  If you wish to review bug reports
-please do so via http://$gWebUrl/ or ask this mailserver
+please do so via http://$gWebDomain/ or ask this mailserver
 to send them to you.
 soon: MAILINGLISTS_TEXT
 END