From owner-freebsd-ports Mon Apr 1 7:42:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id 1D2F037B405 for ; Mon, 1 Apr 2002 07:42:34 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g31FhS367974; Mon, 1 Apr 2002 10:43:28 -0500 (EST) (envelope-from alane) Date: Mon, 1 Apr 2002 10:43:28 -0500 From: Alan E To: Sergei Vyshenski Cc: freebsd-ports@FreeBSD.ORG Subject: Re: PREFIX of Apache Message-ID: <20020401154328.GA67935@wwweasel.geeksrus.net> References: <5.1.0.14.2.20020401191217.00ac5400@vivaldi.pn.sinp.msu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20020401191217.00ac5400@vivaldi.pn.sinp.msu.ru> User-Agent: Mutt/1.3.28i X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Apr 01, 2002 at 07:34:03PM +0400, Sergei Vyshenski wrote: >if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then > echo "$0: Cannot determine the PREFIX" >&2 > exit 1 >fi > > >This naturally dies with "Cannot determine the PREFIX". >Had to substitute these 4 lines with There is a reason for this apparent wackage. It is to force you to execute the file using a full pathname. Whether this is misguided or not is another question. Personally, I agree with you that it is a big PITA. >I am writing to this list because Andrey A. Chernov >(who happens to maintain Apache13 port) has never been noticed answering >or at least paying a bit of attention to any question about his artwork. Have you submitted a PR with a patch? That's the way to get things done with ports, because then there is a documented request, it's in the tracking system, and there is an audit trail. Andrey responds to PRs, even if he may not always respond to personal email. As a maintainer myself, I know that I will be more inclined, if I'm busy, to handle a probem expressed as a PR than one sent via private email. "Oh, look, a PR" ==> "This needs to get looked at." -- AlanE "When the going gets weird, the weird turn pro." - HST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message