diff options
author | reed <reed> | 2006-03-07 20:31:17 +0000 |
---|---|---|
committer | reed <reed> | 2006-03-07 20:31:17 +0000 |
commit | ccf92288f0a2a8d45539aa0ca21a006f487b9133 (patch) | |
tree | e9451d28bf33bb8c2ea262af5eba46e66f6111f7 /mk/install | |
parent | dc7b795601e836f4a273c363ba5552d1bcf6cdf3 (diff) | |
download | pkgsrc-ccf92288f0a2a8d45539aa0ca21a006f487b9133.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/usergroup | 6 |
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} "" |