summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorreed <reed>2006-03-07 20:31:17 +0000
committerreed <reed>2006-03-07 20:31:17 +0000
commit9ec9bd3f4bf0fc31a4a8e23f75fc8ec283fc5539 (patch)
treee9451d28bf33bb8c2ea262af5eba46e66f6111f7 /mk/install
parent99ce5d8db2c8c0521b6f49c23f12a5d4492a548e (diff)
downloadpkgsrc-9ec9bd3f4bf0fc31a4a8e23f75fc8ec283fc5539.tar.gz
For the user or group removal message, don't set they can be removed
if no other packages are using them, but if no other "software" is using them. Just in case, they are using a user and/or group without a package using it.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/usergroup6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/install/usergroup b/mk/install/usergroup
index 90b0b9e08df..704baaea114 100644
--- a/mk/install/usergroup
+++ b/mk/install/usergroup
@@ -1,6 +1,6 @@
#!@SH@
#
-# $NetBSD: usergroup,v 1.11 2005/09/26 22:12:35 jlam Exp $
+# $NetBSD: usergroup,v 1.12 2006/03/07 20:31:17 reed Exp $
#
# +USERGROUP - users and groups management script
#
@@ -347,7 +347,7 @@ CHECK-REMOVE)
"") ;;
*) ${ECHO} "==========================================================================="
${ECHO} "The following users are no longer being used by ${PKGNAME},"
- ${ECHO} "and they can be removed if no other packages are using them:"
+ ${ECHO} "and they can be removed if no other software is using them:"
${ECHO} ""
${ECHO} "$existing_users" | listwrap 40
${ECHO} ""
@@ -374,7 +374,7 @@ CHECK-REMOVE)
"") ;;
*) ${ECHO} "==========================================================================="
${ECHO} "The following groups are no longer being used by ${PKGNAME},"
- ${ECHO} "and they can be removed if no other packages are using them:"
+ ${ECHO} "and they can be removed if no other software is using them:"
${ECHO} ""
${ECHO} "$existing_groups" | listwrap 40
${ECHO} ""