The previous versions of kdc got different levels of patches
to make them work like a standard detaching daemon. Now keep the original and just supply the "work as a daemon" command line option as a default.
This commit is contained in:
parent
db64271c36
commit
930dfcfc6c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: rc.conf,v 1.90 2007/08/27 10:59:05 pavel Exp $
|
||||
# $NetBSD: rc.conf,v 1.91 2008/03/27 21:42:22 mlelstv Exp $
|
||||
#
|
||||
# /etc/defaults/rc.conf --
|
||||
# default configuration of /etc/rc.conf
|
||||
@ -263,7 +263,7 @@ amd=NO amd_flags="-l syslog -x error,noinfo,nostats"
|
||||
amd_dir=/amd # mount dir
|
||||
|
||||
# Heimdal Kerberos 5 KDC (with Kerberos IV compatibility)
|
||||
kdc=NO kdc_flags=""
|
||||
kdc=NO kdc_flags="--detach"
|
||||
|
||||
# iSCSI target
|
||||
iscsi_target=NO iscsi_target_flags=""
|
||||
|
Loading…
Reference in New Issue
Block a user