masqmail
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 diff
1.1 --- a/configure Wed May 30 09:38:38 2012 +0200 1.2 +++ b/configure Wed May 30 10:27:10 2012 +0200 1.3 @@ -5254,7 +5254,7 @@ 1.4 if test "${with_logdir+set}" = set; then : 1.5 withval=$with_logdir; 1.6 else 1.7 - with_logdir='/var/log/masqmail/' 1.8 + with_logdir='/var/log/masqmail' 1.9 1.10 fi 1.11 1.12 @@ -5270,7 +5270,7 @@ 1.13 if test "${with_spooldir+set}" = set; then : 1.14 withval=$with_spooldir; 1.15 else 1.16 - with_spooldir='/var/spool/masqmail/' 1.17 + with_spooldir='/var/spool/masqmail' 1.18 1.19 fi 1.20