summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2004-03-12 03:46:15 +0000
committergshapiro <gshapiro@FreeBSD.org>2004-03-12 03:46:15 +0000
commit0418e1b6b2b3028563987321cb043146d549ad50 (patch)
treeedbdb5e6664fde00fea9a94ce04cd9a1969a6e92 /Makefile.inc1
parent2f1d89c4f55d3273daa21f802451981fcdc09254 (diff)
downloadFreeBSD-src-0418e1b6b2b3028563987321cb043146d549ad50.zip
FreeBSD-src-0418e1b6b2b3028563987321cb043146d549ad50.tar.gz
Use 'pw groupshow' instead of 'id -g' to see if a group exists.
PR: 64073 Submitted by: jhb MFC after: 5 days
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
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
OpenPOWER on IntegriCloud