Date: Sat, 13 Jan 2001 22:04:43 +0300 From: Odhiambo Washington <wash@iconnect.co.ke> To: FBSD-Q <freebsd-questions@freebsd.org> Subject: Starting daemons in rc.local Message-ID: <20010113220443.A528@poeza.iconnect.co.ke>
next in thread | raw e-mail | index | archive | help
Shell script gurus assistance required.
Okay I need to start these two daemons the new way-- seems 4.2-STABLE
hates the way they are being started...
Below is the old method I used in 3.x
#
# Start RADIUS & CHOICENET
#
if [ -f /sbin/radiusd ]; then
echo "RADIUS"
/sbin/radiusd -d /etc/raddb -a /var/adm/radacct
echo "Choicenet"
/etc/choicenet/filterd
fi
.......
Howdy in 4.2 ??
TIA
-Wash
--
Odhiambo Washington Inter-Connect Ltd.,
wash@iconnect.co.ke 5th Flr Furaha Plaza
Tel: 254 11 222604 Nkrumah Rd.,
Fax: 254 11 222636 PO Box 83613 MOMBASA, KE.
For every action there is an equal and opposite government program. -Bob Wells
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010113220443.A528>
