From owner-freebsd-questions Sun Oct 29 23:21:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id EBC0637B479 for ; Sun, 29 Oct 2000 23:21:42 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id KAA07756; Mon, 30 Oct 2000 10:28:21 +0100 Message-ID: <39FD21BA.D0722664@i-clue.de> Date: Mon, 30 Oct 2000 08:22:34 +0100 From: Christoph Sold X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: Gene@Bomgardner.net Cc: freeBSD-questions@FreeBSD.ORG Subject: Re: Startup References: <200010281720.NAA17818@smtp-out1.bellatlantic.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gene Bomgardner schrieb: > > I'm trying to do a few other things as well. When the system boots, > I'd like to get user ppp connected. I've got ppp_enable set in > rc.conf. But no such luck. Is that for kernel ppp only? AFAIR: yes. > I've also got a program I'd like to run whenever the system boots up > (only after ppp is up). Any suggestions as to how to do it? or where > to look? (didn't see it in the handbook) Depending on the program, the ports install them automatically in a way they start up when the system powers up. If your program is not in that category, put a short shell script into /usr/local/etc/rc.d/xxx.sh. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message