pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/apache24 Removed these two substituions:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6218ff33ae3a
branches:  trunk
changeset: 361130:6218ff33ae3a
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 14 18:18:24 2017 +0000

description:
Removed these two substituions:
SUBST_SED.confs+=       -e "s|logs/|${VARBASE}/log/httpd/|g"
SUBST_SED.confs+=       -e 's|/var/log/httpd/foo\.log|logs/foo.log/|g'
The first one only applied to an instrucion in the comment at the top of
the configuration file and made it meaningless.
The second one has been useless.

diffstat:

 www/apache24/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r a0379f2ec536 -r 6218ff33ae3a www/apache24/Makefile
--- a/www/apache24/Makefile     Fri Apr 14 18:12:24 2017 +0000
+++ b/www/apache24/Makefile     Fri Apr 14 18:18:24 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/01/28 04:57:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2017/04/14 18:18:24 adam Exp $
 #
 # When updating this package, make sure that no strings like
 # "PR 12345" are in the commit message. Upstream likes
@@ -135,8 +135,6 @@
 SUBST_SED.confs=       -e "s|${EGDIR}|${PKG_SYSCONFDIR}|g"
 SUBST_SED.confs+=      -e "s|${PREFIX}/htdocs|${PREFIX}/share/httpd/htdocs|g"
 SUBST_SED.confs+=      -e "s|${PREFIX}/conf|${PKG_SYSCONFDIR}|g"
-SUBST_SED.confs+=      -e "s|logs/|${VARBASE}/log/httpd/|g"
-SUBST_SED.confs+=      -e 's|/var/log/httpd/foo\.log|logs/foo.log/|g'
 SUBST_SED.confs+=      -e 's|^\(User[   ]\).*|\1${APACHE_USER}|g'
 SUBST_SED.confs+=      -e 's|^\(Group[  ]\).*|\1${APACHE_GROUP}|g'
 SUBST_SED.confs+=      -e 's|^Listen \(.*\)|Listen 0.0.0.0:\1|g'



Home | Main Index | Thread Index | Old Index