Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2002 17:56:46 -0400 (EDT)
From:      Igor Roshchin <str@giganda.komkon.org>
To:        brett@lariat.org
Cc:        freebsd-security@freebsd.org
Subject:   Re: Apache 1.3.26 port
Message-ID:  <200206192156.g5JLukI21451@giganda.komkon.org>
In-Reply-To: <4.3.2.7.2.20020619153117.0230db10@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206192156.g5JLukI21451>