rse         99/04/22 02:09:20

  Modified:    .        configure
  Log:
  Fix new getuid.sh calls: The path is $aux and a closing ` char is needed.
  
  Revision  Changes    Path
  1.86      +2 -2      apache-1.3/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/configure,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- configure 1999/04/21 19:52:39     1.85
  +++ configure 1999/04/22 09:09:19     1.86
  @@ -953,7 +953,7 @@
           echo "                 and htdocs/manual/suexec.html documents 
first."
           exit 1
       fi
  -    if [ "x`src/helpers/getuid.sh" != "x0" ]; then
  +    if [ "x`$aux/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`src/helpers/getuid.sh" != "x0" ]; then
  +    if [ "x`$aux/getuid.sh`" != "x0" ]; then
           conf_port="8080"
       fi
       conf_serveradmin="`$aux/buildinfo.sh -n [EMAIL PROTECTED]"
  
  
  

Reply via email to