summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2018-01-22 16:45:05 +0300
committerEray Aslan <eras@gentoo.org>2018-01-22 16:45:05 +0300
commitd736f075a435fb21769b64d0590578b6b27a84e7 (patch)
tree6a02e9f3d9a2698ccf402930dfccafc77f9f75bc /net-mail/cyrus-imapd/files
parentsys-apps/ipmiutil: Bump to version 3.0.8 (diff)
downloadgentoo-d736f075a435fb21769b64d0590578b6b27a84e7.tar.gz
gentoo-d736f075a435fb21769b64d0590578b6b27a84e7.tar.bz2
gentoo-d736f075a435fb21769b64d0590578b6b27a84e7.zip
net-mail/cyrus-imapd: remove old
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'net-mail/cyrus-imapd/files')
-rw-r--r--net-mail/cyrus-imapd/files/cyrus.rc722
1 files changed, 0 insertions, 22 deletions
diff --git a/net-mail/cyrus-imapd/files/cyrus.rc7 b/net-mail/cyrus-imapd/files/cyrus.rc7
deleted file mode 100644
index 348b01c04921..000000000000
--- a/net-mail/cyrus-imapd/files/cyrus.rc7
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- use net
- use dns logger
- after drac saslauthd
-}
-
-start() {
- ebegin "Starting cyrus imapd"
- start-stop-daemon --start --quiet --background \
- --exec /usr/libexec/cyrusmaster -- ${CYRUS_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping cyrus imapd"
- start-stop-daemon --stop --quiet --pidfile /run/cyrus-master.pid
- eend $?
-}