Mercurial > 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 wrap: on
line diff
--- a/man/masqmail.conf.5 Wed Feb 29 18:16:50 2012 +0100 +++ b/man/masqmail.conf.5 Tue May 29 21:33:49 2012 +0200 @@ -470,8 +470,8 @@ .RS 8 .nf #!/bin/sh -test \-e /var/run/masqmail/masqmail-route || exit 1 -cat /var/run/masqmail/masqmail-route +test \-e /var/tmp/masqmail-route || exit 1 +cat /var/tmp/masqmail-route exit 0 .fi .RE