mhonarc-commits
[Top] [All Lists]

CVS: mharc/lib config.sh.dist,1.14,1.15

2002-09-26 22:03:48
Update of /cvsroot/mhonarc/mharc/lib
In directory subversions:/tmp/cvs-serv6291/lib

Modified Files:
	config.sh.dist 
Log Message:
* Added CGI_DIR, PROCMAIL, LOCKFILE, FORMAIL.
* Changed some default values to existing variables.
* Reordered variables in an attempt to group like variables together.


Index: config.sh.dist
===================================================================
RCS file: /cvsroot/mhonarc/mharc/lib/config.sh.dist,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** config.sh.dist	18 Sep 2002 18:50:24 -0000	1.14
--- config.sh.dist	27 Sep 2002 05:03:39 -0000	1.15
***************
*** 20,24 ****
  # based upon it.  It should be the pathname to the directory you installed
  # mharc.
! SW_ROOT=$HOME
  
  # MHonArc library path: If MHonArc libraries are not in Perl's default
--- 20,24 ----
  # based upon it.  It should be the pathname to the directory you installed
  # mharc.
! SW_ROOT=
  
  # MHonArc library path: If MHonArc libraries are not in Perl's default
***************
*** 29,33 ****
  # The reference to LOGNAME is an environment variable normally defined
  # by the system to represent the username.
! ORGMAIL=/var/mail/$LOGNAME
  
  # Set to 1 if $ORGMAIL is pathname to a mail spool file.  Else set
--- 29,33 ----
  # The reference to LOGNAME is an environment variable normally defined
  # by the system to represent the username.
! ORGMAIL=/var/spool/mail/$LOGNAME
  
  # Set to 1 if $ORGMAIL is pathname to a mail spool file.  Else set
***************
*** 36,44 ****
  
  # Root URL to mail archives.
! ROOT_URL=/~mhonarc
! 
! # SEARCH_CGI url should not have to be changed, but the namazu.cgi
! # program will need to be copied to $SW_ROOT/cgi-bin directory.
! SEARCH_CGI=$ROOT_URL/cgi-bin/namazu.cgi
  
  # Email address of administrator: Used in MKNMZ_RC.
--- 36,40 ----
  
  # Root URL to mail archives.
! ROOT_URL=
  
  # Email address of administrator: Used in MKNMZ_RC.
***************
*** 56,68 ****
  PROCMAILRC=$SW_ROOT/procmailrc.mharc
  
- # Pathname to main MHonArc resource file.
- MHA_RC=$SW_ROOT/lib/common.mrc
- 
- # Pathname to directory containing list-specific MHonArc resource files.
- MHA_RC_DIR=$SW_ROOT/lib/mrc
- 
  # Pathname of directory containing logs
  LOG_DIR=$SW_ROOT/log
  
  # Pathname of directory containing raw mail archives.
  MBOX_DIR=$SW_ROOT/mbox
--- 52,61 ----
  PROCMAILRC=$SW_ROOT/procmailrc.mharc
  
  # Pathname of directory containing logs
  LOG_DIR=$SW_ROOT/log
  
+ # Pathname of directory containing CGI programs
+ CGI_DIR=$SW_ROOT/cgi-bin
+ 
  # Pathname of directory containing raw mail archives.
  MBOX_DIR=$SW_ROOT/mbox
***************
*** 71,74 ****
--- 64,76 ----
  HTML_DIR=$SW_ROOT/html
  
+ # Directory containing informational pages about each list archive.
+ INFO_DIR=$SW_ROOT/info
+ 
+ # Pathname to directory containing list-specific MHonArc resource files.
+ MHA_RC_DIR=$SW_ROOT/lib/mrc
+ 
+ # Pathname to main MHonArc resource file.
+ MHA_RC=$SW_ROOT/lib/common.mrc
+ 
  # Pathname of archive lists index page.
  ALL_LISTS_FILE=$HTML_DIR/lists.html
***************
*** 93,102 ****
  ALL_LISTS_DATE_FORMAT='%Y-%m-%d %H:%M:%S'
  
- # Directory containing informational pages about each list archive.
- INFO_DIR=$SW_ROOT/info
- 
- # Base URL containing informational pages about each list archive.
- INFO_URL=$ROOT_URL/info
- 
  # Pathname of header template for period index pages.
  MAIN_HEADER=$HTML_DIR/.PNM.head
--- 95,98 ----
***************
*** 105,116 ****
  MAIN_FOOTER=$HTML_DIR/.PNM.foot
  
! # Pathname to mknmz program
! MKNMZ=/usr/local/bin/mknmz
! 
! # Pathname to resource file for mknmz
! MKNMZ_RC=$SW_ROOT/cgi-bin/mknmzrc
! 
! # Directory containing templates for namazu
! MKNMZ_TMPL_DIR=$SW_ROOT/cgi-bin/template
  
  # URL to mbox archives
--- 101,107 ----
  MAIN_FOOTER=$HTML_DIR/.PNM.foot
  
! # SEARCH_CGI url should not have to be changed, but the namazu.cgi
! # program will need to be copied to $SW_ROOT/cgi-bin directory.
! SEARCH_CGI=$ROOT_URL/cgi-bin/namazu.cgi
  
  # URL to mbox archives
***************
*** 120,137 ****
  HTML_URL=$ROOT_URL/html
  
  # URL providing list of all archives
  ALL_LISTS_URL=$HTML_URL
  
  # URL to period navigation CGI program
! MNAV_CGI=$ROOT_URL/cgi-bin/mnav.cgi
  
  # URL to raw message extraction CGI program
! EXTRACT_CGI=$ROOT_URL/cgi-bin/extract-mesg.cgi
  
  # URL to persistent message reference CGI program
! MESG_CGI=$ROOT_URL/cgi-bin/mesg.cgi
  
  # Procmail search path for $PROCMAILRC.
  PROCMAIL_PATH=$SW_ROOT/bin:/usr/local/bin:/bin:/usr/bin
  
  # Lock time out in seconds when processing $ORGMAIL: If the lock
--- 111,152 ----
  HTML_URL=$ROOT_URL/html
  
+ # Base URL containing informational pages about each list archive.
+ INFO_URL=$ROOT_URL/info
+ 
  # URL providing list of all archives
  ALL_LISTS_URL=$HTML_URL
  
+ # URL to CGI programs
+ CGI_URL=$ROOT_URL/cgi-bin
+ 
  # URL to period navigation CGI program
! MNAV_CGI=$CGI_URL/mnav.cgi
  
  # URL to raw message extraction CGI program
! EXTRACT_CGI=$CGI_URL/extract-mesg.cgi
  
  # URL to persistent message reference CGI program
! MESG_CGI=$CGI_URL/mesg.cgi
! 
! # Pathname to procmail program
! PROCMAIL=procmail
  
  # Procmail search path for $PROCMAILRC.
  PROCMAIL_PATH=$SW_ROOT/bin:/usr/local/bin:/bin:/usr/bin
+ 
+ # Pathname to formail program
+ FORMAIL=formail
+ 
+ # Pathname to lockfile program
+ LOCKFILE=lockfile
+ 
+ # Pathname to mknmz program
+ MKNMZ=mknmz
+ 
+ # Pathname to resource file for mknmz
+ MKNMZ_RC=$SW_ROOT/cgi-bin/mknmzrc
+ 
+ # Directory containing templates for namazu
+ MKNMZ_TMPL_DIR=$SW_ROOT/cgi-bin/template
  
  # Lock time out in seconds when processing $ORGMAIL: If the lock

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV