Subject: Re: Radius (Livingston) on NetBSD To: None <jeffo@sasquatch.com, port-i386@NetBSD.ORG> From: Peter Seebach <seebs@solon.com> List: port-i386 Date: 04/22/1997 16:30:19
We have a radius server supporting a digi portserver
on NetBSD-68k. It's crash-prone, and bad
code, but it runs okay.
We typically find that it needs to be restarted periodically, so we have a
loop like
while true
do /etc/.../radiusd ...
done
-s