* Mon Feb 24 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme

- move peer template from /var/service/ftp to proftpd [SME: 12942]
This commit is contained in:
2025-02-24 23:23:37 -05:00
parent 4be10f2b17
commit 7fe3a22ad3
6 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
PERMS=use esmith::ConfigDB; (esmith::ConfigDB->open_ro->get('ftp')->prop('status') eq "enabled") ? "0644" : "0000"
FILTER=sub { $_[0] =~ /^#/ ? '' : $_[0] } # Remove comments