From 9709333e763b5468e3ff98336a7b482a9aebf2e7 Mon Sep 17 00:00:00 2001 From: hanez Date: Mon, 8 Sep 2025 03:13:19 +0200 Subject: [PATCH] Some content update and fixes... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2247806..bb4d64d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # chkusr -chkusr is a set of programs to verify information about a user on UNIX based systems. +chkusr is a set of programs to verify information about a user and/or group on UNIX based systems. * [The idea](#the-idea) * [Requirements](#requirements) @@ -31,7 +31,7 @@ I needed some programs to verify some information about users and groups on a Li ### Requirements -You need the PAM development package installed. On Alpine it is named linux-pam-dev, on Debian based systems it is named libpam0g-dev. +You need the PAM development package installed. On Alpine it is named linux-pam-dev, on Debian based systems it is named libpam0g-dev. Not all programs require PAM but you need to edit the Makefile to disable PAM based programs in the build process. ### Configuration