From owner-freebsd-questions Mon Sep 22 07:06:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA14264 for questions-outgoing; Mon, 22 Sep 1997 07:06:07 -0700 (PDT) Received: from zeus.gel.usherb.ca (zeus.gel.usherb.ca [132.210.70.7]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA14255 for ; Mon, 22 Sep 1997 07:06:02 -0700 (PDT) Received: from castor.gel.usherb.ca by zeus.gel.usherb.ca (4.1/SMI-4.1) id AA28217; Mon, 22 Sep 97 09:17:56 EDT Received: by castor.gel.usherb.ca (SMI-8.6/SMI-SVR4) id JAA25863; Mon, 22 Sep 1997 09:17:42 -0400 Date: Mon, 22 Sep 1997 09:17:42 -0400 (EDT) From: "Alex.Boisvert" To: Keith Spencer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What is the fbsd autoexec.bat file ? In-Reply-To: <199709221140.VAA21380@smmcroute.smmc.qld.edu.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi again all, > If I wish to start ... > ppp -auto ISP > > automagically at boot, wher do I put this line? > Is it the rc.conf thing?? > Yes, kind of. You can place your local startup configuration in /etc/rc.local. Alex.