Mercurial > masqmail
comparison 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 |
comparison
equal
deleted
inserted
replaced
421:f37384470855 | 422:bdbedce60247 |
---|---|
5252 | 5252 |
5253 # Check whether --with-logdir was given. | 5253 # Check whether --with-logdir was given. |
5254 if test "${with_logdir+set}" = set; then : | 5254 if test "${with_logdir+set}" = set; then : |
5255 withval=$with_logdir; | 5255 withval=$with_logdir; |
5256 else | 5256 else |
5257 with_logdir='/var/log/masqmail/' | 5257 with_logdir='/var/log/masqmail' |
5258 | 5258 |
5259 fi | 5259 fi |
5260 | 5260 |
5261 | 5261 |
5262 cat >>confdefs.h <<_ACEOF | 5262 cat >>confdefs.h <<_ACEOF |
5268 | 5268 |
5269 # Check whether --with-spooldir was given. | 5269 # Check whether --with-spooldir was given. |
5270 if test "${with_spooldir+set}" = set; then : | 5270 if test "${with_spooldir+set}" = set; then : |
5271 withval=$with_spooldir; | 5271 withval=$with_spooldir; |
5272 else | 5272 else |
5273 with_spooldir='/var/spool/masqmail/' | 5273 with_spooldir='/var/spool/masqmail' |
5274 | 5274 |
5275 fi | 5275 fi |
5276 | 5276 |
5277 | 5277 |
5278 cat >>confdefs.h <<_ACEOF | 5278 cat >>confdefs.h <<_ACEOF |