From owner-freebsd-ports Sat Jun 3 11:39:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id B9EAC37BBD3; Sat, 3 Jun 2000 11:39:18 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id NAA83923; Sat, 3 Jun 2000 13:38:24 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <00a901bfcd8a$e6b0f180$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: Cc: "Satoshi Asami" , References: <200006021931.MAA67682@silvia.hip.berkeley.edu> <200006031234.OAA13213@peedub.muc.de> <20000603144658.A7092@Fedaykin.here> Subject: Re: NOPORTDOCS handling Date: Sat, 3 Jun 2000 13:38:23 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: > What about adding direct support to PLIST preprocessing. > Sort of @document. > Sort of adding Satoshi's script to PLIST handling. > Ideas? > That sounds like a good ideal, we should probably also add @config, @configext directives that would replace: @unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi etc/apache/access.conf.default @exec [ ! -f %B/access.conf ] && cp %B/%f %B/access.conf with: @configext -default @config etc/apache/access.conf Now if someone could come up with the necessary patches to the pkg_install tools. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message