[#]
http://marc.info/?l=openbsd-ports-cvs&m=141094869329135&w=2
openbsd-ports-cvs(obsdave,2) — All
2014-09-17 14:55:07
Module name: ports
Changes by: sthen@cvs.openbsd.org 2014/09/17 04:11:08
Modified files:
www/apache-httpd: Makefile
www/apache-httpd/pkg: PLIST apache2.rc
Log message:
apache2 FAKE_AS_ROOT tweak. We currently install suexec2 without setuid
privileges, but the file in the fake directory is mode 4555 owned by the
user building the port, so triggering checks at package creation time
because the plist doesn't have a @mode 4555 annotation. Change the PLIST
to explicitly install this file as mode 555 (no setuid bit) to allow
packaging to succeed. This commit does not change the mode of the file
installed by the package, users wanting suexec will still need to chmod
it themselves, just allows a FAKE_AS_ROOT=No build to work.
While there, swap some /var for LOCALSTATEDIR.