/etc/group: add 'games' group
Several pkgsrc packages under the games category won't install without a games group. This change adds the group with gid 13, the default games gid on NetBSD.
This commit is contained in:
parent
f011d59d67
commit
ef257bcc1b
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ kmem:*:8:
|
||||||
www:*:9:
|
www:*:9:
|
||||||
driver:*:10:
|
driver:*:10:
|
||||||
server:*:11:
|
server:*:11:
|
||||||
|
games:*:13:
|
||||||
sshd:*:23:
|
sshd:*:23:
|
||||||
smtpd:*:26:
|
smtpd:*:26:
|
||||||
nogroup:*:99:
|
nogroup:*:99:
|
||||||
|
|
Loading…
Reference in a new issue