From owner-freebsd-security Wed Jun 19 14:57:14 2002 Delivered-To: freebsd-security@freebsd.org Received: from giganda.komkon.org (giganda.komkon.org [63.167.241.66]) by hub.freebsd.org (Postfix) with ESMTP id AA8F937B423 for ; Wed, 19 Jun 2002 14:56:54 -0700 (PDT) Received: (from str@localhost) by giganda.komkon.org (8.11.3/8.11.3) id g5JLukI21451; Wed, 19 Jun 2002 17:56:46 -0400 (EDT) (envelope-from str) Date: Wed, 19 Jun 2002 17:56:46 -0400 (EDT) From: Igor Roshchin Message-Id: <200206192156.g5JLukI21451@giganda.komkon.org> To: brett@lariat.org Subject: Re: Apache 1.3.26 port Cc: freebsd-security@freebsd.org In-Reply-To: <4.3.2.7.2.20020619153117.0230db10@localhost> Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Brett, It's nice that you have so much energy to write so much e-mails to the mailing list. However, if you have so much time resources on you hand, why wouldn't you take a quick look in the files/patch-?? files ? If you did that, you'd see that one of the patches (patch-ab) introduces that. (see the excerpt from the patch file below). This way you would've saved your time, other people's time, and bandwidth, and produce produce a more useful result. The author of the patch (sorry, don't have time to look into the cvs tree now) didn't consider the situation that the actual data directory would be still in the same directory where *.default is pointing. One (who has some time on his hands) needs to do a few more checks before removing that directory tree. Best, Igor Excerpt from ports/apache13/files/patch-ab: --- Makefile.tmpl.orig Wed Nov 28 18:02:12 2001 +++ Makefile.tmpl Fri Jan 25 07:48:19 2002 @@ -270,10 +270,12 @@ $(MKDIR) $(root)$(mandir)/man1 $(MKDIR) $(root)$(mandir)/man8 $(MKDIR) $(root)$(sysconfdir) - $(MKDIR) $(root)$(htdocsdir) + $(RM) -rf $(root)$(htdocsdir).default + $(MKDIR) $(root)$(htdocsdir).default $(MKDIR) $(root)$(manualdir) $(MKDIR) $(root)$(iconsdir) - $(MKDIR) $(root)$(cgidir) + $(RM) -rf $(root)$(cgidir).default + $(MKDIR) $(root)$(cgidir).default $(MKDIR) $(root)$(includedir) $(MKDIR) $(root)$(includedir)/xml $(MKDIR) $(root)$(runtimedir) @@ -459,33 +461,39 @@ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message