Skip site navigation (1)Skip section navigation (2)
Date:      13 Jan 2001 20:36:05 +0100
From:      Norbert Koch <nk@LF.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Starting daemons in rc.local
Message-ID:  <vzy9wfxn16.fsf@lamia.LF.net>
In-Reply-To: <005e01c07d97$b7fdef60$1200a8c0@gsicomp.on.ca>
References:  <20010113220443.A528@poeza.iconnect.co.ke> <005e01c07d97$b7fdef60$1200a8c0@gsicomp.on.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
"Matthew Emmerton" <matt@gsicomp.on.ca> writes:

Hi!

[...]
> # /usr/local/etc/rc.d/radius.sh
> 
> #!/bin/sh
> if [ -f /sbin/radiusd]; then
>   echo "Radius"
>   /sbin/radiusd -d /etc/raddb -a /var/adm/radacct
> fi
[...]


Don't you have to provide start and stop cases? IIRC, the systems
whines on this sort of script, although starting the daemon.

Just curious,
norbert.


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?vzy9wfxn16.fsf>