=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.31 retrieving revision 1.35 diff -u -p -r1.31 -r1.35 --- cvsweb/cvsweb.cgi 1999/06/01 15:23:51 1.31 +++ cvsweb/cvsweb.cgi 1999/09/17 18:56:44 1.35 @@ -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.34 1999/09/08 13:04:09 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; @@ -725,7 +729,7 @@ sub dolog { print " (vendor branch)"; } print " " . &ctime($date{$_}) . " UTC by "; - print "" . $author{$_} . "\n"; + print "" . $author{$_} . "\n"; if ($revsym{$_}) { print "
CVS Tags: $revsym{$_}"; }