=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.31 retrieving revision 1.34 diff -u -p -r1.31 -r1.34 --- cvsweb/cvsweb.cgi 1999/06/01 15:23:51 1.31 +++ cvsweb/cvsweb.cgi 1999/09/08 13:04:09 1.34 @@ -28,7 +28,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $fId: cvsweb.cgi,v 1.30 1999/04/17 16:57:56 wosch Exp $ +# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.33 1999/09/06 07:02:40 peter Exp $ # @@ -145,6 +145,10 @@ if (!-d $cvsroot) { &fatal("500 Internal Error",'$CVSROOT not found!

The server on which the CVS tree lives is probably down. Please try again in a few minutes.'); } +# Set up for FreeBSD repo options. +$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader'; +$ENV{'RCSINCEXC'} = 'iFreeBSD'; +$ENV{'CVSROOT'} = $cvsroot; { local(@foo, $i); @@ -329,7 +333,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*#?)|((bin|conf|docs|gnu|i386|kern|misc|ports)\/))(\d+)\b!$&!ig; } $string;