diff options
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 154a933..943831f 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -413,7 +413,7 @@ installcheck: ${SPECIAL_INSTALLCHECKS} echo "ERROR: Required smmsp user is missing, see /usr/src/UPDATING."; \ false; \ fi - @if ! `id -g smmsp > /dev/null`; then \ + @if ! `pw groupshow smmsp > /dev/null`; then \ echo "ERROR: Required smmsp group is missing, see /usr/src/UPDATING."; \ false; \ fi |