--- lib/config.sh.dist Wed Sep 18 11:50:24 2002 +++ lib/config.sh.dist Tue Sep 24 10:15:33 2002 @@ -49,17 +49,20 @@ ## want to to check if you want more granular customization. ##------------------------------------------------------------------------- +# Pathname to library directory. +LIB_DIR=$SW_ROOT/lib + # Pathname to lists.def. -LISTS_DEF_FILE=$SW_ROOT/lib/lists.def +LISTS_DEF_FILE=$LIB_DIR/lists.def # Pathname of procmailrc (generated from $LISTS_DEF_FILE) PROCMAILRC=$SW_ROOT/procmailrc.mharc # Pathname to main MHonArc resource file. -MHA_RC=$SW_ROOT/lib/common.mrc +MHA_RC=$LIB_DIR/common.mrc # Pathname to directory containing list-specific MHonArc resource files. -MHA_RC_DIR=$SW_ROOT/lib/mrc +MHA_RC_DIR=$LIB_DIR/mrc # Pathname of directory containing logs LOG_DIR=$SW_ROOT/log @@ -70,6 +73,12 @@ # Pathname of directory containing HTML mail archives. HTML_DIR=$SW_ROOT/html +# Pathname of directory containing Apache config and crontab entries. +ETC_DIR=$SW_ROOT/etc + +# Pathname of cgi-bin directory. +CGI_DIR=$SW_ROOT/cgi-bin + # Pathname of archive lists index page. ALL_LISTS_FILE=$HTML_DIR/lists.html