summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjym <jym@pkgsrc.org>2012-06-05 09:30:19 +0000
committerjym <jym@pkgsrc.org>2012-06-05 09:30:19 +0000
commit757fa00f481b1cac484d819930c74da3590358f0 (patch)
treeff71b92d8886cc09bdcdcfca65a5010f2be29db7 /sysutils
parent3aa7b0710ee19bb3b7d4855d27a10916393c51bd (diff)
downloadpkgsrc-757fa00f481b1cac484d819930c74da3590358f0.tar.gz
Kill USERGROUP_PHASE=pre-install as this hardcodes the UID/GID in the
+INSTALL script. This causes problems when you build the package on one machine but install it on another not necessarily with the same accounts configured. XXX any real use for USERGROUP_PHASE=pre-install? IIUC pkg_install installs USERGROUP during pre-install-script target by default, making it explicit seems to cause more problems than it solves...
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/munin-node/Makefile3
-rw-r--r--sysutils/munin-server/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index 1f7498eea8d..6554b4a5ccf 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/03/15 11:53:39 obache Exp $
+# $NetBSD: Makefile,v 1.26 2012/06/05 09:30:19 jym Exp $
#
DISTNAME= munin_${VER}
@@ -48,7 +48,6 @@ PLIST.not-sunos= yes
PKG_GROUPS_VARS+= MUNIN_GROUP
PKG_USERS_VARS+= MUNIN_USER
-USERGROUP_PHASE= pre-install
MUNIN_GROUP?= munin
MUNIN_USER?= munin
diff --git a/sysutils/munin-server/Makefile b/sysutils/munin-server/Makefile
index 6cba47122a9..6c43048d1e3 100644
--- a/sysutils/munin-server/Makefile
+++ b/sysutils/munin-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/03/08 10:26:08 shattered Exp $
+# $NetBSD: Makefile,v 1.15 2012/06/05 09:30:19 jym Exp $
#
DISTNAME= ${PKGNAME_NOREV:S:-server-:_:}
@@ -42,7 +42,6 @@ MUNIN_USER?= munin
PKG_GROUPS= ${MUNIN_GROUP}
PKG_USERS= ${MUNIN_USER}:${MUNIN_GROUP}
PKG_GECOS.${MUNIN_USER}= Munin user
-USERGROUP_PHASE= pre-install
PKG_SYSCONFSUBDIR?= munin