commit 252eeba82c3d20e2e5c6d99afb8557d256297244
parent 845d8a62bc987d95b2f81d14255471ba0efb0a09
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Wed, 12 May 2021 21:21:09 +0200

Change nogroup to nobody

Arch doesn't have nogroup by default.

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -1,6 +1,6 @@ /* user and group to drop privileges to */ static const char *user = "nobody"; -static const char *group = "nogroup"; +static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "#000000", /* after initialization */