"Bjoern A. Zeeb" <[EMAIL PROTECTED]> wrote: > I have done a private update for the freeradius port on FreeBSD to > version 0.8.1.
The problem is that the CVS head has changed *significantly* since 0.8.1 was released. This means that it's likely that many of the fixes you did are *already* in CVS. > - updates for the usage of system libltdl (libtool) > - renaming of libradius to not conflict with /usr/lib/libradius This should be done before 1.0, but it's not necessary for 1.0. > - fix some compiler warnings / errors > - added a own "HA script" (this is what radiator calls the while true > loop in a shell script ;-) ) > This is done because I do not really trust the code to run > for a long time and radwatch will go away in future releases > according to the manpage. I don't see how this script does any more than what radwatch does. > - added another option to also write pid file when running in > foreground to be able to reload in this mode too. This patch is unnecessary, and won't go into the server. When running the server in non-daemon mode, the shell variable $$ is set to the PID of the server. So there is already a way to get the PID, and no patches to the server are required. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
