Branch: refs/heads/master
Home: http://github.com/abh/qpsmtpd
Commit: e8ee72a352f0567bb4d19d8c9e616fc4f24f6c9a
http://github.com/abh/qpsmtpd/commit/e8ee72a352f0567bb4d19d8c9e616fc4f24f6c9a
Author: Devin Carraway <[email protected]>
Date: 2009-04-11 (Sat, 11 Apr 2009)
Changed paths:
M qpsmtpd-prefork
Log Message:
-----------
prefork: support --listen-address for consistency with forkserver
forkserver uses --listen-address to specify the listening socket address, while
prefork uses --interface. Add the former as an alias for the latter, for
consistency & ease of integration. The two still aren't commandline-compatible,
but they're fairly close.
Signed-off-by: Ask Bjørn Hansen <[email protected]>