diff options
author | jym <jym@pkgsrc.org> | 2012-12-31 02:12:07 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2012-12-31 02:12:07 +0000 |
commit | 3e855394fa7532dde15a59fdaf2ce081cdaceb1a (patch) | |
tree | 13e9ff9a701959f94738bb2b5326b1ccfb5bc2d3 /sysutils | |
parent | 5d1067365fa7a6ceb8afbd9516745d7b6d58d344 (diff) | |
download | pkgsrc-3e855394fa7532dde15a59fdaf2ce081cdaceb1a.tar.gz |
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@
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/munin-server/Makefile b/sysutils/munin-server/Makefile index 7448987a01f..6bbbdc23787 100644 --- a/sysutils/munin-server/Makefile +++ b/sysutils/munin-server/Makefile @@ -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 |