Babar Shafiq wrote:
> If somebody have same problem like me try those steps:-
> install -m 755 rc.radiusd /etc/rc.d/init.d/radiusd
> and then
> chkconfig --add radiusd
> *error* service radiusd does not support chkconfig
> 
> we have to add on top of /etc/rc.d/init.d/radiusd
> # chkconfig: 2345 80 30
> # description: FreeRadius 1.0pre3.
> # processname: radiusd
> # pidfile: $rundir/radiusd.pid
> 
> chkconfig --add radiusd
> *this time radiusd will add to services*
> 
> radiusd on boot time is disable and enable from "ntsysv"

This works also:
1) cp /sbin/rc.radiusd /etc/rc.d/init.d/radiusd
2) vi /etc/rc.d/init.d/radiusd
        # chkconfig 2345 90 10
3) chkconfig radiusd on

Or you might want to read supervise-radiusd.txt in the doc directory!

-- 
Regards,

Thor Spruyt
E: [EMAIL PROTECTED]
W: www.thor-spruyt.com
M: +32 (0)475 67 22 65


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to