From 720b723925f5ef4d77fde23009b29a1563aed5eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 27 Apr 2008 01:39:12 +0000 Subject: [PATCH] - use full path to daemon Changed files: dhcdbd.init -> 1.4 --- dhcdbd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcdbd.init b/dhcdbd.init index 7016aa6..b4541cb 100644 --- a/dhcdbd.init +++ b/dhcdbd.init @@ -37,7 +37,7 @@ case "$1" in if [ -f /var/lock/subsys/messagebus ]; then if [ ! -f /var/lock/subsys/dhcdbd ]; then msg_starting dhcdbd - daemon dhcdbd --system + daemon /usr/sbin/dhcdbd --system RETVAL=$? [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcdbd else -- 2.43.0