Skip to content

bugfix: unescaped '\n' in httpd.conf

the line 543 of /etc/httpd/conf/httpd.conf contains unescaped LF. (\n)

\nIncludeOptional conf/conf.d/*.conf

which is caused by this line in PKGBUILD:

  echo "\nIncludeOptional conf/conf.d/*.conf" >> "${pkgdir}/etc/httpd/conf/httpd.conf"

the issue is addressed with this patch and pkgrel is bumped.

Edited by Leo

Merge request reports

Loading