diff options
Diffstat (limited to 'mail/smfsav/files/smfsav.in')
-rw-r--r-- | mail/smfsav/files/smfsav.in | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/smfsav/files/smfsav.in b/mail/smfsav/files/smfsav.in deleted file mode 100644 index 8ebddd4e9e90..000000000000 --- a/mail/smfsav/files/smfsav.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -# PROVIDE: smfsav -# REQUIRE: NETWORKING -# BEFORE: sendmail - -# Written for FreeBSD. -# -# $FreeBSD$ -# -# Copy this file into /usr/local/etc/rc.d as /usr/local/etc/rc.d/smfsav -# Add this line to /etc/rc.conf: -# -# smfsav_enable="YES" - -. /etc/rc.subr - -name="smfsav" -rcvar=smfsav_enable -command="%%PREFIX%%/sbin/smfsav" - -load_rc_config ${name} -run_rc_command "$1" - |