pkgsrc/sysutils/dbus/Makefile
jmmv af506b861d Recreate the VARBASE/run/dbus directory before starting the daemon, in case
it does not exist; this directory is removed at boot time by another script.
Also, don't bother to create it with an OWN_DIRS_PERMS line, because the
rc.d script will do it for us.
Bump PKGREVISION to 1.
2004-10-12 08:15:35 +00:00

20 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/10/12 08:15:35 jmmv Exp $
#
.include "Makefile.common"
PKGREVISION= 1
PKG_USERS= messagebus:messagebus::System\\ message\\ bus:${VARBASE}/run/dbus:/sbin/nologin
PKG_GROUPS= messagebus
MAKE_DIRS= ${PKG_SYSCONFDIR}/event.d
MAKE_DIRS+= ${PKG_SYSCONFDIR}/system.d
RCD_SCRIPTS= dbus
EGDIR= ${PREFIX}/share/examples/dbus
CONF_FILES= ${EGDIR}/session.conf ${PKG_SYSCONFDIR}/session.conf
CONF_FILES+= ${EGDIR}/system.conf ${PKG_SYSCONFDIR}/system.conf
.include "../../mk/bsd.pkg.mk"