* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 2.0.4-21.sme
- Change $config to config in layout file(s) [SME: 13171]
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div id="module" class="module dhcpman-panel">
|
<div id="module" class="module dhcpman-panel">
|
||||||
|
|
||||||
% if ($config->{debug} == 1) {
|
% if (config->{debug} == 1) {
|
||||||
<p>
|
<p>
|
||||||
%= dumper $c->current_route
|
%= dumper $c->current_route
|
||||||
</p>
|
</p>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
%define name smeserver-dhcpmanager
|
%define name smeserver-dhcpmanager
|
||||||
%define version 2.0.4
|
%define version 2.0.4
|
||||||
%define release 20
|
%define release 21
|
||||||
|
|
||||||
Summary: provide a dhcp panel in the server-manager for The SME Server
|
Summary: provide a dhcp panel in the server-manager for The SME Server
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@@ -25,6 +25,9 @@ AutoReqProv: no
|
|||||||
Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc//
|
Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc//
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 2.0.4-21.sme
|
||||||
|
- Change $config to config in layout file(s) [SME: 13171]
|
||||||
|
|
||||||
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.0.4-20.sme
|
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.0.4-20.sme
|
||||||
- Fix e-smith references in smeserver-dhcpmanager [SME: 12732]
|
- Fix e-smith references in smeserver-dhcpmanager [SME: 12732]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user