commit 4fbf1bf1d277ca85091865822b831a7d4fab44ec
Author: Elan Ruusamäe <[email protected]>
Date: Sat Nov 23 03:05:04 2013 +0200
daemon needs full path to binary
rpcbind.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/rpcbind.init b/rpcbind.init
old mode 100644
new mode 100755
index ff8a183..c756a1d
--- a/rpcbind.init
+++ b/rpcbind.init
@@ -34,7 +34,7 @@ start() {
# Check if the service is already running?
if [ ! -f /var/lock/subsys/rpcbind ]; then
msg_starting rpcbind
- daemon rpcbind -w $RPCBIND_OPTIONS
+ daemon /sbin/rpcbind -w $RPCBIND_OPTIONS
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/rpcbind
else
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpcbind.git/commitdiff/f8ae1975e8a2dfc61b058076ef0475432118944e
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit