diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:03:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:03:11 +0000 |
commit | 79698c84577df2797724d484418f1de7f67bf07f (patch) | |
tree | fa993eea8870e6aef79666a19d170137054831ba /ftp/php-fastdfs | |
parent | databases/percona-pam-for-mysql: unbreak on powerpc64 (diff) |
Convert to UCL & cleanup pkg-message (categories e-g)
Notes
Notes:
svn path=/head/; revision=508837
Diffstat (limited to 'ftp/php-fastdfs')
-rw-r--r-- | ftp/php-fastdfs/pkg-message | 8 |
1 files changed, 7 insertions, 1 deletions
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 +} +] |