diff INSTALL @ 425:a19e47ebbb33

Create the spool and log dirs on program startup if missing. They are not anymore created during installation.
author markus schnalke <meillo@marmaro.de>
date Wed, 30 May 2012 11:38:03 +0200
parents bdbedce60247
children
line wrap: on
line diff
--- a/INSTALL	Wed May 30 11:24:33 2012 +0200
+++ b/INSTALL	Wed May 30 11:38:03 2012 +0200
@@ -55,15 +55,17 @@
 
 --with-logdir=LOGDIR
 sets the directory where masqmail stores its log files. It will be
-created if it does not exist. Default is /var/log/masqmail/.
+created on program startup if it does not exist. Default is
+/var/log/masqmail.
 
 --with-spooldir=SPOOLDIR
 sets the directory where masqmail stores its spool files. It will be
-created if it does not exist. Default is /var/spool/masqmail/.
+created on program startup if it does not exist. Default is
+/var/spool/masqmail.
 
 --with-confdir=CONFDIR
 sets the default configuration directory to CONFDIR, in case you
-prefer another location than /etc/masqmail/.
+prefer another location than /etc/masqmail.
 
 --with-piddir=PIDDIR
 sets the directory for the pid file of the daemon. The default and usual