From a604d3ccc3b083f0a5a2d970e321ee8e2c43dd2d Mon Sep 17 00:00:00 2001 From: TiynGER Date: Sun, 29 Mar 2020 21:20:41 +0200 Subject: [PATCH] changing group --- 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 */