Re: radiusd.sh



On Fri 18 Aug 2006 13:08, KES wrote:
> Hello, freeradius-users.
>
> Patch for radiusd.sh
>
> #!/bin/sh
>
> # PROVIDE: radiusd
> -# REQUIRE: NETWORKING SERVERS
> -# BEFORE: DAEMON
> +# REQUIRE: NETWORKING SERVERS mysql
> # KEYWORD: shutdown
>
> radiusd must start after DBServers(mysql) do  because of some problems
> with some rlm_sql* modules (rlm_nibs - can't connect to MySQL)
>
> so I have added
> # REQUIRE: NETWORKING SERVERS mysql
>
> adding mysql is case for loop dependency of 'rcorder'
> so I have removed
> -# BEFORE: DAEMON
>
> Does any have such problems?

Yes. This is in-fact incorrect as it will force people who are not using mysql 
to start it. The correct thing to do is simply add the line:

# Should-Start: $time postgresql mysql ldap


-- 

Peter Nixon
http://www.peternixon.net/
PGP Key: http://www.peternixon.net/public.asc

Attachment: pgpBi2Ohy7628.pgp
Description: PGP signature



This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.