From e1ed6f3799a4cbf0cb6c69ab9c3054e07765ca04 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Mon, 22 May 2000 08:52:43 +0000 Subject: [PATCH] Modify the PR-matching regexp to know about the new sparc, advocacy, and alpha categories. --- en/cgi/cvsweb.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/cgi/cvsweb.cgi b/en/cgi/cvsweb.cgi index fce7e8d325..6096f4b681 100755 --- a/en/cgi/cvsweb.cgi +++ b/en/cgi/cvsweb.cgi @@ -28,7 +28,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.39 2000/02/19 13:58:12 wosch Exp $ +# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.40 2000/04/19 17:07:09 phantom Exp $ # @@ -330,7 +330,7 @@ sub htmlify { $string =~ s/>/>/g; if ($pr) { - $string =~ s!\b((pr[:#]?\s*#?)|((bin|conf|docs|gnu|i386|kern|misc|ports)\/))(\d+)\b!$&!ig; + $string =~ s!\b((pr[:#]?\s*#?)|((advocacy|alpha|bin|conf|docs|gnu|i386|kern|misc|ports|sparc)\/))(\d+)\b!$&!ig; } $string;