Add installcheck for proxy:proxy and authpf.
Suggested by: ru Approved by: bms(mentor)
This commit is contained in:
parent
82864cac2a
commit
454c51393e
@ -418,6 +418,20 @@ installcheck: ${SPECIAL_INSTALLCHECKS}
|
||||
false; \
|
||||
fi
|
||||
.endif
|
||||
.if !defined(NO_PF)
|
||||
@if ! `id -u proxy > /dev/null`; then \
|
||||
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
|
||||
|
||||
#
|
||||
# distributeworld
|
||||
|
Loading…
Reference in New Issue
Block a user