diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-15 13:28:23 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-15 13:28:23 -0400 |
commit | 6725c2ed06e24d1c4c0e7329d0ad3c59896be995 (patch) | |
tree | 93adbff1af561d8fbe3a9556e9286b5e9d24a89e /src/_config.h | |
parent | 5108c9d386503d72a2c7ef38f1da4f70358704c2 (diff) |
add path to group database
Diffstat (limited to 'src/_config.h')
-rw-r--r-- | src/_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_config.h b/src/_config.h index c0ea1a95..e8ddfcb8 100644 --- a/src/_config.h +++ b/src/_config.h @@ -2,5 +2,6 @@ #define ___CONFIG_H__ #define _PWD_DB "/etc/passwd" +#define _GRP_DB "/etc/group" #endif |