From 2853f4fd074fa4de79d642413d4c41fc12ac5d10 Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama Date: Sat, 7 Sep 2024 21:55:56 +0700 Subject: [PATCH] Changed `nogroup` group to `nobody` --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 9855e21..27cc2d0 100644 --- a/config.def.h +++ b/config.def.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] = "black", /* after initialization */