From owner-freebsd-questions Thu Jun 1 0:57:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.alpha.net.au (mail2.alpha.net.au [203.41.44.8]) by hub.freebsd.org (Postfix) with ESMTP id 4BEE737BFF0 for ; Thu, 1 Jun 2000 00:57:31 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-144.alpha.net.au [203.41.44.144] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id RAA02682; Thu, 1 Jun 2000 17:57:18 +1000 From: Danny To: Joel Eusebio , freebsd-questions@FreeBSD.ORG Subject: RE: start files Date: Fri, 2 Jun 2000 18:01:57 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <0006021803010A.00323@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cd /usr/local/etc/rc.d Then pico squid.sh #!/bin/sh /usr/local/squid/bin/whatever Exit from pico chmod 755 squid.sh Now you are done! On Thu, 01 Jun 2000, Joel Eusebio wrote: > Hello all, > I would like to know where I would edit the start files??? For example I > would like to start squid during bootup, where will I put this line > /usr/local/bin/RunCache& ? I tried to look at /etc but the rc's is quite > confusing to me. Thanks a lot. > > > ------------------------jOEL > > > > 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