projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef20984
)
packages/apache: change runtime dir from /var/log to /var/run
author
Nicolas Thill
<nico@openwrt.org>
Tue, 8 Nov 2011 00:17:39 +0000
(
00:17
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 8 Nov 2011 00:17:39 +0000
(
00:17
+0000)
SVN-Revision: 28846
net/apache/Makefile
patch
|
blob
|
history
diff --git
a/net/apache/Makefile
b/net/apache/Makefile
index 102b2105b173a30c523468263ac67b20f58bd35b..5196fb1c32cd4b86d1946cc397a0d3af1de4aac1 100644
(file)
--- 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