diff configure @ 422:bdbedce60247

Remove `input' dir in spool dir. Spooled files are in spool dir directly now. There's no more need to have any sub directories in the spool dir at all.
author markus schnalke <meillo@marmaro.de>
date Wed, 30 May 2012 10:27:10 +0200
parents f37384470855
children 34c919a8d74e
line wrap: on
line diff
--- a/configure	Wed May 30 09:38:38 2012 +0200
+++ b/configure	Wed May 30 10:27:10 2012 +0200
@@ -5254,7 +5254,7 @@
 if test "${with_logdir+set}" = set; then :
   withval=$with_logdir;
 else
-  with_logdir='/var/log/masqmail/'
+  with_logdir='/var/log/masqmail'
 
 fi
 
@@ -5270,7 +5270,7 @@
 if test "${with_spooldir+set}" = set; then :
   withval=$with_spooldir;
 else
-  with_spooldir='/var/spool/masqmail/'
+  with_spooldir='/var/spool/masqmail'
 
 fi