From owner-freebsd-hackers Fri Sep 22 19:50:11 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA08147 for hackers-outgoing; Fri, 22 Sep 1995 19:50:11 -0700 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id TAA08119 for ; Fri, 22 Sep 1995 19:50:04 -0700 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA26555 (5.67a/IDA-1.5); Fri, 22 Sep 1995 21:42:52 -0500 Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.9) id UAA03748; Fri, 22 Sep 1995 20:39:10 -0500 From: peter@taronga.com (Peter da Silva) Message-Id: <199509230139.UAA03748@bonkers.taronga.com> Subject: Re: ports startup scripts To: jmb@kryten.atinc.com (Jonathan M. Bresler) Date: Fri, 22 Sep 1995 20:39:10 -0500 (CDT) Cc: peter@taronga.com, hackers@freebsd.org In-Reply-To: from "Jonathan M. Bresler" at Sep 22, 95 10:23:43 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 443 Sender: owner-hackers@freebsd.org Precedence: bulk > Yes, if we are going to a many-scripts each performing one task paradigm, > PLEASE do not place the scripts in more than one directory. > flip-flopping around from place to place to figure out the boot sequence > on ssyv machines drives me crazy.... I don't understand. The boot sequence is very simple to find out: cd /etc ls rc?.d Files in /etc/init.d are only executed by hand if you need to stop or restart a specific service.