mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Back out id -g checks as they are wrong (sendmail group untouched).
Requested by: dwhite Approve by: dwhite
This commit is contained in:
parent
cd5cb01152
commit
e12b910d65
1 changed files with 0 additions and 8 deletions
|
|
@ -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…
Reference in a new issue