packages/apache: change runtime dir from /var/log to /var/run
authorNicolas Thill <nico@openwrt.org>
Tue, 8 Nov 2011 00:17:39 +0000 (00:17 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 8 Nov 2011 00:17:39 +0000 (00:17 +0000)
SVN-Revision: 28846

net/apache/Makefile

index 102b2105b173a30c523468263ac67b20f58bd35b..5196fb1c32cd4b86d1946cc397a0d3af1de4aac1 100644 (file)
@@ -105,6 +105,7 @@ define Build/Configure
                --sysconfdir=/etc/apache \
                ap_cv_void_ptr_lt_long=no \
                logfiledir="/var/log" \
+               runtimedir="/var/log" \
        )
 endef