Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2002 22:01:11 -0400
From:      Jim Freeze <jim@freeze.org>
To:        questions@freebsd.org
Subject:   /etc/group upgrade question 4.5-4.6
Message-ID:  <20020703220111.A24377@freeze.org>

next in thread | raw e-mail | index | archive | help
Hi:

I am upgrading to 4.6 stable and came across a note in 19.4.3 of
the handbook that I should add any missing groups from /usr/src/etc/group
to /etc/group.

A diff shows the following:

< www:*:80:
---
> www:*:1010:


Should I worry about changing my www group number from 1010 to 80?
If I change the number, will I then have to do a search with find 
and update all my www group files?

If so, would the find command look like this after
I update the gid in /etc/group?

  find / -group www -exec chgrp www {} \;

Thanks
-- 
Jim Freeze
If only I had something clever to say for my comment...
~

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020703220111.A24377>