39 lines
1,001 B
Modula-2
39 lines
1,001 B
Modula-2
# $FreeBSD: www/en/cgi/freebsd.def,v 1.2 1999/09/06 07:02:40 peter Exp $
|
|
#
|
|
# Perl definitions!
|
|
#
|
|
$gnhow='mail';
|
|
$gnemail='freebsd-gnats-submit@FreeBSD.org';
|
|
$gnsubmitter='net';
|
|
@gncategory=("bin", "conf", "docs", "gnu", "i386", "kern", "misc", "ports");
|
|
$gnrelease="www-send-pr: 1.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;
|