Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 7730 invoked by uid 6000); 21 Apr 1999 19:52:43 -0000 Received: (qmail 7717 invoked by alias); 21 Apr 1999 19:52:41 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 7713 invoked by uid 125); 21 Apr 1999 19:52:41 -0000 Date: 21 Apr 1999 19:52:41 -0000 Message-ID: <19990421195241.7712.qmail@hyperreal.org> From: jim@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3 configure Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org jim 99/04/21 12:52:40 Modified: . configure Log: Use the new getuid.sh script Revision Changes Path 1.85 +2 -2 apache-1.3/configure Index: configure =================================================================== RCS file: /export/home/cvs/apache-1.3/configure,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- configure 1999/04/21 14:48:58 1.84 +++ configure 1999/04/21 19:52:39 1.85 @@ -953,7 +953,7 @@ echo " and htdocs/manual/suexec.html documents first." exit 1 fi - if [ "x`id | grep root`" = "x" ]; then + if [ "x`src/helpers/getuid.sh" != "x0" ]; then echo " + Warning: You enabled the suEXEC feature. Be aware that you need" 1>&2 echo " + root privileges for this, at the latest at the installation step." 1>&2 fi @@ -1047,7 +1047,7 @@ break fi done - if [ "x`id | grep root`" = "x" ]; then + if [ "x`src/helpers/getuid.sh" != "x0" ]; then conf_port="8080" fi conf_serveradmin="`$aux/buildinfo.sh -n %u@%h%d`"