* Tue Feb 25 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme

- change for tinydns systemd unit [SME: 12945]
This commit is contained in:
Jean-Philippe Pialasse 2025-02-25 23:33:53 -05:00
parent ee2c196928
commit 03d42f72e2
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@ my $event;
foreach $event ( qw(host-create host-delete host-modify) ) foreach $event ( qw(host-create host-delete host-modify) )
{ {
safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/dhcpd"); 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"); safe_symlink("sigterm", "root/etc/e-smith/events/$event/services2adjust/dnscache");
} }

View File

@ -3,7 +3,7 @@
Summary: smeserver module for managing hosts entries Summary: smeserver module for managing hosts entries
Name: smeserver-hosts Name: smeserver-hosts
%define version 11.0.0 %define version 11.0.0
%define release 6 %define release 7
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL 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. used to build the DNS and DHCP configuration.
%changelog %changelog
* Tue Feb 25 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- change for tinydns systemd unit [SME: 12945]
* Fri Feb 21 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme * Fri Feb 21 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme
- remove pptpd reference [SME: 11418] - remove pptpd reference [SME: 11418]