summaryrefslogtreecommitdiffstats
path: root/mail-mta/opensmtpd/files/smtpd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta/opensmtpd/files/smtpd.initd')
-rw-r--r--mail-mta/opensmtpd/files/smtpd.initd20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail-mta/opensmtpd/files/smtpd.initd b/mail-mta/opensmtpd/files/smtpd.initd
deleted file mode 100644
index db89844..0000000
--- a/mail-mta/opensmtpd/files/smtpd.initd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting OpenSMTPD"
- start-stop-daemon --start --quiet --exec /usr/sbin/smtpd
- eend ${?}
-}
-
-stop() {
- ebegin "Stopping OpenSMTPD"
- /usr/sbin/smtpctl stop
- eend ${?}
-}