From 930dfcfc6ca70da79a69f1228ed58f8c6bd04597 Mon Sep 17 00:00:00 2001 From: mlelstv Date: Thu, 27 Mar 2008 21:42:22 +0000 Subject: [PATCH] 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. --- etc/defaults/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index cf867880109f..a2ae3ed296cd 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -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=""