Back out id -g checks as they are wrong (sendmail group untouched).

Requested by:	dwhite
Approve by:	dwhite
This commit is contained in:
mlaier 2004-03-11 00:22:04 +00:00
parent a0686a846e
commit e3ee67e609

View File

@ -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
#