apache-2.4.10: fix template indentation
This commit is contained in:
parent
3d67713fb6
commit
f1af586879
1 changed files with 4 additions and 4 deletions
|
@ -65,10 +65,10 @@ pre_configure() {
|
||||||
# SSL_CTX_use_certificate_chain() conflicts with libressl-2.1.
|
# SSL_CTX_use_certificate_chain() conflicts with libressl-2.1.
|
||||||
sed -e 's,SSL_CTX_use_certificate_chain,_SSL_CTX_use_certificate_chain,g' -i modules/ssl/*.[ch]
|
sed -e 's,SSL_CTX_use_certificate_chain,_SSL_CTX_use_certificate_chain,g' -i modules/ssl/*.[ch]
|
||||||
|
|
||||||
# set default user
|
# set default user
|
||||||
sed -e 's#User daemon#User httpd#' \
|
sed -e 's#User daemon#User httpd#' \
|
||||||
-e 's#Group daemon#Group httpd#' \
|
-e 's#Group daemon#Group httpd#' \
|
||||||
-i docs/conf/httpd.conf.in
|
-i docs/conf/httpd.conf.in
|
||||||
|
|
||||||
cat ${FILESDIR}/xbps.layout >> config.layout
|
cat ${FILESDIR}/xbps.layout >> config.layout
|
||||||
}
|
}
|
||||||
|
@ -103,7 +103,7 @@ post_install() {
|
||||||
-e 's|#\(LoadModule slotmem_shm_module /usr/libexec/httpd/mod_slotmem_shm.so\)|\1|' \
|
-e 's|#\(LoadModule slotmem_shm_module /usr/libexec/httpd/mod_slotmem_shm.so\)|\1|' \
|
||||||
-i ${DESTDIR}/etc/httpd/httpd.conf
|
-i ${DESTDIR}/etc/httpd/httpd.conf
|
||||||
|
|
||||||
# symlinks for /etc/httpd
|
# symlinks for /etc/httpd
|
||||||
ln -fs /var/log/httpd ${DESTDIR}/etc/httpd/logs
|
ln -fs /var/log/httpd ${DESTDIR}/etc/httpd/logs
|
||||||
ln -fs /var/run/httpd ${DESTDIR}/etc/httpd/run
|
ln -fs /var/run/httpd ${DESTDIR}/etc/httpd/run
|
||||||
ln -fs /usr/libexec/httpd ${DESTDIR}/etc/httpd/modules
|
ln -fs /usr/libexec/httpd ${DESTDIR}/etc/httpd/modules
|
||||||
|
|
Loading…
Reference in a new issue