[packages/ism] full path to daemon

glen glen at pld-linux.org
Thu Sep 26 17:59:05 CEST 2013


commit 576445f96a7fa24c9f7905ed74ec9136aed5cd4e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Sep 26 18:58:00 2013 +0300

    full path to daemon

 dpcproxy.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dpcproxy.init b/dpcproxy.init
old mode 100644
new mode 100755
index 74c4c78..09b4624
--- a/dpcproxy.init
+++ b/dpcproxy.init
@@ -32,7 +32,7 @@ start() {
 	# Start daemons.
 	if [ ! -f /var/lock/subsys/dpcproxy ]; then
 		msg_starting dpcproxy
-		daemon dpcproxy $DPCPROXY_OPTS
+		daemon /usr/sbin/dpcproxy $DPCPROXY_OPTS
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/dpcproxy
 	else
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ism.git/commitdiff/9e9201d7b3629febf91fce7b405dcd969d5e8d4d



More information about the pld-cvs-commit mailing list