diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-12-03 05:26:30 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-12-03 05:26:30 +0000 |
commit | f6aba877bc1c45aaefc29aa98cf88950c2c7cd8c (patch) | |
tree | 50286f1029452a3b57649a38b6e3aa0cde2ab9d4 /security/krb5-112/files/kpropd.in | |
parent | Welcome the new security/krb5-115 port. This port follows MIT's (diff) |
Remove expired krb5-112. It was mistakenly "re-added" by r427588.
Notes
Notes:
svn path=/head/; revision=427589
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" |