diff options
author | 2012-06-03 14:41:32 +0200 | |
---|---|---|
committer | 2012-06-03 14:41:32 +0200 | |
commit | 38977a034b5091dbbc104b8ca12674137322851a (patch) | |
tree | 4c03e714584d5813bcbb91a9301252bf06254989 /mail-filter/postwhite/files/0.1.0/postwhite.init | |
parent | dev-python/repoze-lru: Drop repoze-lru: in main tree (diff) | |
download | sunrise-38977a034b5091dbbc104b8ca12674137322851a.tar.gz sunrise-38977a034b5091dbbc104b8ca12674137322851a.tar.bz2 sunrise-38977a034b5091dbbc104b8ca12674137322851a.zip |
mail-filter/postwhite: Drop mail-filter/postwhite due to missing dependency (dev-ruby/facets)
Diffstat (limited to 'mail-filter/postwhite/files/0.1.0/postwhite.init')
-rw-r--r-- | mail-filter/postwhite/files/0.1.0/postwhite.init | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mail-filter/postwhite/files/0.1.0/postwhite.init b/mail-filter/postwhite/files/0.1.0/postwhite.init deleted file mode 100644 index e2261c481..000000000 --- a/mail-filter/postwhite/files/0.1.0/postwhite.init +++ /dev/null @@ -1,21 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -depend() { - need net - before postfix -} - -start() { - ebegin "Starting Postwhite" - /usr/sbin/postwhite --quiet --detach ${POSTWHITE_OPTS} start - eend ${?} -} - -stop() { - ebegin "Stopping Postwhite" - /usr/sbin/postwhite --quiet stop - eend ${?} -} |