40 lines
1 KiB
Modula-2
40 lines
1 KiB
Modula-2
# $FreeBSD: www/en/cgi/freebsd.def,v 1.3 2000/01/05 15:47:43 phantom 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/;
|
|
$gnrelease="www-send-pr: 2.0";
|
|
# 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";
|
|
#
|
|
#
|
|
# $gnsprep - sendpr reply page from dosendpr.cgi
|
|
#
|
|
$gnspreptitle = "Thank You for the problem report";
|
|
#$gnsprepbody= "bgcolor=FFFFFF";
|
|
$gnspreppage = "freebsdsp.res";
|
|
|
|
|
|
# return value;
|
|
1;
|