commit 7e5f6294d2048c8c77dbc225b3ba894ed3b6552c from: Omar Polo date: Wed Apr 05 07:51:16 2023 UTC don't install -d /var/www/msearchd it resets the settings to root:daemon, while we might want to leave that dir to another user. commit - e6af6a01422360a5c684ce0ebda087ee97722c73 commit + 7e5f6294d2048c8c77dbc225b3ba894ed3b6552c blob - 0d2a10dc5a6a7ff2157c483c20efa9fbadbbd134 blob + 462c8b0bd449b0c98af98d839dfc5cea85fe5010 --- msearchd/Makefile +++ msearchd/Makefile @@ -21,11 +21,9 @@ LDFLAGS = -L/usr/local/lib PREFIX ?= /usr/local SBINDIR ?= ${PREFIX}/sbin MANDIR ?= ${PREFIX}/man/man -WWWDIR ?= /var/www RCDIR ?= /etc/rc.d/ realinstall: - install -d -o root -g daemon -m 0755 ${DESTDIR}${WWWDIR}/msearchd install -m 0755 ${PROG} ${DESTDIR}${SBINDIR} install -m 0555 ${.CURDIR}/${PROG}.rc ${DESTDIR}${RCDIR}/${PROG}