summaryrefslogtreecommitdiff
path: root/mail/smtpd/files/smtpd.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/smtpd/files/smtpd.in')
-rw-r--r--mail/smtpd/files/smtpd.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/smtpd/files/smtpd.in b/mail/smtpd/files/smtpd.in
deleted file mode 100644
index 6754c17a5c90..000000000000
--- a/mail/smtpd/files/smtpd.in
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: smtpd
-# REQUIRE: DAEMON
-#
-# Add the following lines to /etc/rc.conf to run smtpd:
-#
-# smtpd_enable (bool): Set it to "YES" to enable smtpd.
-# Default is "NO".
-#
-
-. /etc/rc.subr
-
-name="smtpd"
-rcvar=smtpd_enable
-
-command=%%PREFIX%%/sbin/smtpfwdd
-
-load_rc_config ${name}
-
-: ${smtpd_enable="NO"}
-
-run_rc_command "$1"