summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-02-23 12:35:11 +0000
committerwiz <wiz@pkgsrc.org>2004-02-23 12:35:11 +0000
commit8c8f18c61c3f6e5c2627cd2a51fc5d2e10e7b341 (patch)
tree2bc963700b506f942798121486c66a27c4013672 /security/heimdal
parent27738248a16af0e9e56e37d2a47de9809e9391f0 (diff)
downloadpkgsrc-8c8f18c61c3f6e5c2627cd2a51fc5d2e10e7b341.tar.gz
Let the rc.d script start kdc detached, as is the default for
the in-tree kdc. From Jukka Salmi in PR 24489, ok'd by lukem@. Bump PKGREVISION to 1.
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile3
-rw-r--r--security/heimdal/files/kdc.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 16892d713dd..7e501907eb9 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/02/22 11:59:50 markd Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/23 12:35:11 wiz Exp $
DISTNAME= heimdal-0.6
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \
ftp://ftp.pdc.kth.se/pub/heimdal/src/old/ \
diff --git a/security/heimdal/files/kdc.sh b/security/heimdal/files/kdc.sh
index 78e7139fb4c..422a7ffbca2 100644
--- a/security/heimdal/files/kdc.sh
+++ b/security/heimdal/files/kdc.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: kdc.sh,v 1.1 2004/01/10 21:59:29 jlam Exp $
+# $NetBSD: kdc.sh,v 1.2 2004/02/23 12:35:11 wiz Exp $
#
# PROVIDE: kdc
# REQUIRE: NETWORKING
@@ -13,6 +13,7 @@ fi
name="kdc"
rcvar=$name
command="@PREFIX@/libexec/${name}"
+command_args="--detach"
required_files="@PKG_SYSCONFDIR@/krb5.conf"
if [ -f /etc/rc.subr ]; then