diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 22:26:24 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 22:26:24 +0000 |
| commit | e50718976d0ce40887de9ce89deff8bdaad14ab9 (patch) | |
| tree | ba3ff7a79f3c522e70eb21e529aa76ed52549c6b /mail/smtpd/files/smtpd.in | |
| parent | Update MASTER_SITES (diff) | |
2012-10-20 misc/voltcraft304: No more public distfiles
2012-10-20 misc/thailocale: No more public distfiles
2012-10-20 misc/flyway: No more public distfiles
2012-10-20 mail/zabit: No more public distfiles
2012-10-20 mail/wbl: No more public distfiles
2012-10-20 mail/smtpd: No more public distfiles
2012-10-20 mail/bulk_mailer: No more public distfiles
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306405
Diffstat (limited to 'mail/smtpd/files/smtpd.in')
| -rw-r--r-- | mail/smtpd/files/smtpd.in | 25 |
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" |
