Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 1998 11:06:05 -1000 (HST)
From:      David Langford <langfod@maui.net>
To:        warren@iscnet.net (Warren J. Barton)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Radius Daemon auto-start
Message-ID:  <199808252106.LAA29344@mx3.maui.net>
In-Reply-To: <61460FE880ACD111A79600409503141103748F@chat.iscnet.net> from "Warren J. Barton" at "Aug 25, 98 04:47:04 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Make a file:/usr/local/etc/rc.d/radius.sh

#!/bin/sh
if [ -f //usr/local/sbin/radiusd ]; then
	/usr/local/sbin/radiusd &
        echo -n ' radiusd'
fi                          

>How do we get /usr/local/sbin/radiusd to start up on boot in FreeBSD?
>
>Appreciatively,
>Warren J. Barton
>Network Engineer
>Internet Spectrum Corporation
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-questions" in the body of the message
>


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?199808252106.LAA29344>