freeradius starts before mysql

Mike Jakubik mikej at rogers.com
Sun May 14 02:31:41 UTC 2006


The freeradius ports rc.d script fails to take in to account mysql (when 
compiled with support for it), and starts up before mysql does, and of 
course it fails when it cant connect. I tried adding "mysql" to the 
REQUIRE line, but that seems to have no effect. Does anyone know how the 
script can be modified to accomplish this? Below is the original script.

---
#!/bin/sh

# PROVIDE: radiusd
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# KEYWORD: shutdown


More information about the freebsd-ports mailing list