summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0cda2ae..154a933 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -423,14 +423,6 @@ installcheck: ${SPECIAL_INSTALLCHECKS}
echo "ERROR: Required proxy user is missing, see /usr/src/UPDATING."; \
false; \
fi
- @if ! `id -g proxy > /dev/null`; then \
- echo "ERROR: Required proxy group is missing, see /usr/src/UPDATING."; \
- false; \
- fi
- @if ! `id -g authpf > /dev/null`; then \
- echo "ERROR: Required authpf group is missing, see /usr/src/UPDATING."; \
- false; \
- fi
.endif
#
OpenPOWER on IntegriCloud