summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-10-28 20:05:46 +0000
committerjlam <jlam@pkgsrc.org>2005-10-28 20:05:46 +0000
commitafe4d023037488df69682a2d8b512ced7c6f60a7 (patch)
tree3b9f026ac0f5383d69596942887c06fa7732df75 /mk/install
parentd7dc6cc1918a90755dd0ad2aaa47580ac9c75a33 (diff)
downloadpkgsrc-afe4d023037488df69682a2d8b512ced7c6f60a7.tar.gz
usergroupfuncs.${OPSYS} actually replaces this file. Noted by <joerg>.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/usergroupfuncs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/usergroupfuncs b/mk/install/usergroupfuncs
index bc265eddf95..364ca4f2a69 100644
--- a/mk/install/usergroupfuncs
+++ b/mk/install/usergroupfuncs
@@ -1,11 +1,11 @@
-# $NetBSD: usergroupfuncs,v 1.2 2005/10/28 19:21:54 jlam Exp $
+# $NetBSD: usergroupfuncs,v 1.3 2005/10/28 20:05:46 jlam Exp $
#
# Default implementation of adduser() and addgroup() shell functions
# for adding users and groups. This implementation assumes there are
# NetBSD/Solaris-compatible versions of useradd(8) and groupadd(8)
# available through ${USERADD} and ${GROUPADD}, respectively.
#
-# Platform-specific customizations of this file should be located at:
+# Platform-specific replacements for this file should be located at:
#
# pkgsrc/mk/install/usergroupfuncs.${OPSYS}
#