From e3ee67e609c69cde0d5c52531d4795713ded0cc3 Mon Sep 17 00:00:00 2001 From: mlaier Date: Thu, 11 Mar 2004 00:22:04 +0000 Subject: Back out id -g checks as they are wrong (sendmail group untouched). Requested by: dwhite Approve by: dwhite --- Makefile.inc1 | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.inc1') 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 # -- cgit v1.1