Date: Tue, 22 Jan 2002 02:20:03 -0800 (PST) From: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr> To: freebsd-ports@FreeBSD.org Subject: Re: ports/32805: The apache2 port overwrites configuration files. Message-ID: <200201221020.g0MAK3s00541@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32805; it has been noted by GNATS. From: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr> To: Glenn Johnson <glennpj@charter.net> Cc: "David W. Chapman Jr." <dwcjr@inethouston.net>, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/32805: The apache2 port overwrites configuration files. Date: Tue, 22 Jan 2002 19:18:10 +0900 Hello. Here is the patch. Can you commit this? diff -ruN apache2.orig/files/patch-Makefile.in apache2/files/patch-Makefile.in --- apache2.orig/files/patch-Makefile.in Thu Nov 22 11:30:15 2001 +++ apache2/files/patch-Makefile.in Tue Jan 22 19:02:45 2002 @@ -1,5 +1,14 @@ --- Makefile.in.orig Mon Oct 22 21:46:29 2001 -+++ Makefile.in Sat Nov 17 01:36:38 2001 ++++ Makefile.in Tue Jan 22 19:02:30 2002 +@@ -32,7 +32,7 @@ + @test -d $(sysconfdir) || $(MKINSTALLDIRS) $(sysconfdir) + @cd $(top_srcdir)/docs/conf; \ + for i in mime.types magic; do \ +- $(INSTALL_DATA) $$i $(sysconfdir); \ ++ test -f $(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(sysconfdir); \ + done; \ + for i in *-std* ssl.conf; do \ + [ -f $$i ] || continue; \ @@ -51,7 +51,7 @@ < $$i; \ for j in $(DSO_MODULES) "^EOL^"; do \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201221020.g0MAK3s00541>