| Summary: | cvsweb interface for .de contains links to PR interface at .de | ||
|---|---|---|---|
| Product: | Base System | Reporter: | nick.hibma <nick.hibma> |
| Component: | misc | Assignee: | Wolfram Schneider <wosch> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
nick.hibma
1999-07-26 09:10:00 UTC
On Mon, Jul 26, 1999, Nick Hibma wrote: > >Fix: > > Make the link to PR's in the cvsweb.cgi script explicitly refer to > www.freebsd.org Got it. Here's a patch! Index: cvsweb.cgi =================================================================== RCS file: /home/ncvs/www/en/cgi/cvsweb.cgi,v retrieving revision 1.31 diff -u -r1.31 cvsweb.cgi --- cvsweb.cgi 1999/06/01 15:23:51 1.31 +++ cvsweb.cgi 1999/07/26 11:49:26 @@ -329,7 +329,7 @@ $string =~ s/>/>/g; if ($pr) { - $string =~ s!\b((pr[:#]?\s*#?)|((bin|conf|docs|gnu|i386|kern|misc|ports)\/))(\d+)\b!<A HREF=/cgi/query-pr.cgi?pr=\5>$&</A>!ig; + $string =~ s!\b((pr[:#]?\s*#?)|((bin|conf|docs|gnu|i386|kern|misc|ports)\/))(\d+)\b!<A HREF=http://www.freebsd.org/cgi/query-pr.cgi?pr=\5>$&</A>!ig; } $string; > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message -- |Chris Costello <chris@calldei.com> |Satisfaction Guaranteed: We'll send you another copy if it fails. `----------------------------------------------------------------- Responsible Changed From-To: freebsd-bugs->wosch wosch is webmaster State Changed From-To: open->closed fixed in rev 1.32 en/cgi/cvsweb.cgi |