]> git.pld-linux.org Git - packages/freeradius.git/commitdiff
- '-y' radiusd option is obsolete
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 14 Oct 2004 07:14:41 +0000 (07:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freeradius.init -> 1.6

freeradius.init

index ca1282918f1bae1130e76a4f10ddb7dc914996de..6e24cbcddeb8c0460057820e1d726e4d8edc0ed9 100644 (file)
@@ -36,7 +36,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f "$LOCKF" ]; then
                msg_starting RADIUS
-               daemon "$RADIUSD" -y
+               daemon "$RADIUSD"
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch "$LOCKF"
        else
This page took 0.059285 seconds and 4 git commands to generate.