From ef257bcc1be971e502cc3dcb098f5804248b8328 Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Tue, 7 Jun 2011 12:46:18 +0000 Subject: [PATCH] /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. --- etc/group | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/group b/etc/group index a69f879b6..4771b9acb 100755 --- a/etc/group +++ b/etc/group @@ -10,6 +10,7 @@ kmem:*:8: www:*:9: driver:*:10: server:*:11: +games:*:13: sshd:*:23: smtpd:*:26: nogroup:*:99: -- 2.44.0