* 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:
parent
ee2c196928
commit
03d42f72e2
@ -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");
|
||||
}
|
||||
|
||||
|
@ -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 <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
|
||||
- remove pptpd reference [SME: 11418]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user