mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Drop vsftpd which isn't actively maintained any more
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
/etc/vsftpd.conf
|
||||
/etc/vsftpd.user_list
|
||||
@@ -19,7 +19,6 @@ ntp:x:38:
|
||||
dip:x:40:
|
||||
mysql:x:41:
|
||||
ftp:x:45:
|
||||
vsftpd:x:47:
|
||||
rsyncd:x:48:
|
||||
stunnel:x:51:
|
||||
lock:x:54:
|
||||
|
||||
@@ -6,7 +6,6 @@ squid:x:23:23:ftp:/var/spool/squid:/bin/false
|
||||
ntp:x:38:38::/etc/ntp:/bin/false
|
||||
mysql:x:41:41:MySQL Server:/dev/null:/bin/false
|
||||
ftp:x:45:45:anonymous_user:/home/ftp:/bin/false
|
||||
vsftpd:x:47:47:vsftpd User:/home/ftp:/bin/false
|
||||
rsyncd:x:48:48:rsyncd Daemon:/home/rsync:/bin/false
|
||||
stunnel:x:51:51:stunnel Daemon:/var/lib/stunnel:/bin/false
|
||||
sshd:x:74:74:sshd:/var/empty:/bin/false
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
var/ipfire/backup/addons/includes/vsftpd
|
||||
etc/rc.d/init.d/vsftpd
|
||||
etc/rc.d/rc0.d/K35vsftpd
|
||||
etc/rc.d/rc6.d/K35vsftpd
|
||||
etc/rc.d/rc3.d/S65vsftpd
|
||||
etc/vsftpd.conf
|
||||
etc/vsftpd.user_list
|
||||
home/ftp
|
||||
usr/sbin/vsftpd
|
||||
#usr/share/man/man5/vsftpd.conf.5
|
||||
#usr/share/man/man8/vsftpd.8
|
||||
var/ftp
|
||||
var/ftp/empty
|
||||
@@ -1,51 +0,0 @@
|
||||
# Default config for vsftpd on ipfire
|
||||
background=YES
|
||||
listen=YES
|
||||
#
|
||||
nopriv_user=vsftpd
|
||||
#
|
||||
local_enable=YES
|
||||
write_enable=YES
|
||||
#
|
||||
local_umask=022
|
||||
#
|
||||
#anonymous_enable=YES
|
||||
#anon_upload_enable=YES
|
||||
#anon_mkdir_write_enable=YES
|
||||
#
|
||||
dirmessage_enable=YES
|
||||
#
|
||||
xferlog_enable=YES
|
||||
xferlog_file=/var/log/vsftpd.log
|
||||
xferlog_std_format=YES
|
||||
#
|
||||
connect_from_port_20=YES
|
||||
#
|
||||
#chown_uploads=YES
|
||||
#chown_username=whoever
|
||||
#
|
||||
idle_session_timeout=600
|
||||
data_connection_timeout=120
|
||||
#
|
||||
#async_abor_enable=YES
|
||||
#ascii_upload_enable=YES
|
||||
#ascii_download_enable=YES
|
||||
#
|
||||
ftpd_banner=Welcome to IPFire FTP service.
|
||||
#
|
||||
chroot_local_user=YES
|
||||
#chroot_list_enable=YES
|
||||
secure_chroot_dir=/var/ftp/empty
|
||||
#
|
||||
ls_recurse_enable=YES
|
||||
require_ssl_reuse=NO
|
||||
#
|
||||
#ssl_enable=YES
|
||||
#force_local_data_ssl=NO
|
||||
#force_local_logins_ssl=NO
|
||||
#rsa_cert_file=/etc/vsftpd.pem
|
||||
#
|
||||
userlist_deny=NO
|
||||
userlist_enable=YES
|
||||
userlist_file=/etc/vsftpd.user_list
|
||||
#
|
||||
Reference in New Issue
Block a user