diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-06-03 14:41:32 +0200 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-06-03 14:41:32 +0200 |
commit | 38977a034b5091dbbc104b8ca12674137322851a (patch) | |
tree | 4c03e714584d5813bcbb91a9301252bf06254989 /mail-filter/postwhite/files | |
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')
-rw-r--r-- | mail-filter/postwhite/files/0.1.0/postwhite.conf | 5 | ||||
-rw-r--r-- | mail-filter/postwhite/files/0.1.0/postwhite.init | 21 |
2 files changed, 0 insertions, 26 deletions
diff --git a/mail-filter/postwhite/files/0.1.0/postwhite.conf b/mail-filter/postwhite/files/0.1.0/postwhite.conf deleted file mode 100644 index 4f676290b..000000000 --- a/mail-filter/postwhite/files/0.1.0/postwhite.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Config file for /etc/init.d/postwhite - -# See "postwhite --help" for a list of available options. -# -POSTWHITE_OPTS="" 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 ${?} -} |