diff options
Diffstat (limited to 'security/krb5-112/files/kpropd.in')
-rw-r--r-- | security/krb5-112/files/kpropd.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/security/krb5-112/files/kpropd.in b/security/krb5-112/files/kpropd.in deleted file mode 100644 index faa27dc7dbba..000000000000 --- a/security/krb5-112/files/kpropd.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: kpropd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# kpropd_enable (bool): Set to NO by default. -# Set it to YES to enable kpropd. -# kpropd_flags (str): Set to "" by default. - -. /etc/rc.subr - -name=kpropd -rcvar=kpropd_enable - -load_rc_config $name - -: ${kpropd_enable:="NO"} -: ${kpropd_flags=""} - -command=%%PREFIX%%/sbin/${name} - -run_rc_command "$1" |