From owner-freebsd-questions@FreeBSD.ORG Mon Nov 21 18:58:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F18616A41F for ; Mon, 21 Nov 2005 18:58:03 +0000 (GMT) (envelope-from mtbeedee@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B7D43D5A for ; Mon, 21 Nov 2005 18:57:59 +0000 (GMT) (envelope-from mtbeedee@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so876508wra for ; Mon, 21 Nov 2005 10:57:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cQd14+Lg8dp/u9zA2eLBVUcZxss/r8su29h/cyGvq4lt22QQ6jGZPsuQtJYNvVLanrsMPkAvJUmtLPzrJeejnnbstSmulew8uuvL3NMhR0uOf+OeILqFAkbC61gGN+xcGHqua74+1ap7TWXq4gvASccdlpUNUJ9tiAVduwooloE= Received: by 10.54.91.3 with SMTP id o3mr1831001wrb; Mon, 21 Nov 2005 10:57:58 -0800 (PST) Received: by 10.54.157.14 with HTTP; Mon, 21 Nov 2005 10:57:58 -0800 (PST) Message-ID: Date: Mon, 21 Nov 2005 13:57:58 -0500 From: Michael Beattie To: "Michael P. Soulier" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000001c5eb7d$240a47a0$d1c88a45@picklepie> <20051117091909.00812699.lists@interpool.ca> <20051121130819.0be55b9a.lists@interpool.ca> Cc: Gerry Freymann , freebsd-questions@freebsd.org Subject: Re: starting services? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 18:58:03 -0000 On 11/21/05, Michael P. Soulier wrote: > On 11/21/05, Gerry Freymann wrote: > > but if you did: > > > > /usr/local/etc/rc.d/apache.sh start > > > > things should go as planned. > > That's odd. Why's that? Why should the script care? > > Mike It uses part of the command line to determine where it's run form.=20 That way it knows to look at like /etc or /usr/local/etc for configuration as well as other things.