packages icon indicating copy to clipboard operation
packages copied to clipboard

vsftpd: update init script to use procd and publish service

Open mhusaam opened this issue 1 year ago • 2 comments

  • update init script to use procd
  • announce ftp service over mdns

Signed-off-by: Mohd Husaam Mehdi [email protected]

mhusaam avatar Mar 27 '24 16:03 mhusaam

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.

feckert avatar Mar 28 '24 13:03 feckert

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.

mhusaam avatar Apr 04 '24 14:04 mhusaam