diff --git a/createlinks b/createlinks index eda92e7..a2cdfc9 100644 --- a/createlinks +++ b/createlinks @@ -21,7 +21,7 @@ my $event; foreach $event ( qw(host-create host-delete host-modify) ) { safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/dhcpd"); - safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/tinydns"); + safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/tinydns"); safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/dnscache"); } diff --git a/smeserver-hosts.spec b/smeserver-hosts.spec index 3374888..72283c1 100644 --- a/smeserver-hosts.spec +++ b/smeserver-hosts.spec @@ -3,7 +3,7 @@ Summary: smeserver module for managing hosts entries Name: smeserver-hosts %define version 11.0.0 -%define release 6 +%define release 7 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -27,6 +27,9 @@ smeserver module to allow the configuration of the hosts database, which is used to build the DNS and DHCP configuration. %changelog +* Tue Feb 25 2025 Jean-Philippe Pialasse 11.0.0-7.sme +- change for tinydns systemd unit [SME: 12945] + * Fri Feb 21 2025 Jean-Philippe Pialasse 11.0.0-6.sme - remove pptpd reference [SME: 11418]