packages: unbound/unbound.init - full path to daemon

zbyniu zbyniu at pld-linux.org
Mon Apr 5 22:48:57 CEST 2010


Author: zbyniu                       Date: Mon Apr  5 20:48:57 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- full path to daemon

---- Files affected:
packages/unbound:
   unbound.init (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/unbound/unbound.init
diff -u packages/unbound/unbound.init:1.2 packages/unbound/unbound.init:1.3
--- packages/unbound/unbound.init:1.2	Wed Jul 16 16:36:35 2008
+++ packages/unbound/unbound.init	Mon Apr  5 22:48:51 2010
@@ -36,7 +36,7 @@
 	# Check if the service is already running?
 	if [ ! -f /var/lock/subsys/unbound ]; then
 		msg_starting "Unbound"
-	 	daemon unbound \
+	 	daemon /usr/sbin/unbound \
 			-c /etc/unbound/unbound.conf $UNBOUND_OPT </dev/null
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/unbound
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/unbound/unbound.init?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list