From owner-freebsd-questions Sat Jan 13 11:36:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lamia.lf.net (lamia.LF.net [212.9.160.192]) by hub.freebsd.org (Postfix) with ESMTP id C99E937B401 for ; Sat, 13 Jan 2001 11:36:06 -0800 (PST) Received: by lamia.lf.net (Smail3.2.0.111/lamia.lf.net) via LF.net GmbH Internet Services for hub.freebsd.org id m14HWT7-001Sq2C; Sat, 13 Jan 2001 20:36:05 +0100 (CET) To: freebsd-questions@freebsd.org Subject: Re: Starting daemons in rc.local References: <20010113220443.A528@poeza.iconnect.co.ke> <005e01c07d97$b7fdef60$1200a8c0@gsicomp.on.ca> Organization: LF.net GmbH X-Attribution: viteno X-URL: http://www.LF.net/ X-Face: iq-"D}ZS'It[NXourO#`D+JoJC>bZPU\xvX4Um\sR}_zUI?R: lt{Y/s1g[=5L/BHY@]NxB(D?&:tCwX@Vp:YJURe}$MDZ1&/v<`C+^AVc"s/&m`Mu#s| From: Norbert Koch Date: 13 Jan 2001 20:36:05 +0100 In-Reply-To: <005e01c07d97$b7fdef60$1200a8c0@gsicomp.on.ca> Message-ID: Lines: 20 User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.2 (Persephone) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Matthew Emmerton" 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