diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-11-25 14:13:04 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-11-25 14:13:04 +0000 |
commit | 2ef0fa236aa54671cafd605a50de7d89a6c42109 (patch) | |
tree | cced657068dafad9227c503286738ad60a1c9b9a /net-mail/postfix | |
parent | remove net.ppp0, cleanup (diff) | |
download | historical-2ef0fa236aa54671cafd605a50de7d89a6c42109.tar.gz historical-2ef0fa236aa54671cafd605a50de7d89a6c42109.tar.bz2 historical-2ef0fa236aa54671cafd605a50de7d89a6c42109.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 |