From 5082d4402dd244d48531e5db893bdff9179e0733 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 8 Nov 2011 00:17:39 +0000 Subject: [PATCH] packages/apache: change runtime dir from /var/log to /var/run SVN-Revision: 28846 --- net/apache/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2