summaryrefslogtreecommitdiff
path: root/network/heimdal/config/rc.kpasswdd
diff options
context:
space:
mode:
authorThibaut Notteboom <thibaut.notteboom@gmail.com>2021-05-02 15:35:17 -0500
committerRobby Workman <rworkman@slackbuilds.org>2021-05-02 15:35:17 -0500
commita0b18476a205fb4fafdc1d3665b089f56d507e49 (patch)
tree57644f8e287f555457fa2de2f3c98050655d5101 /network/heimdal/config/rc.kpasswdd
parent2b6dc73415bbf04a4d926b78397998da0d947db9 (diff)
downloadslackbuilds-a0b18476a205fb4fafdc1d3665b089f56d507e49.tar.gz
network/heimdal: Fixed for Slackware 15.0
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/heimdal/config/rc.kpasswdd')
-rw-r--r--network/heimdal/config/rc.kpasswdd6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/heimdal/config/rc.kpasswdd b/network/heimdal/config/rc.kpasswdd
index f712ee8e45..793d3d2094 100644
--- a/network/heimdal/config/rc.kpasswdd
+++ b/network/heimdal/config/rc.kpasswdd
@@ -1,9 +1,9 @@
#!/bin/sh
kpasswdd_start() {
- if [ -x /usr/libexec/kpasswdd ]; then
- echo "Starting the kpasswdd service: /usr/libexec/kpasswdd"
- /usr/libexec/kpasswdd --detach
+ if [ -x /usr/heimdal/libexec/kpasswdd ]; then
+ echo "Starting the kpasswdd service: /usr/heimdal/libexec/kpasswdd"
+ /usr/heimdal/libexec/kpasswdd --detach
fi
}