Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2006 22:32:23 -0400
From:      Mike Jakubik <mikej@rogers.com>
To:        ports@FreeBSD.org
Subject:   freeradius starts before mysql
Message-ID:  <446696B7.1070009@rogers.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?446696B7.1070009>