pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/install For the user or group removal message, don'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b84857e0d36
branches:  trunk
changeset: 509274:8b84857e0d36
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Mar 07 20:31:17 2006 +0000

description:
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:

 mk/install/usergroup |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 5258b5ba83ca -r 8b84857e0d36 mk/install/usergroup
--- a/mk/install/usergroup      Tue Mar 07 20:23:26 2006 +0000
+++ b/mk/install/usergroup      Tue Mar 07 20:31:17 2006 +0000
@@ -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 @@
        "")     ;;
        *)      ${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 @@
        "")     ;;
        *)      ${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} ""



Home | Main Index | Thread Index | Old Index