=== removed file 'zsh-functions/zsv_defaults_pure-ftpd' --- zsh-functions/zsv_defaults_pure-ftpd 2014-05-12 13:58:16 +0000 +++ zsh-functions/zsv_defaults_pure-ftpd 1970-01-01 00:00:00 +0000 @@ -1,10 +0,0 @@ -run=(pure-ftpd) -args=( - -c 30 # max connections - -C 10 # max connections per IP - -k 90% # disable uploads when disk is fuller than this - -l pam # normal system users using PAM - -A # chroot() everyone, but root - -u 1000 # deny system users -) -# vim: ft=zsh noet ts=4 sts=4 sw=4