From f7e2ff1544b50b88ed93a6868e42103a7cfe83bd Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Fri, 13 Feb 2015 14:54:46 +0000 Subject: [PATCH] - Always use instances logic in rc script. This should make it easier to start with one instance and add others without complexity. - Bump PORTREVISION --- security/kstart/Makefile | 2 +- security/kstart/files/kstart.in | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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