From: nico 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://207.154.207.93/?a=commitdiff_plain;h=541242b49ac0bdd116a07a1ec029af4883287c7a;p=packages.git packages/apache: change runtime dir from /var/log to /var/run git-svn-id: svn://svn.openwrt.org/openwrt/packages@28846 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/apache/Makefile b/net/apache/Makefile index 102b2105b..5196fb1c3 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