From: Nicolas Thill Date: Tue, 8 Nov 2011 00:17:39 +0000 (+0000) Subject: packages/apache: change runtime dir from /var/log to /var/run X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=5082d4402dd244d48531e5db893bdff9179e0733 packages/apache: change runtime dir from /var/log to /var/run SVN-Revision: 28846 --- diff --git a/net/apache/Makefile b/net/apache/Makefile index 102b2105b1..5196fb1c32 100644 --- a/net/apache/Makefile +++ b/net/apache/Makefile @@ -105,6 +105,7 @@ define Build/Configure --sysconfdir=/etc/apache \ ap_cv_void_ptr_lt_long=no \ logfiledir="/var/log" \ + runtimedir="/var/log" \ ) endef