pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal Let the rc.d script start kdc detache...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be65ccbff5d0
branches:  trunk
changeset: 469436:be65ccbff5d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 23 12:35:11 2004 +0000

description:
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:

 security/heimdal/Makefile     |  3 ++-
 security/heimdal/files/kdc.sh |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r c4f231154f3a -r be65ccbff5d0 security/heimdal/Makefile
--- a/security/heimdal/Makefile Mon Feb 23 12:34:01 2004 +0000
+++ b/security/heimdal/Makefile Mon Feb 23 12:35:11 2004 +0000
@@ -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 -r c4f231154f3a -r be65ccbff5d0 security/heimdal/files/kdc.sh
--- a/security/heimdal/files/kdc.sh     Mon Feb 23 12:34:01 2004 +0000
+++ b/security/heimdal/files/kdc.sh     Mon Feb 23 12:35:11 2004 +0000
@@ -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 @@
 name="kdc"
 rcvar=$name
 command="@PREFIX@/libexec/${name}"
+command_args="--detach"
 required_files="@PKG_SYSCONFDIR@/krb5.conf"
 
 if [ -f /etc/rc.subr ]; then



Home | Main Index | Thread Index | Old Index