From owner-freebsd-hackers Tue Sep 26 11:15:46 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA16090 for hackers-outgoing; Tue, 26 Sep 1995 11:15:46 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA16085 for ; Tue, 26 Sep 1995 11:15:44 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA07951; Tue, 26 Sep 1995 11:11:24 -0700 From: Terry Lambert Message-Id: <199509261811.LAA07951@phaeton.artisoft.com> Subject: Re: ports startup scripts To: gryphon@healer.com (Coranth Gryphon) Date: Tue, 26 Sep 1995 11:11:24 -0700 (MST) Cc: gryphon@healer.com, patl@asimov.volant.org, terry@lambert.org, hackers@FreeBSD.ORG, jmb@kryten.atinc.com, peter@taronga.com In-Reply-To: <199509260401.AAA14675@healer.com> from "Coranth Gryphon" at Sep 26, 95 00:01:05 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1206 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > > If it can find the dependancy. And doesn't mistake something else for it. > > Which basicly means it will work fine in the lab and fail miserably in the > >real world. I have yet to see an automatic editing system which was robust > > Anything which can figure out the correct number to use for the script > name can figure out where to place itself in a file. If it can't, then > it can't and the argument become moot. Actually, the numbers are specified by the authors of the package. Presumably, they had all the components they depneded upon installed in order to do their developement and are aware of their own dependencies. > For 99% of cases, just append to the file. You only need to "find the > correct point" if you are inserting into the middle of a process chain. > Which will probably be a very rare condition, unless you are replacing > one startup command with another, in which case the position is > already determined for you. I want to replace the SMTP agent with my own. What is the current agent's name? How did you determine this? Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.