Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 0a153883883154beb56ce2d0cd5b77b9 > files > 2

dcc-1.3.122-1mdv2010.1.src.rpm

--- misc/rcDCC.in	2010-01-07 21:16:00.000000000 +0100
+++ misc/rcDCC.in.dlucio	2010-04-27 14:49:17.000000000 +0200
@@ -74,6 +74,7 @@
 #	Rhyolite Software DCC 1.3.122-1.38 $Revision$
 #	@configure_input@
 
+. /etc/rc.d/init.d/functions
 
 DCC_HOMEDIR=@prefix@
 DCC_LIBEXEC=@libexecdir@	    # in case dcc_conf has disappeared
@@ -134,16 +135,16 @@
 case "$1" in
 start|restart|reload)
 	if test -z "$DAEMON" -o "$DAEMON" = dccd; then
-	    $DCC_LIBEXEC/start-dccd $DEBUG
+	    @libexecdir@/start-dccd $DEBUG
 	fi
 	if test -z "$DAEMON" -o "$DAEMON" = grey; then
-	    $DCC_LIBEXEC/start-grey $DEBUG
+	    @libexecdir@/start-grey $DEBUG
 	fi
 	if test -z "$DAEMON" -o "$DAEMON" = dccm; then
-	    $DCC_LIBEXEC/start-dccm $DEBUG
+	    @libexecdir@/start-dccm $DEBUG
 	fi
 	if test -z "$DAEMON" -o "$DAEMON" = dccifd; then
-	    $DCC_LIBEXEC/start-dccifd $DEBUG
+	    @libexecdir@/start-dccifd $DEBUG
 	fi
 	if test -n "$MODULE" -a -d /var/lock/subsys; then
 	    touch /var/lock/subsys/$MODULE
@@ -169,10 +170,10 @@
 	# Tell dccd about operating system shutdown, including deleting
 	# dcc_db.hash, which will be rebuilt by dbclean when dccd is restarted.
 	if test -z "$DAEMON" -o "$DAEMON" = dccd; then
-	    $DCC_LIBEXEC/stop-dccd -S $DEBUG
+	    @libexecdir@/stop-dccd -S $DEBUG
 	fi
 	if test -z "$DAEMON" -o "$DAEMON" = grey; then
-	    $DCC_LIBEXEC/stop-dccd -G -S $DEBUG
+	    @libexecdir@/stop-dccd -G -S $DEBUG
 	fi
 	if test -n "$MODULE" -a -f /var/lock/subsys/$MODULE; then
 	    rm /var/lock/subsys/$MODULE