summaryrefslogtreecommitdiff
path: root/security/heimdal/files/kcm.sh
diff options
context:
space:
mode:
authorjlam <jlam>2005-10-26 15:12:45 +0000
committerjlam <jlam>2005-10-26 15:12:45 +0000
commite0725316f4dd945d5397a415feee3b865a7fa8a8 (patch)
treea64d54346b8cd7166f740fbc15ec668504d56fe8 /security/heimdal/files/kcm.sh
parent502cd979e3e6073b76583f700cab88e04f648ac3 (diff)
downloadpkgsrc-e0725316f4dd945d5397a415feee3b865a7fa8a8.tar.gz
Update security/heimdal to 0.7.1 (approved by lha). We drop support
for the "db4" option and just rely on the appropriate BDB_* settings via bdb.buildlink3.mk. Also, we tweak the builtin.mk file so use krb5-config, if it's available, to check the version of the built-in heimdal. Patches patch-ab, patch-ae and patch-af have been sent back upstream and will be incorporated into future Heimdal releases. Changes between version 0.6.5 and version 0.7.1 include: * Support for KCM, a process based credential cache * Support CCAPI credential cache * SPNEGO support * AES (and the gssapi conterpart, CFX) support * Adding new and improve old documentation * Bug fixes
Diffstat (limited to 'security/heimdal/files/kcm.sh')
-rw-r--r--security/heimdal/files/kcm.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/heimdal/files/kcm.sh b/security/heimdal/files/kcm.sh
new file mode 100644
index 00000000000..21bd4e9e40c
--- /dev/null
+++ b/security/heimdal/files/kcm.sh
@@ -0,0 +1,18 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: kcm.sh,v 1.1 2005/10/26 15:12:45 jlam Exp $
+#
+# PROVIDE: kcm
+# REQUIRE: NETWORKING
+# BEFORE: SERVERS
+
+. /etc/rc.subr
+
+name="kcm"
+rcvar=$name
+command="@PREFIX@/libexec/${name}"
+command_args="--detach"
+required_files="@PKG_SYSCONFDIR@/krb5.conf"
+
+load_rc_config $name
+run_rc_command "$1"