From bb3c293a86c9ad9e1f80fb1a35fbf216e7b54b5f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 11 Mar 2019 10:38:28 +0000 Subject: user/heimdal: move to legacy/ --- legacy/heimdal/heimdal-kpasswdd.initd | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 legacy/heimdal/heimdal-kpasswdd.initd (limited to 'legacy/heimdal/heimdal-kpasswdd.initd') diff --git a/legacy/heimdal/heimdal-kpasswdd.initd b/legacy/heimdal/heimdal-kpasswdd.initd new file mode 100755 index 000000000..5fc21e0dc --- /dev/null +++ b/legacy/heimdal/heimdal-kpasswdd.initd @@ -0,0 +1,24 @@ +#!/sbin/openrc-run +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/files/heimdal-kpasswdd,v 1.3 2004/09/13 22:44:54 solar Exp $ + +depend() { + need net + use heimdal-kdc + after logger +} + +start() { + ebegin "Starting heimdal kpasswdd" + start-stop-daemon --background --start --quiet --exec \ + /usr/sbin/kpasswdd + eend $? +} + +stop() { + ebegin "Stopping heimdal kpasswdd" + start-stop-daemon --stop --quiet --exec \ + /usr/sbin/kpasswdd + eend $? +} -- cgit v1.2.3-60-g2f50