diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-21 22:11:10 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-11-21 22:11:10 +0000 |
commit | 49544f7280485c2ee666ac208b3de1bddfe6fbc0 (patch) | |
tree | f6baab3388090d85776fe7142561fd099e132f90 /etc | |
parent | 91aa949ed30790c04068d96e09ed27c5fd8bbd22 (diff) |
To avoid possible conflict with pre-existing groups, change
shadow -> _shadow, tokenadm -> _token, and also add _radius.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/group | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/group b/etc/group index 04bc3a6c6e5..592d8876290 100644 --- a/etc/group +++ b/etc/group @@ -23,8 +23,9 @@ _fingerd:*:33: _sshagnt:*:34: _x11:*:35: utmp:*:45: -tokenadm:*:64: -shadow:*:65: +_radius:*:63: +_token:*:64: +_shadow:*:65: crontab:*:66: www:*:67: network:*:69: |