* Fri Sep 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-12.sme

- fix path for tcpsvd peers [SME: 13193]
This commit is contained in:
2025-09-26 12:49:36 -04:00
parent ccffb7d25f
commit ed837ffb76
2 changed files with 5 additions and 2 deletions

View File

@@ -22,6 +22,6 @@
use esmith::tcpsvd;
esmith::tcpsvd::configure_peers('ftp');
esmith::tcpsvd::configure_peers('ftp','/var/service/proftpd');
exit(0);