Date: Sat, 3 Jun 2000 13:38:23 -0500 From: "Scot W. Hetzel" <hetzels@westbend.net> To: <lioux@uol.com.br> Cc: "Satoshi Asami" <asami@FreeBSD.ORG>, <ports@FreeBSD.ORG> Subject: Re: NOPORTDOCS handling Message-ID: <00a901bfcd8a$e6b0f180$8dfee0d1@westbend.net> References: <200006021931.MAA67682@silvia.hip.berkeley.edu> <200006031234.OAA13213@peedub.muc.de> <20000603144658.A7092@Fedaykin.here>
next in thread | previous in thread | raw e-mail | index | archive | help
From: <lioux@uol.com.br> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00a901bfcd8a$e6b0f180$8dfee0d1>