json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / web / apache24 / patches / apachectl.patch
blobebb91a3e87f9a1d56183cca2e2517cd35aac36c2
1 --- support/apachectl.in.~1~ 2014-02-25 11:44:59.574755606 +0400
2 +++ support/apachectl.in 2014-02-25 11:45:20.741191115 +0400
3 @@ -76,6 +76,12 @@
4 ARGV="-h"
5 fi
7 +if [ ! -d "@exp_runtimedir@" ]; then
8 + mkdir -p @exp_runtimedir@
9 + chown -R webservd @exp_runtimedir@
10 + chgrp -R webservd @exp_runtimedir@
11 +fi
13 case $ACMD in
14 start|stop|restart|graceful|graceful-stop)
15 $HTTPD -k $ARGV