patch-aa needed some modifications as well.

This commit is contained in:
Andreas Klemm 1997-11-30 13:16:22 +00:00
parent 6c0f948636
commit a59088e86e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8914
2 changed files with 11 additions and 10 deletions

View File

@ -3,11 +3,11 @@
# Date created: Wed Aug 13 18:34:14 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.2 1997/08/13 18:56:48 andreas Exp $
# $Id: Makefile,v 1.3 1997/10/13 20:55:31 andreas Exp $
#
DISTNAME= majorcool
PKGNAME= majorcool-1.1.0
PKGNAME= majorcool-1.1.2
CATEGORIES= mail
MASTER_SITES= http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/

View File

@ -1,6 +1,6 @@
--- Configure.orig Wed Aug 13 20:41:47 1997
+++ Configure Wed Aug 13 20:45:03 1997
@@ -104,15 +104,15 @@
--- Configure.orig Sat Nov 8 03:22:10 1997
+++ Configure Sun Nov 30 14:07:58 1997
@@ -44,16 +44,16 @@
# be overwritten by any of the parameters saved in $config.
# For yes/no values, 0=no, 1=yes
@ -8,20 +8,21 @@
+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= # Web server CGI URL
WEB_CGIURL="/cgi-bin" # Web server CGI URL
WEB_IMGDIR= # Web server images directory
WEB_IMGURL= # Web server images URL
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="$COOL_CF" # Config file for this installation
@@ -561,7 +561,7 @@
$fastread ans
COOL_CF= # Config file for this installation
@@ -593,7 +593,7 @@
[ -n "$ans" ] && WEB_FOOTER=$ans
[ "$ans" = "none" ] && WEB_FOOTER=""
-[ "$COOL_HELPFILE" ] || COOL_HELPFILE="/majorcool.htm"
+[ "$COOL_HELPFILE" ] || COOL_HELPFILE="/majorcool.html"