diff options
author | jym <jym@pkgsrc.org> | 2012-06-05 09:30:19 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2012-06-05 09:30:19 +0000 |
commit | 757fa00f481b1cac484d819930c74da3590358f0 (patch) | |
tree | ff71b92d8886cc09bdcdcfca65a5010f2be29db7 /sysutils/munin-server | |
parent | 3aa7b0710ee19bb3b7d4855d27a10916393c51bd (diff) | |
download | pkgsrc-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/munin-server')
-rw-r--r-- | sysutils/munin-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |