Rename to symlink to avoid problems with startproc
authorpnixon <pnixon>
Fri, 29 Sep 2006 16:12:11 +0000 (16:12 +0000)
committerpnixon <pnixon>
Fri, 29 Sep 2006 16:12:11 +0000 (16:12 +0000)
suse/rcradius-relayd

index 640ca78..48e292e 100644 (file)
@@ -20,7 +20,7 @@
 # Description:       Remote Authentication Dialin User Server Relay Service
 ### END INIT INFO
 
-RADIUSD_BIN=/usr/sbin/radiusd
+RADIUSD_BIN=/usr/sbin/radrelayd
 test -x $RADIUSD_BIN || { echo "$RADIUSD_BIN not installed"; \
        if [ "$1" = "stop" ]; then exit 0;
        else exit 5; fi; }