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 [EMAIL PROTECTED]"
  
  
  

Reply via email to