masqmail
diff man/masqmail.conf.5 @ 418:4cbaf6d6793f
Changed the location of the route query file in the docs.
/var/run is for pid files only.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 29 May 2012 21:33:49 +0200 |
parents | b033fd9b96e4 |
children | f37384470855 |
line diff
1.1 --- a/man/masqmail.conf.5 Wed Feb 29 18:16:50 2012 +0100 1.2 +++ b/man/masqmail.conf.5 Tue May 29 21:33:49 2012 +0200 1.3 @@ -470,8 +470,8 @@ 1.4 .RS 8 1.5 .nf 1.6 #!/bin/sh 1.7 -test \-e /var/run/masqmail/masqmail-route || exit 1 1.8 -cat /var/run/masqmail/masqmail-route 1.9 +test \-e /var/tmp/masqmail-route || exit 1 1.10 +cat /var/tmp/masqmail-route 1.11 exit 0 1.12 .fi 1.13 .RE