From 8c2e9b4dc292d804f5614990f0643cd987f23042 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Fri, 23 Mar 2012 14:08:56 +0400 Subject: [PATCH] change daemon path in OpenRC scripts --- contrib/yasnd-early.openrc | 2 +- contrib/yasnd.openrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/yasnd-early.openrc b/contrib/yasnd-early.openrc index 67da8b7..3209e68 100755 --- a/contrib/yasnd-early.openrc +++ b/contrib/yasnd-early.openrc @@ -12,7 +12,7 @@ depend() start() { ebegin "Starting LPT locking for yasnd" - /sbin/yasnd --init + /usr/sbin/yasnd --init eend $? } diff --git a/contrib/yasnd.openrc b/contrib/yasnd.openrc index e3918f3..449f6ad 100755 --- a/contrib/yasnd.openrc +++ b/contrib/yasnd.openrc @@ -14,7 +14,7 @@ depend() start() { ebegin "Starting yasnd" - start-stop-daemon --start --background --quiet --pidfile /var/run/yasnd.pid --exec /sbin/yasnd + start-stop-daemon --start --background --quiet --pidfile /var/run/yasnd.pid --exec /usr/sbin/yasnd eend $? }