aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2015-10-19 21:30:28 +0800
committerzi <zi@FreeBSD.org>2015-10-19 21:30:28 +0800
commitfae559741269aa92f9622b010f61055d3e1afce2 (patch)
tree8446a7c109e66aa93ca315204ef1bd22b0f4b93b /security
parent0b79862477748641323a0ae9f767d5e70f19bfb6 (diff)
downloadfreebsd-ports-gnome-fae559741269aa92f9622b010f61055d3e1afce2.tar.gz
freebsd-ports-gnome-fae559741269aa92f9622b010f61055d3e1afce2.tar.zst
freebsd-ports-gnome-fae559741269aa92f9622b010f61055d3e1afce2.zip
- Add additional instances variable for puppet/chef/cfengine/etc use
- Bump PORTREVISION
Diffstat (limited to 'security')
-rw-r--r--security/kstart/Makefile2
-rw-r--r--security/kstart/files/kstart.in5
2 files changed, 6 insertions, 1 deletions
diff --git a/security/kstart/Makefile b/security/kstart/Makefile
index 47f4d4cfada2..53e457cfac96 100644
--- a/security/kstart/Makefile
+++ b/security/kstart/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kstart
DISTVERSION= 4.1
-PORTREVISION= 2
+PORTREVISION= 3
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 4396eeff6aed..4d5379523334 100644
--- a/security/kstart/files/kstart.in
+++ b/security/kstart/files/kstart.in
@@ -32,9 +32,14 @@ load_rc_config $name
[ -z "$kstart_keytab" ] && kstart_keytab="/etc/krb5.keytab"
[ -z "$kstart_flags" ] && kstart_flags="-LUFK 120"
[ -z "$kstart_instances" ] && kstart_instances="system"
+[ -z "$kstart_sys_instances" ] && kstart_sys_instances=""
[ -z "$kstart_system_keytab" ] && kstart_system_keytab="$kstart_keytab"
[ -z "$kstart_system_flags" ] && kstart_system_flags="$kstart_flags"
+if [ -n "$kstart_sys_instances" ]; then
+ kstart_instances="$kstart_sys_instances $kstart_instances"
+fi
+
if [ -n "$kstart_instances" ]; then
_1=$1
if [ $# -gt 1 ]; then shift; kstart_instances=$*; fi