From owner-freebsd-questions Tue Aug 25 14:07:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06052 for freebsd-questions-outgoing; Tue, 25 Aug 1998 14:07:04 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from maui.net (maui.net [207.175.210.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06047 for ; Tue, 25 Aug 1998 14:07:02 -0700 (PDT) (envelope-from langfod@maui.net) Received: from mx3.maui.net (www.maui.net [207.175.210.4]) by maui.net (8.8.7/8.8.5) with ESMTP id LAA06892; Tue, 25 Aug 1998 11:06:08 -1000 (HST) From: David Langford Received: (from langfod@localhost) by mx3.maui.net (8.8.8/8.8.5) id LAA29344; Tue, 25 Aug 1998 11:06:06 -1000 (HST) Message-Id: <199808252106.LAA29344@mx3.maui.net> Subject: Re: Radius Daemon auto-start In-Reply-To: <61460FE880ACD111A79600409503141103748F@chat.iscnet.net> from "Warren J. Barton" at "Aug 25, 98 04:47:04 pm" To: warren@iscnet.net (Warren J. Barton) Date: Tue, 25 Aug 1998 11:06:05 -1000 (HST) Cc: freebsd-questions@FreeBSD.ORG X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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