whoops... mistake
authoraland <aland>
Fri, 27 Oct 2000 19:38:30 +0000 (19:38 +0000)
committeraland <aland>
Fri, 27 Oct 2000 19:38:30 +0000 (19:38 +0000)
scripts/rc.radiusd.in

index 43d82ad..71cfc8e 100755 (executable)
@@ -67,11 +67,8 @@ case "$1" in
        sleep 3
        /etc/init.d/radiusd start
        ;;
-  hup)
-        kill -HUP `cat $rundir/$NAME1.pid`
-       ;;
   *)
-        echo "Usage: /etc/init.d/$NAME1 {start|stop|reload|restart|hup}"
+        echo "Usage: /etc/init.d/$NAME1 {start|stop|reload|restart}"
         exit 1
 esac