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,4 +1,4 @@
# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.15 2000/01/05 15:47:42 phantom Exp $
# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.16 2000/12/18 04:44:38 knu Exp $
#
# Perl routines to encapsulate various elements of HTML page style.
@ -79,3 +79,4 @@ sub get_the_source {
exit;
}
1;

View file

@ -1,6 +1,6 @@
# Set up for FreeBSD repo options.
#
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.1 2000/08/14 04:55:19 knu Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.2 2000/09/03 18:46:25 knu Exp $
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
$ENV{'RCSINCEXC'} = 'iFreeBSD';
@ -32,3 +32,5 @@ $prcgi = "http://www.FreeBSD.org/cgi/query-pr.cgi?pr=%s";
# man.cgi
##############
$mancgi = "http://www.FreeBSD.org/cgi/man.cgi?apropos=0&sektion=%s&query=%s&manpath=FreeBSD+5.0-current&format=html";
1;

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;

View file

@ -1,6 +1,6 @@
# Set up for OpenBSD repo options.
#
# $FreeBSD: www/en/cgi/cvsweb.conf-openbsd,v 1.1 2000/08/14 04:55:19 knu Exp $
# $FreeBSD: www/en/cgi/cvsweb.conf-openbsd,v 1.2 2000/09/03 18:46:25 knu Exp $
$ENV{'RCSLOCALID'} = 'OpenBSD';
$ENV{'RCSINCEXC'} = 'iOpenBSD';
@ -36,3 +36,5 @@ $prcgi = "http://cvs.openbsd.org/cgi-bin/wwwgnats.pl/full?pr=%s";
# man.cgi
##############
$mancgi = "http://www.OpenBSD.org/cgi-bin/man.cgi?apropos=0&sektion=%s&query=%s&manpath=OpenBSD+Current&arch=i386&format=html";
1;