diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2007-06-16 13:48:10 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2007-06-16 13:48:10 +0000 |
commit | 8c5375f6cf11d779a455520fb9616743e5703b81 (patch) | |
tree | 69403d6ad0045af743363cd966b62746d1fc8721 /mail-mta/qmail-ldap/files/run-qmail-send-log | |
parent | Stable on amd64 wrt bug 160067 (diff) | |
download | historical-8c5375f6cf11d779a455520fb9616743e5703b81.tar.gz historical-8c5375f6cf11d779a455520fb9616743e5703b81.tar.bz2 historical-8c5375f6cf11d779a455520fb9616743e5703b81.zip |
sync with netqmail-1.05-r8 ebuild; fix #62734, #65456, #82089, #97957, #125162 and hopefully #83092; old versions are completely broken, therefore removed
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'mail-mta/qmail-ldap/files/run-qmail-send-log')
-rw-r--r-- | mail-mta/qmail-ldap/files/run-qmail-send-log | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail-mta/qmail-ldap/files/run-qmail-send-log b/mail-mta/qmail-ldap/files/run-qmail-send-log new file mode 100644 index 000000000000..bc0879e0933b --- /dev/null +++ b/mail-mta/qmail-ldap/files/run-qmail-send-log @@ -0,0 +1,7 @@ +#!/bin/bash +# Gentoo Startup script for qmail's send daemon (logging) +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/files/run-qmail-send-log,v 1.1 2007/06/16 13:48:10 hollow Exp $ + +SERVICE=send +. /var/qmail/bin/qmail-config-system && \ +eval exec /usr/bin/setuidgid qmaill /usr/bin/multilog ${LOG_OPTS} ${LOG_DEST} |