From c61e4f11555461dbd8ece4a1d3d0b6e62f955371 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 4 Nov 2008 12:35:05 -0500 Subject: Pass in the correct $DAEMON arg to the dameon cmd in the init scripts. Previsouly we were just passing in the process name (which mostly works, though mostly by accident) Suggestion from Louis Coilliot --- init-scripts/funcd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-scripts') diff --git a/init-scripts/funcd b/init-scripts/funcd index 63b98a2..223a7b6 100755 --- a/init-scripts/funcd +++ b/init-scripts/funcd @@ -67,7 +67,7 @@ RETVAL=0 start() { echo -n $"Starting func daemon: " - START_DAEMON $PROCESS $CONFIG_ARGS + START_DAEMON $DAEMON $CONFIG_ARGS RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$SERVICE -- cgit