mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6981674c4a
PR: 5792 Submitted by: fliszt@gmx.net
32 lines
1.4 KiB
Plaintext
32 lines
1.4 KiB
Plaintext
--- Configure.orig Thu Dec 25 11:47:24 1997
|
|
+++ Configure Thu Feb 19 23:02:55 1998
|
|
@@ -44,16 +44,16 @@
|
|
# be overwritten by any of the parameters saved in $config.
|
|
# For yes/no values, 0=no, 1=yes
|
|
|
|
-DOMO_DIR= # Majordomo home directory
|
|
+DOMO_DIR=/usr/local/majordomo # Majordomo home directory
|
|
DOMO_CONF= # Majordomo configuration file
|
|
DOMO_VERSION= # Majordomo version number
|
|
WEB_SCHEME="http" # Web server scheme/protocol
|
|
-WEB_ROOT= # Web server root directory
|
|
+WEB_ROOT=/usr/local/www # Web server root directory
|
|
WEB_CGIDIR= # Web server CGI directory
|
|
WEB_CGIURL="/cgi-bin" # Web server CGI URL
|
|
WEB_IMGDIR= # Web server images directory
|
|
WEB_IMGURL="/images" # Web server images URL
|
|
-WEB_DOCROOT= # Root for served documents
|
|
+WEB_DOCROOT=/usr/local/www/data # Root for served documents
|
|
WEB_HEADER= # Header for common site look
|
|
WEB_FOOTER= # Footer for common site look
|
|
COOL_CF= # Config file for this installation
|
|
@@ -64,7 +64,7 @@
|
|
COOL_NAME="majordomo" # MajorCool CGI program name
|
|
COOL_USERID="bin" # User-id to install as
|
|
COOL_GROUPID="bin" # Group-id to install as
|
|
-COOL_HELPFILE= # MajorCool HTML info file location
|
|
+COOL_HELPFILE=/majorcool.html # MajorCool HTML info file location
|
|
COOL_SITEADDR="simple" # The address lookup function to use
|
|
COOL_CREATECMD= # Program to call on CREATE request
|
|
COOL_DELETECMD= # Program to call on DELETE request
|