[packages/pommed] use full path to daemon

glen glen at pld-linux.org
Tue Dec 24 23:00:48 CET 2013


commit 5faec1dbb39f0952fac19da8a5b3d9aa5f801b71
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Feb 6 19:52:12 2013 +0200

    use full path to daemon

 pommed.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pommed.init b/pommed.init
old mode 100644
new mode 100755
index 7792276..cbfc99b
--- a/pommed.init
+++ b/pommed.init
@@ -17,7 +17,7 @@ start() {
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/pommed ]; then
 		msg_starting pommed
-		daemon pommed
+		daemon /usr/sbin/pommed
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/pommed
 	else
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pommed.git/commitdiff/0c6da2f88b1f2e7057a4c677c886461ff0fb3729



More information about the pld-cvs-commit mailing list