pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Let's unconditionally depend on useradd on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dd405f6f4a0
branches:  trunk
changeset: 652143:0dd405f6f4a0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue May 26 10:08:37 2015 +0000

description:
Let's unconditionally depend on useradd on NetBSD. It has been in base
since 1.4 at least.

diffstat:

 mk/platform/NetBSD.mk |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r eba9267d0b00 -r 0dd405f6f4a0 mk/platform/NetBSD.mk
--- a/mk/platform/NetBSD.mk     Mon May 25 22:17:59 2015 +0000
+++ b/mk/platform/NetBSD.mk     Tue May 26 10:08:37 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.41 2015/04/21 17:01:56 joerg Exp $
+# $NetBSD: NetBSD.mk,v 1.42 2015/05/26 10:08:37 joerg Exp $
 #
 # Variable definitions for the NetBSD operating system.
 
@@ -13,14 +13,8 @@
 SU?=           /usr/bin/su
 TYPE?=         type                            # Shell builtin
 
-.if exists(/usr/sbin/user)
 USERADD?=      /usr/sbin/useradd
 GROUPADD?=     /usr/sbin/groupadd
-.else
-USERADD?=      ${LOCALBASE}/sbin/useradd
-GROUPADD?=     ${LOCALBASE}/sbin/groupadd
-_USER_DEPENDS= user>=20000313:../../sysutils/user
-.endif
 
 CPP_PRECOMP_FLAGS?=    # unset
 DEF_UMASK?=            0022



Home | Main Index | Thread Index | Old Index