From owner-cvs-all Thu Apr 6 2:29:56 2000 Delivered-To: cvs-all@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id CCD2D37BC80; Thu, 6 Apr 2000 02:29:52 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id FAA09836; Thu, 6 Apr 2000 05:18:58 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA78755; Thu, 6 Apr 2000 02:18:56 -0700 (PDT) To: Paul Richards Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/apache13-modssl Makefile References: <200004052306.QAA13293@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 06 Apr 2000 02:18:49 -0700 In-Reply-To: Paul Richards's message of "Wed, 5 Apr 2000 16:06:21 -0700 (PDT)" Message-ID: Lines: 16 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * The wildcard removal of config files in post-install was removing * all config files rather than just the old default files. Um, a post-install target has no business removing files in the installation directory. Why is it doing this in the first place? Also, with a wildcard like "access.conf.*" (which is still better than "access.conf*" of course ;), it's going to remove backup files users specifically made, etc. For instance, I create a backup called "access.conf.org" and "access.conf.new" so that I can easily diff them and merge my changes to the new version. I'm going to be mighty upset if the port deletes these files, and I'm sure I'm not the only one. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message