You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_ftp-commits@incubator.apache.org by co...@apache.org on 2005/12/11 00:29:08 UTC

svn commit: r355826 - /incubator/mod_ftp/trunk/buildconf

Author: colm
Date: Sat Dec 10 16:29:05 2005
New Revision: 355826

URL: http://svn.apache.org/viewcvs?rev=355826&view=rev
Log:
Reference httpd in the warning message.

Modified:
    incubator/mod_ftp/trunk/buildconf

Modified: incubator/mod_ftp/trunk/buildconf
URL: http://svn.apache.org/viewcvs/incubator/mod_ftp/trunk/buildconf?rev=355826&r1=355825&r2=355826&view=diff
==============================================================================
--- incubator/mod_ftp/trunk/buildconf (original)
+++ incubator/mod_ftp/trunk/buildconf Sat Dec 10 16:29:05 2005
@@ -66,7 +66,8 @@
     echo "or specify the location of the source with " 
     echo "--with-httpd=[path to httpd] :"
     echo ""
-    echo "   svn co http://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr"
+    echo "   cd .."
+    echo "   svn co http://svn.apache.org/repos/asf/httpd/httpd/trunk httpd"
     echo ""
     should_exit=1
 fi