mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Always use instances logic in rc script. This should make it easier to start with one instance and add others without complexity.
- Bump PORTREVISION
This commit is contained in:
parent
7fc3d89660
commit
f7e2ff1544
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378933
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= kstart
|
||||
DISTVERSION= 4.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://archives.eyrie.org/software/kerberos/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user