Specify a valid homedir for munin user, so that cron(8) does not

bail out trying to chdir(2) to a nonexistent $HOME when exec'ing
munin-cron.

ok joerg@
This commit is contained in:
jym 2012-12-31 02:12:07 +00:00
parent f25b9fddc2
commit 03bf7f175c

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2012/10/03 21:57:40 wiz Exp $
# $NetBSD: Makefile,v 1.18 2012/12/31 02:12:07 jym Exp $
#
DISTNAME= ${PKGNAME_NOREV:S:-server-:_:}
@ -40,7 +40,7 @@ MUNIN_GROUP?= munin
MUNIN_USER?= munin
PKG_GROUPS= ${MUNIN_GROUP}
PKG_USERS= ${MUNIN_USER}:${MUNIN_GROUP}
PKG_USERS= ${MUNIN_USER}:${MUNIN_GROUP}:::${VARBASE}/munin
PKG_GECOS.${MUNIN_USER}= Munin user
USERGROUP_PHASE= pre-install