pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk It's USE_GROUPADD, not USE_USERGROUP.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b61c5c20ccb
branches:  trunk
changeset: 474269:6b61c5c20ccb
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Apr 27 03:30:04 2004 +0000

description:
It's USE_GROUPADD, not USE_USERGROUP.

diffstat:

 mk/bsd.pkg.install.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 53571198ed47 -r 6b61c5c20ccb mk/bsd.pkg.install.mk
--- a/mk/bsd.pkg.install.mk     Tue Apr 27 03:29:09 2004 +0000
+++ b/mk/bsd.pkg.install.mk     Tue Apr 27 03:30:04 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.install.mk,v 1.56 2004/04/23 22:07:52 reed Exp $
+# $NetBSD: bsd.pkg.install.mk,v 1.57 2004/04/27 03:30:04 tv Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk to use the common
 # INSTALL/DEINSTALL scripts.  To use this Makefile fragment, simply:
@@ -107,7 +107,7 @@
 USE_USERADD=           YES
 .endif
 .if !empty(PKG_GROUPS)
-USE_USERGROUP=         YES
+USE_GROUPADD=          YES
 .endif
 
 # SPECIAL_PERMS are lists that look like:



Home | Main Index | Thread Index | Old Index