pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/nagios-nrpe PKG_USERS should not have more than ju...
details: https://anonhg.NetBSD.org/pkgsrc/rev/24d9134c3586
branches: trunk
changeset: 513841:24d9134c3586
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Jun 04 13:56:20 2006 +0000
description:
PKG_USERS should not have more than just <user>:<group>. All else is
specified in additional variables, i.e. PKG_GECOS, PKG_HOME, PKG_SHELL,
etc., as stated in both the pkgsrc guide and the pkginstall.mk comments
since 2006/04/23, or one month before this package was imported.
diffstat:
net/nagios-nrpe/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r a349416b4c22 -r 24d9134c3586 net/nagios-nrpe/Makefile
--- a/net/nagios-nrpe/Makefile Sun Jun 04 13:53:33 2006 +0000
+++ b/net/nagios-nrpe/Makefile Sun Jun 04 13:56:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/05/26 18:53:25 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/04 13:56:20 jlam Exp $
#
DISTNAME= nrpe-2.5.1
@@ -23,7 +23,8 @@
NAGIOS_GROUP?= ${NAGIOS_USER}
PKG_GROUPS+= ${NAGIOS_GROUP}
-PKG_USERS+= ${NAGIOS_USER}:${NAGIOS_GROUP}::Nagios\ Runtime\ User
+PKG_USERS+= ${NAGIOS_USER}:${NAGIOS_GROUP}
+PKG_GECOS.${NAGIOS_USER}= Nagios Runtime User
CONFIGURE_ARGS+= --with-nrpe-user=${NAGIOS_USER:Q}
CONFIGURE_ARGS+= --with-nrpe-group=${NAGIOS_GROUP:Q}
Home |
Main Index |
Thread Index |
Old Index