summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjym <jym>2012-12-31 02:12:07 +0000
committerjym <jym>2012-12-31 02:12:07 +0000
commit77338c735b3915d9d1df7a7943018a2fea766eb0 (patch)
tree13e9ff9a701959f94738bb2b5326b1ccfb5bc2d3 /sysutils
parent87b0704840f0797feeccb8c729d2721ef861b795 (diff)
downloadpkgsrc-77338c735b3915d9d1df7a7943018a2fea766eb0.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/Makefile4
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