Back out id -g checks as they are wrong (sendmail group untouched).
Requested by: dwhite Approve by: dwhite
This commit is contained in:
parent
a0686a846e
commit
e3ee67e609
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user