From a0b18476a205fb4fafdc1d3665b089f56d507e49 Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Sun, 2 May 2021 15:35:17 -0500 Subject: network/heimdal: Fixed for Slackware 15.0 Signed-off-by: Robby Workman --- network/heimdal/config/rc.kpasswdd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'network/heimdal/config/rc.kpasswdd') 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 } -- cgit v1.2.3