From owner-freebsd-questions Tue Feb 20 10:51:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tiger.ciberlynx.net (ns2.ciberlynx.net [216.242.0.3]) by hub.freebsd.org (Postfix) with ESMTP id 5497037B491 for ; Tue, 20 Feb 2001 10:51:55 -0800 (PST) (envelope-from wjm@tiger.ciberlynx.net) Received: from localhost (wjm@localhost) by tiger.ciberlynx.net (8.9.3/8.9.3) with ESMTP id NAA21523; Tue, 20 Feb 2001 13:35:56 -0500 Date: Tue, 20 Feb 2001 13:35:56 -0500 (EST) From: "wjm@ciberlynx.net" To: Drew Tomlinson Cc: "'FreeBSD Questions (E-mail)'" Subject: RE: Newbie Help Diagnosing Startup Script In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Feb 2001, Drew Tomlinson wrote: > > -----Original Message----- > > From: wjm@ciberlynx.net [mailto:wjm@tiger.ciberlynx.net] > > Sent: Tuesday, February 20, 2001 9:35 AM > > To: Tomlinson, Drew > > Cc: 'FreeBSD Questions (E-mail)' > > Subject: Re: Newbie Help Diagnosing Startup Script > > [snip] > > > i'd keep it simple as such: > > > > #!/bin/sh > > # > > > > [ -x /usr/local/bin/dynipclient ] && > > /usr/local/bin/dynipclient && echo -n > > ' dynipclient' > > Thanks but as I understand it, that is not a correct startup script. > Although it will work, it does not pass the "start" and "stop" parameters > that FSBD v4 and above looks for. But I will try it and see if it makes a > difference. > > Drew > > [snip] > I was under the general impression you wish to have this script run at start time? > stop) echo -n ' dynipclient' This merely echos "dynipclient"... ./Bill/ > > 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