packages
packages copied to clipboard
vsftpd: update init script to use procd and publish service
- update init script to use procd
- announce ftp service over mdns
Signed-off-by: Mohd Husaam Mehdi [email protected]
Can you please split this up in two commits.
- Switching the init to procd
- Adding mdns
Then we could better port the procd init change to the other stable branches if we want. These are two changes that should not be combined in one commit.
We should make the mdns handling configurable, just like we do with the dropbear. Not everyone wants to have mdns.
Thanks for your comment. Sorry for the delay.
Mixing UCI and conf file, or, reading directly from the conf file in init script feels a little weird. This package does not have a UCI, so I will try to add UCI processing also.