From owner-freebsd-ports@FreeBSD.ORG Sat Aug 19 20:17:20 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2958D16A4DD; Sat, 19 Aug 2006 20:17:20 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1FB943D46; Sat, 19 Aug 2006 20:17:19 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 6BEE832E263; Sat, 19 Aug 2006 20:17:18 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 4D8AE11445; Sat, 19 Aug 2006 22:17:18 +0200 (CEST) Date: Sat, 19 Aug 2006 22:17:18 +0200 From: "Simon L. Nielsen" To: clement@FreeBSD.org Message-ID: <20060819201717.GF1077@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Cc: ports@FreeBSD.org Subject: Bug in apache22 install with existing icons dir X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2006 20:17:20 -0000 Hey, I noticed that all my apache icons had disappeared from my apache22 server. I tracked it down to that I have cvsweb installed which puts icons in /usr/local/www/apache22/icons/cvsweb/ and since that dir exists apache won't use the icons dir after install, e.g. portupgrade. During install apache22 says: [PRESERVING EXISTING ICONS SUBDIR: /usr/local/www/apache22/icons] It don't know how to best handle it though without accidently nuking user icons dirs. -- Simon L. Nielsen