From owner-freebsd-apache@FreeBSD.ORG Sat Mar 17 20:40:03 2007 Return-Path: X-Original-To: apache@freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27A9116A400 for ; Sat, 17 Mar 2007 20:40:03 +0000 (UTC) (envelope-from bfoz@bfoz.net) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.192.82]) by mx1.freebsd.org (Postfix) with ESMTP id 142F913C4BE for ; Sat, 17 Mar 2007 20:40:03 +0000 (UTC) (envelope-from bfoz@bfoz.net) Received: from [192.168.0.5] (c-67-170-215-15.hsd1.ca.comcast.net[67.170.215.15]) by comcast.net (rwcrmhc12) with ESMTP id <20070317203001m1200ft8sne>; Sat, 17 Mar 2007 20:30:01 +0000 Message-ID: <45FC4FC8.8020806@bfoz.net> Date: Sat, 17 Mar 2007 13:30:00 -0700 From: Brandon Fosdick User-Agent: Thunderbird 1.5.0.9 (X11/20070119) MIME-Version: 1.0 To: apache@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: pkg-plist for apache modules? X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2007 20:40:03 -0000 I submitted my first apache module port (www/mod_log_dbd) and apparently the pkg-plist isn't quite right according to http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.6.2007031023/mod_log_dbd-0.1.log It seems that the LoadModule line isn't being removed from httpd.conf and is causing httpd.conf to be left behind after an uninstall. What's the proper way to handle this? I tried looking through a few other module ports (there's a lot of them) and didn't find much help. The plist I used is nearly identical to the one for mod_cvs2, and appears to be similar to many others as well, yet apparently mine is the only port with this problem. Help?