* 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:
Jean-Philippe Pialasse 2025-02-24 23:23:37 -05:00
parent 4be10f2b17
commit 7fe3a22ad3
6 changed files with 6 additions and 3 deletions

View File

@ -60,8 +60,8 @@ foreach my $event (qw(
smeserver-proftpd-update
))
{
templates2events("/var/service/ftp/peers/0", $event);
templates2events("/var/service/ftp/peers/local", $event);
templates2events("/var/service/proftpd/peers/0", $event);
templates2events("/var/service/proftpd/peers/local", $event);
}
foreach my $event (qw(
network-create

View File

@ -4,7 +4,7 @@ Summary: smeserver specific proftpd configuration files and templates
%define name smeserver-proftpd
Name: %{name}
%define version 11.0.0
%define release 7
%define release 8
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@ -26,6 +26,9 @@ Provides: e-smith-proftpd
AutoReqProv: no
%changelog
* 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]
* Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- disable anonymous by default [SME: 931]
- add passive port [SME: 12454]