Now that my test build/grep has finished, freebsd.def can go.

This commit is contained in:
Ceri Davies 2004-02-16 17:25:38 +00:00
parent a2313c9ce5
commit 34113a7869
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20049
2 changed files with 2 additions and 33 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/cgi/Makefile,v 1.21 2004/02/16 15:18:02 ceri Exp $ # $FreeBSD: www/en/cgi/Makefile,v 1.22 2004/02/16 16:57:10 ceri Exp $
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -7,7 +7,7 @@
.include "../Makefile.inc" .include "../Makefile.inc"
.endif .endif
DATA= ftp.mirrors freebsd.def html.pl cgi-lib.pl cgi-style.pl Gnats.pm DATA= ftp.mirrors html.pl cgi-lib.pl cgi-style.pl Gnats.pm
DATA+= cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd DATA+= cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd
CGI= ftp.cgi gallery.cgi mirror.cgi CGI= ftp.cgi gallery.cgi mirror.cgi
CGI+= search.cgi cvsweb.cgi query-pr.cgi query-pr-summary.cgi CGI+= search.cgi cvsweb.cgi query-pr.cgi query-pr-summary.cgi

View file

@ -1,31 +0,0 @@
# $FreeBSD: www/en/cgi/freebsd.def,v 1.5 2004/02/16 14:42:47 ceri Exp $
#
# Perl definitions!
#
$gnhow='mail';
$gnemail='freebsd-gnats-submit@FreeBSD.org';
$gnsubmitter='current-users';
@gncategory=qw/advocacy alpha amd64 bin conf docs gnu i386 ia64 java
kern misc ports powerpc sparc64 standards www/;
# when $gnhow != 'mail'
$gnroot=" ";
$gnbin="/usr/local/bin";
#
# Definition of parts of the page.
#
# $gnsp - sendpr page
#
$gnsptitle="Submit a problem report to the FreeBSD Project";
#$gnspbody="bgcolor=FFFFFF";
$gnspfirst="freebsdsp.first";
$gnsplast="freebsdsp.last";
$gnspsubmit="Submit Problem Report";
$gnspreset="Reset";
$gnspaskenv="Environment (output of \"uname -a\" on the problem machine)";
$gnspaskrel="Which FreeBSD Release You Are Using ";
#$gnspdescription = "";
$gnsptacols = "72";
$gnsptarows = "6";
# return value;
1;