aboutsummaryrefslogtreecommitdiffstats
path: root/security/kstart
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2015-02-13 22:54:46 +0800
committerzi <zi@FreeBSD.org>2015-02-13 22:54:46 +0800
commit0e791ade7d0d8cb0af886fc2d163ec654a1a96aa (patch)
tree0fd0108e1db9b724f7df4b7c8c22df9c2fb1cc9c /security/kstart
parent3f14302185a75f30107d1d9604c55c5697ff8f12 (diff)
downloadfreebsd-ports-gnome-0e791ade7d0d8cb0af886fc2d163ec654a1a96aa.tar.gz
freebsd-ports-gnome-0e791ade7d0d8cb0af886fc2d163ec654a1a96aa.tar.zst
freebsd-ports-gnome-0e791ade7d0d8cb0af886fc2d163ec654a1a96aa.zip
- Always use instances logic in rc script. This should make it easier to start with one instance and add others without complexity.
- Bump PORTREVISION
Diffstat (limited to 'security/kstart')
-rw-r--r--security/kstart/Makefile2
-rw-r--r--security/kstart/files/kstart.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/security/kstart/Makefile b/security/kstart/Makefile
index eb3b62bef3db..47f4d4cfada2 100644
--- a/security/kstart/Makefile
+++ b/security/kstart/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kstart
DISTVERSION= 4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://archives.eyrie.org/software/kerberos/
diff --git a/security/kstart/files/kstart.in b/security/kstart/files/kstart.in
index 01059f1d1c85..4396eeff6aed 100644
--- a/security/kstart/files/kstart.in
+++ b/security/kstart/files/kstart.in
@@ -31,6 +31,9 @@ load_rc_config $name
[ -z "$kstart_enable" ] && kstart_enable="NO"
[ -z "$kstart_keytab" ] && kstart_keytab="/etc/krb5.keytab"
[ -z "$kstart_flags" ] && kstart_flags="-LUFK 120"
+[ -z "$kstart_instances" ] && kstart_instances="system"
+[ -z "$kstart_system_keytab" ] && kstart_system_keytab="$kstart_keytab"
+[ -z "$kstart_system_flags" ] && kstart_system_flags="$kstart_flags"
if [ -n "$kstart_instances" ]; then
_1=$1