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 wr...@apache.org on 2006/11/20 21:07:24 UTC

svn commit: r477333 - /incubator/mod_ftp/trunk/STATUS

Author: wrowe
Date: Mon Nov 20 13:07:23 2006
New Revision: 477333

URL: http://svn.apache.org/viewvc?view=rev&rev=477333
Log:

  Fix STATUS for simple-build.

Modified:
    incubator/mod_ftp/trunk/STATUS

Modified: incubator/mod_ftp/trunk/STATUS
URL: http://svn.apache.org/viewvc/incubator/mod_ftp/trunk/STATUS?view=diff&rev=477333&r1=477332&r2=477333
==============================================================================
--- incubator/mod_ftp/trunk/STATUS (original)
+++ incubator/mod_ftp/trunk/STATUS Mon Nov 20 13:07:23 2006
@@ -1,5 +1,3 @@
-0123456789012345678901234567890123456789012345678901234567890123456789012
-          1         2         3         4         5         6         7
 MOD_FTP 3.0 STATUS:                                            -*-text-*-
 Last modified at [$Date: 2006-08-22 15:41:03 -0500 (Tue, 22 Aug 2006) $]
 
@@ -39,7 +37,8 @@
 
     * to build and install, one can simply...
 
-        apxs -c -I ../include mod_ftp.c ftp_*.c
+        cd modules/ftp
+        apxs -c -I ../../include mod_ftp.c ftp_*.c
         apxs -i mod_ftp.la
 
       but we need to add some autoconf-like detection for two features