summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-03-11 00:22:04 +0000
committermlaier <mlaier@FreeBSD.org>2004-03-11 00:22:04 +0000
commite3ee67e609c69cde0d5c52531d4795713ded0cc3 (patch)
treeb555ba91ca63cbc5a3c1e4aab432a885897e4ebd /Makefile.inc1
parenta0686a846e51e9290b2e617bf4fe2359e9860fad (diff)
downloadFreeBSD-src-e3ee67e609c69cde0d5c52531d4795713ded0cc3.zip
FreeBSD-src-e3ee67e609c69cde0d5c52531d4795713ded0cc3.tar.gz
Back out id -g checks as they are wrong (sendmail group untouched).
Requested by: dwhite Approve by: dwhite
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