summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/bsdftpd-ssl/files/pkg-message.in8
-rw-r--r--ftp/frox/files/pkg-message.in8
-rw-r--r--ftp/net2ftp/files/pkg-message.in7
-rw-r--r--ftp/oftpd/pkg-message8
-rw-r--r--ftp/p5-Net-FTPServer/files/pkg-message.in8
-rw-r--r--ftp/php-fastdfs/pkg-message8
-rw-r--r--ftp/pure-ftpd/files/pkg-message.in6
-rw-r--r--ftp/tnftpd/files/pkg-message.in8
8 files changed, 49 insertions, 12 deletions
diff --git a/ftp/bsdftpd-ssl/files/pkg-message.in b/ftp/bsdftpd-ssl/files/pkg-message.in
index e3c5a6d1c158..7d5adc773cc6 100644
--- a/ftp/bsdftpd-ssl/files/pkg-message.in
+++ b/ftp/bsdftpd-ssl/files/pkg-message.in
@@ -1,4 +1,6 @@
-=============================================================================
+[
+{ type: install
+ message: <<EOM
You will also need to read "Configuration" and "Supplement information" parts
of the %%DOCSDIR%%/INSTALL file from the package
documentation for the subsequent configuration steps:
@@ -10,4 +12,6 @@ Please note:
- The example configuration files are available in the
%%EXAMPLESDIR%% directory.
- The manual page for the FTP server is available as ftpd-ssl(8).
-=============================================================================
+EOM
+}
+]
diff --git a/ftp/frox/files/pkg-message.in b/ftp/frox/files/pkg-message.in
index 58c02d5fd0ff..a82361dd292e 100644
--- a/ftp/frox/files/pkg-message.in
+++ b/ftp/frox/files/pkg-message.in
@@ -1,4 +1,6 @@
-**************************************************************************
+[
+{ type: install
+ message: <<EOM
Don't forget to create %%PREFIX%%/etc/frox.conf.
See an example in %%EXAMPLESDIR%%/frox.conf
@@ -12,4 +14,6 @@ Add `frox_enable="YES"' in /etc/rc.conf and run %%PREFIX%%/etc/rc.d/frox.sh
frox stream tcp nowait nobody %%PREFIX%%/sbin/frox frox
* assign a port number for frox inside /etc/services (e.g. 2121):
frox 2121/tcp
-**************************************************************************
+EOM
+}
+]
diff --git a/ftp/net2ftp/files/pkg-message.in b/ftp/net2ftp/files/pkg-message.in
index 1cf0ece13d5f..d3d6d9dcbf0b 100644
--- a/ftp/net2ftp/files/pkg-message.in
+++ b/ftp/net2ftp/files/pkg-message.in
@@ -1,4 +1,6 @@
-
+[
+{ type: install
+ message: <<EOM
To make net2ftp available through your Apache web server,
add something similar to the following to httpd.conf:
@@ -11,3 +13,6 @@ add something similar to the following to httpd.conf:
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>
+EOM
+}
+]
diff --git a/ftp/oftpd/pkg-message b/ftp/oftpd/pkg-message
index 379c8daf0c01..d5707298c904 100644
--- a/ftp/oftpd/pkg-message
+++ b/ftp/oftpd/pkg-message
@@ -1,5 +1,9 @@
-================================================================================
+[
+{ type: install
+ message: <<EOM
oftpd only runs standalone, not from inetd.
Create a README file in the root anonymous FTP dir to have it displayed to
users upon login.
-================================================================================
+EOM
+}
+]
diff --git a/ftp/p5-Net-FTPServer/files/pkg-message.in b/ftp/p5-Net-FTPServer/files/pkg-message.in
index c68cbf0f6c7a..4796f89c358b 100644
--- a/ftp/p5-Net-FTPServer/files/pkg-message.in
+++ b/ftp/p5-Net-FTPServer/files/pkg-message.in
@@ -1,6 +1,10 @@
---------------------------------------------------------------------------
+[
+{ type: install
+ message: <<EOM
You have installed p5-Net-FTPServer, a full-featured ftp daemon written in
Perl. For more information, please type `perldoc Net::FTPServer'. The
ftpd is installed as %%PREFIX%%/sbin/ftpd.pl, with an example config
file in %%PREFIX%%/share/examples/Net-FTPServer.
---------------------------------------------------------------------------
+EOM
+}
+]
diff --git a/ftp/php-fastdfs/pkg-message b/ftp/php-fastdfs/pkg-message
index 993d158f9115..203ccb1323d1 100644
--- a/ftp/php-fastdfs/pkg-message
+++ b/ftp/php-fastdfs/pkg-message
@@ -1,8 +1,11 @@
+[
+{ type: install
+ message: <<EOM
Before you can start using this module;
- Make sure you have configured client.conf to point to your FastDFS cluster
and that you see the cluster with fdfs_monitor
- Add this to your php.ini file
-==================================================================
+
fastdfs_client.base_path = /var/tmp
fastdfs_client.connect_timeout = 2
fastdfs_client.network_timeout = 60
@@ -13,3 +16,6 @@ fastdfs_client.tracker_group_count = 1
fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf
fastdfs_client.use_connection_pool = false
fastdfs_client.connection_pool_max_idle_time = 3600
+EOM
+}
+]
diff --git a/ftp/pure-ftpd/files/pkg-message.in b/ftp/pure-ftpd/files/pkg-message.in
index 19c43faa36f7..4f843c4e614e 100644
--- a/ftp/pure-ftpd/files/pkg-message.in
+++ b/ftp/pure-ftpd/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
Now you need to examine %%EXAMPLESDIR%%/pam.d/pure-ftpd
and add the relevant PAM configuration lines to your /etc/pam.conf file.
@@ -5,3 +8,6 @@ If you defined call upload script in pure-ftpd config define corresponding
vars in rc.conf. pure-ftpd will not listen TCP socket without it.
See FAQ: https://github.com/jedisct1/pure-ftpd/blob/master/FAQ
+EOM
+}
+]
diff --git a/ftp/tnftpd/files/pkg-message.in b/ftp/tnftpd/files/pkg-message.in
index 71e871b3cafe..ebb3795f43fd 100644
--- a/ftp/tnftpd/files/pkg-message.in
+++ b/ftp/tnftpd/files/pkg-message.in
@@ -1,4 +1,6 @@
-================================================================================
+[
+{ type: install
+ message: <<EOM
This port relies on a number of configuration files in %%PREFIX%%/etc.
At the very least, create a ftpusers file with the usernams of users you don't
want to connect (root, toor, etc.). This will allow non-listed users to log in.
@@ -7,4 +9,6 @@ Copying /etc/ftpusers to %%PREFIX%%/etc/ftpusers should be sufficient.
See the man pages and examples in %%EXAMPLESDIR%% for more
information. The man pages and configuration files for FreeBSD's built-in ftpd
can also be of use as examples/additional info.
-================================================================================
+EOM
+}
+]