summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-02-22 14:40:00 +0100
committerGilrain2021-02-22 14:40:00 +0100
commite881efee6423d5cd98d538dac7e51a8a56024dfc (patch)
tree66f4dc6bb39db08fcf211030737598accb68aa5f
parente21399c8a30344387d84169f4555501d0f7fb440 (diff)
downloadaur-e881efee6423d5cd98d538dac7e51a8a56024dfc.tar.gz
typo in User & Group
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ce54ec02e0a..0cb942c23ef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,8 +20,8 @@ prepare() {
cd "$_pkgname-$pkgver"
sed -i '/ServerRoot/s_"/usr/local/apache2"_"/etc/httpd"_' 'httpd.conf'
- sed -i '/User/s/www-data/httpd/' 'httpd.conf'
- sed -i '/Group/s/www-data/httpd/' 'httpd.conf'
+ sed -i '/User/s/www-data/http/' 'httpd.conf'
+ sed -i '/Group/s/www-data/http/' 'httpd.conf'
sed -i '/ErrorLog/s_logs/error.log_/var/log/httpd/error\_log_' 'httpd.conf'
sed -i '/SSLSessionCache/s_"shmcb:/usr/local/apache2/logs/ssl\_gcache\_data(10485760)"_"shmcb:/run/httpd/ssl\_scache(10485760)"_' 'h5bp/ssl/ssl_engine.conf'