SHA256
1
0
forked from pool/vsftpd

- 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.

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=63
This commit is contained in:
Tomáš Chvátal
2014-05-26 13:22:17 +00:00
committed by Git OBS Bridge
parent 9c280be826
commit 210c375786
4 changed files with 57 additions and 195 deletions

View File

@@ -4,4 +4,9 @@ compatibility, default /etc/vsftpd.conf in SUSE contains
listen=NO
listen_ipv6=YES
so no changes for xinetd (/etc/xinetd.d/vsftp) are needed by default.
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.