Installing CrayDoc [4]
Note: In Perl scripts, as in shell scripts, lines beginning with a pound sign
(#) are comments and are ignored.
#!/usr/bin/Perl
# CrayDoc 2.0 Configuration File
# written by configure.pl Thu Oct 31 15:00:02 CST 2002
# OS: Linux
# OSversion: 2.4.7-10
# Hostname: somehost
# Perl: /usr/bin/Perl
# Install: StandAlone
# CD-ROM Location: /mnt/cdrom
$DocumentRoot = "/var/www/html";
$ScriptURL = "http://somehost.foo.com/cgi-bin";
$ScriptAlias = "/var/www/cgi-bin";
$User = "someuser";
$Group = "somegroup";
$cgi_umask = "770";
$html_umask = "775";
$path2cd = "/mnt/cdrom";
$URLRoot = "http://somehost.foo.com";
$autohomepage = "1";
$splashpage = "frontpage.html";
$orderform = "yes";
$booksdmp = "$ScriptAlias/books.dmp";
$collectionsdmp = "$ScriptAlias/collections.dmp";
$packagesdmp = "$ScriptAlias/packages.dmp";
$library = "$DocumentRoot/manuals";
$manlibrary = "$DocumentRoot/manpages";
$TxtSearchURL = "$ScriptURL/search/search.pl";
$CrayDocCGI = "$ScriptURL/craydoc.cgi";
$ManPageCGI = "$ScriptURL/manpage_display.cgi";
$GlossCGI = "$ScriptURL/glossary.cgi";
$LibraryRoot = "$URLRoot/manuals";
$Icons = "$URLRoot/img";
$pl2prod_dmp = "$ScriptAlias/pl2prod.dmp";
$maninfo_dmp = "$ScriptAlias/manpages.dmp";
$gloss_dmp = "$ScriptAlias/glossary.dmp";
$SMTP = "localhost";
Here is a list of the settings required and what they mean:
S–2340–21 19