summaryrefslogtreecommitdiffstats
path: root/etc/group
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-13 16:26:26 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-13 16:26:26 +0000
commit3f24148d9ccbe2d5e5bcc9f431bd4517db5705e5 (patch)
treee515c62d344795766e836a2dcd34c67cbd66efe9 /etc/group
parentfc294fdaf0c0aca672d8df5e13c54158a960c4bc (diff)
downloadFreeBSD-src-3f24148d9ccbe2d5e5bcc9f431bd4517db5705e5.zip
FreeBSD-src-3f24148d9ccbe2d5e5bcc9f431bd4517db5705e5.tar.gz
For consistency with other entries in group, don't put the daemon or
xten users in their groups explicitly--we pick that up from the gid field in master.passwd.
Diffstat (limited to 'etc/group')
-rw-r--r--etc/group4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/group b/etc/group
index c33d9ec..258ab97 100644
--- a/etc/group
+++ b/etc/group
@@ -1,7 +1,7 @@
# $FreeBSD$
#
wheel:*:0:root
-daemon:*:1:daemon
+daemon:*:1:
kmem:*:2:root
sys:*:3:root
tty:*:4:root
@@ -18,7 +18,7 @@ mailnull:*:26:
guest:*:31:root
bind:*:53:
uucp:*:66:
-xten:*:67:xten
+xten:*:67:
dialer:*:68:
network:*:69:
www:*:80:
OpenPOWER on IntegriCloud