forked from pool/vsftpd
fa0b1f8c7e
- Cleanup with spec-cleaner - Remove conditions about init files as we do not build for < 12.1 anyway. - Update the README.SUSE file to describe more the listen option. - Add socket service for vsftpd to avoid the need for xinetd here. - Add comment about listen variables for xinetd configuration. Fixes bnc#872221. - Add default configuration as arg to xinetd started vsftpd. - Updated patch: * vsftpd-2.0.4-xinetd.diff OBS-URL: https://build.opensuse.org/request/show/235383 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=43 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
README.SUSE | ||
vsftpd-2.0.4-dmapi.patch | ||
vsftpd-2.0.4-enable-ssl.patch | ||
vsftpd-2.0.4-lib64.diff | ||
vsftpd-2.0.4-xinetd.diff | ||
vsftpd-2.0.5-enable-debuginfo.patch | ||
vsftpd-2.0.5-utf8-log-names.patch | ||
vsftpd-2.0.5-vuser.patch | ||
vsftpd-2.3.5-conf.patch | ||
vsftpd-3.0.0_gnu_source_defines.patch | ||
vsftpd-3.0.0-optional-seccomp.patch | ||
vsftpd-3.0.2.tar.gz | ||
vsftpd-3.0.2.tar.gz.asc | ||
vsftpd-allow-dev-log-socket.patch | ||
vsftpd-drop-newpid-from-clone.patch | ||
vsftpd-enable-dev-log-sendto.patch | ||
vsftpd-enable-fcntl-f_setfl.patch | ||
vsftpd-enable-gettimeofday-sec.patch | ||
vsftpd-root-squashed-chroot.patch | ||
vsftpd.changes | ||
vsftpd.firewall | ||
vsftpd.keyring | ||
vsftpd.logrotate | ||
vsftpd.pam | ||
vsftpd.service | ||
vsftpd.socket | ||
vsftpd.spec | ||
vsftpd.xml | ||
vsftpd@.service |
vsftpd-3.0.0 made the listen mode default. In order to maintain backward compatibility, default /etc/vsftpd.conf in SUSE contains listen=NO listen_ipv6=YES if you plan to use xinetd (/etc/xinetd.d/vsftp) you don't need to change anything by default, but if you have ipv6 available you have to set listen_ipv6=NO too in order for xinetd to work. Alternatively you can also use systemd socket service that listens on port 21 and starts the server like xinetd would. This service does not require you to change ANY variable in the /etc/vsftpd.conf.