summarylogtreecommitdiffstats
path: root/pure-ftpd.install
diff options
context:
space:
mode:
authormrxx2015-11-23 17:26:15 +0100
committermrxx2015-11-23 17:26:15 +0100
commit24f1c3143952047b4dad2ac159a5fe48628475cf (patch)
tree6ceb83350aa168a28616679824da95c5cc0a92d2 /pure-ftpd.install
parent722fd77dda1d8ff95da0e1f372eb13f61a138674 (diff)
downloadaur-24f1c3143952047b4dad2ac159a5fe48628475cf.tar.gz
pidfile now in /run; install shows warning about broken clients
Diffstat (limited to 'pure-ftpd.install')
-rw-r--r--pure-ftpd.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/pure-ftpd.install b/pure-ftpd.install
index 54d3238a0256..82fcadba44f7 100644
--- a/pure-ftpd.install
+++ b/pure-ftpd.install
@@ -22,6 +22,10 @@ post_install()
echo "Then restart the ftp service: systemctl restart pure-ftpd.service"
echo
fi
+
+ echo "With some FTP clients (e.g. Total Commander, AndFTP) you may encounter unexpected"
+ echo "closed connections. This can be resolved by enabling 'BrokenClientsCompatibility'"
+ echo "in /etc/pure-ftpd/pure-ftpd.conf."
}
post_upgrade() {