diff --git a/createlinks b/createlinks index 703cb99..e89553e 100755 --- a/createlinks +++ b/createlinks @@ -82,10 +82,10 @@ templates2events("/etc/rsyslog.conf", $event); $event = "dhparam-update"; templates2events("/etc/proftpd.conf", $event); -safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/proftpd"); +safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/ftp"); $event = "smeserver-base-update"; templates2events("/etc/proftpd.conf", $event); -safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/proftpd"); +safe_symlink("try-restart", "root/etc/e-smith/events/$event/services2adjust/ftp"); exit 0; diff --git a/smeserver-proftpd.spec b/smeserver-proftpd.spec index 68194ed..f539c3c 100644 --- a/smeserver-proftpd.spec +++ b/smeserver-proftpd.spec @@ -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 9 +%define release 10 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -26,6 +26,9 @@ Provides: e-smith-proftpd AutoReqProv: no %changelog +* Wed May 28 2025 Jean-Philippe Pialasse 11.0.0-10.sme +- fix proftpd used instead of ftp service [SME: 13015] + * Tue Mar 18 2025 Jean-Philippe Pialasse 11.0.0-9.sme - handle dhparams [SME: 12963]