31 lines
846 B
Modula-2
31 lines
846 B
Modula-2
# $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;
|