summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/heimdal/files/heimdal-kpasswdd')
-rw-r--r--app-crypt/heimdal/files/heimdal-kpasswdd4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/files/heimdal-kpasswdd b/app-crypt/heimdal/files/heimdal-kpasswdd
index b6e73662cf3a..517cb862109e 100644
--- a/app-crypt/heimdal/files/heimdal-kpasswdd
+++ b/app-crypt/heimdal/files/heimdal-kpasswdd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# 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.2 2004/09/13 15:40:34 dragonheart Exp $
+# $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
@@ -19,6 +19,6 @@ start() {
stop() {
ebegin "Stopping heimdal kpasswdd"
start-stop-daemon --stop --quiet --exec \
- /usr/libexec/kpasswdd
+ /usr/sbin/kpasswdd
eend $?
}