diff options
author | 2001-11-25 14:13:04 +0000 | |
---|---|---|
committer | 2001-11-25 14:13:04 +0000 | |
commit | e091c2d960f3887c9bc03efd5277aeb180c260a3 (patch) | |
tree | 3dcf2fe8b4536f791bdad8c21a496358566fa7a0 /net-mail/postfix | |
parent | remove net.ppp0, cleanup (diff) | |
download | gentoo-2-e091c2d960f3887c9bc03efd5277aeb180c260a3.tar.gz gentoo-2-e091c2d960f3887c9bc03efd5277aeb180c260a3.tar.bz2 gentoo-2-e091c2d960f3887c9bc03efd5277aeb180c260a3.zip |
.
Diffstat (limited to 'net-mail/postfix')
-rw-r--r-- | net-mail/postfix/files/postfix.rc6 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mail/postfix/files/postfix.rc6 b/net-mail/postfix/files/postfix.rc6 index a1503347c8f3..a24ed3553f5d 100644 --- a/net-mail/postfix/files/postfix.rc6 +++ b/net-mail/postfix/files/postfix.rc6 @@ -1,12 +1,13 @@ #!/sbin/runscript -PIDFILE=/var/spool/postfix/pid/master.pid - depend() { need net use sysklogd metalog syslog-ng } + +PIDFILE=/var/spool/postfix/pid/master.pid + start() { ebegin "Starting postfix" /usr/sbin/postfix start >/dev/null 2>&1 |