Skip site navigation (1)Skip section navigation (2)
Date:      5 Oct 1999 11:08:23 +0200
From:      naddy@mips.rhein-neckar.de (Christian Weisgerber)
To:        freebsd-questions@freebsd.org
Subject:   Re: rc.local and comments
Message-ID:  <7tcf67$1nqd$1@bigeye.rhein-neckar.de>
References:  <19991004160952.B10465@syru205-140.syr.edu> <199910042038.NAA71045@pau-amma.whistle.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David Wolfskill <dhw@whistle.com> wrote:

> >From: Chris Conrad <chconrad@syr.edu>
> > 
> ># Put your local stuff here
> ><setup stuff for daemon in question>

Actually, /usr/local/etc/rc.d might be a better place. To just
start up <daemon>, add an executable shell script called daemon.sh
along the lines of

#!/bin/sh
[ -x /usr/local/sbin/daemon ] && /usr/local/sbin/daemon && echo -n ' daemon'

-- 
Christian "naddy" Weisgerber                  naddy@mips.rhein-neckar.de



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?7tcf67$1nqd$1>