diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-07-25 23:32:40 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-07-25 23:32:40 +0000 |
commit | 2529630d25adf0b34a5abb0d232c8894cf7496d4 (patch) | |
tree | 6c733bd366f5686d536f5a5359b4e0a365da77b0 /net-mail/qmail/files/1.03-r7/qmail-control | |
parent | Adding provvide mta (diff) | |
download | historical-2529630d25adf0b34a5abb0d232c8894cf7496d4.tar.gz historical-2529630d25adf0b34a5abb0d232c8894cf7496d4.tar.bz2 historical-2529630d25adf0b34a5abb0d232c8894cf7496d4.zip |
cleanup
Diffstat (limited to 'net-mail/qmail/files/1.03-r7/qmail-control')
-rw-r--r-- | net-mail/qmail/files/1.03-r7/qmail-control | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-mail/qmail/files/1.03-r7/qmail-control b/net-mail/qmail/files/1.03-r7/qmail-control deleted file mode 100644 index bf43dcc9f271..000000000000 --- a/net-mail/qmail/files/1.03-r7/qmail-control +++ /dev/null @@ -1,30 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r7/qmail-control,v 1.2 2003/02/14 23:03:53 vapier Exp $ - -opts="start stop restart reload" - -start() { - ebegin "Starting qmail mta ..." - svc -u /var/qmail/supervise/* - eend $? - ebegin "Starting qmail mta logging ..." - svc -u /var/qmail/supervise/*/log - eend $? -} - -stop() { - ebegin "Stopping qmail mta ..." - svc -d /var/qmail/supervise/* - eend $? - ebegin "Stopping qmail mta logging ..." - svc -d /var/qmail/supervise/*/log - eend $? -} - -reload() { - ebegin "Reloading 'locals' and 'virtualdomains' control files." - svc -h /var/qmail/supervise/qmail-send - eend $? -} |