Add 1;' at EOF so require' won't fail.

This commit is contained in:
Akinori MUSHA 2000-12-29 09:24:40 +00:00
parent defffe51f5
commit dc83c91ea5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8574
4 changed files with 12 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Set up for NetBSD repo options.
#
# $FreeBSD: www/en/cgi/cvsweb.conf-netbsd,v 1.2 2000/09/03 18:46:25 knu Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf-netbsd,v 1.3 2000/09/03 19:44:19 knu Exp $
$ENV{'RCSLOCALID'} = 'NetBSD';
$ENV{'RCSINCEXC'} = 'iNetBSD';
@ -63,3 +63,5 @@ $prcgi = "http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=%s";
##############
# $mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=NetBSD+1.4&format=html";
$mancgi = "http://www.flame.org/cgi-bin/uncgi/hman?sect=%s&page=%s&arch=i386";
1;