1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/mod_ftp/files/patch-quiet
Mikhail Teterin 31440623dd mod_ftp is a FTP Protocol module to serve httpd content over the
FTP protocol (whereever the HTTP protocol could also be used). It
provides both RETR/REST retrieval and STOR/APPE upload, using the
same user/permissions model as httpd (so it shares the same security
considerations as mod_dav plus mod_dav_fs).

WWW: http://httpd.apache.org/mod_ftp/

Feature safe:	yes
2012-03-13 17:02:32 +00:00

22 lines
805 B
Plaintext

--- configure.apxs 2009-09-17 14:09:20.000000000 -0400
+++ configure.apxs 2011-06-21 23:58:53.000000000 -0400
@@ -117,18 +117,2 @@
> modules/ftp/ftp_config.h
fi
-
-echo ""
-echo "Finished, run 'make' to compile mod_ftp"
-echo ""
-echo "Run 'make FTPPORT=8021 install' to install mod_ftp"
-echo "(The default FTPPORT is $FTPPORT if not specified)"
-echo ""
-echo "The manual pages ftp/index.html and mod/mod_ftp.html"
-echo "will be installed to help get you started."
-echo
-echo "The conf/extra/ftpd.conf will be installed as an example"
-echo "for you to work from. In your configuration file,"
-echo " `$APXS -q exp_sysconfdir`/`$APXS -q progname`.conf"
-echo "uncomment the line '#Include conf/extra/ftpd.conf'"
-echo "to activate this example mod_ftp configuration."
-