* Fri Feb 21 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme

- remove pptpd reference [SME: 11418]
This commit is contained in:
Jean-Philippe Pialasse 2025-02-21 00:07:03 -05:00
parent a6456004d4
commit ee2c196928
3 changed files with 5 additions and 3 deletions

View File

@ -1 +0,0 @@
sme10

View File

@ -87,7 +87,6 @@ ntpd=service|InitscriptOrder|55|status|disabled
php=service|status|enabled
popd=service|access|private|status|enabled
pppoe=service|DemandIdleTime|no|InitscriptOrder|57|SynchronousPPP|no|status|disabled
pptpd=service|sessions|10|status|disabled
qmail=service|InitscriptOrder|80|status|enabled
random=service|InitscriptOrder|20|status|enabled
rsyslog=service|InitscriptOrder|05|status|enabled
@ -101,4 +100,5 @@ telnet=service|access|private|status|disabled
testing=service|destruction|0
tinydns=service|InitscriptOrder|81|NOCServer|service.e-smith.com|Nameservers|ns1.e-smith.com,ns2.e-smith.com,ns3.e-smith.com,ns4.e-smith.com|PublishDomain|e-smith.net|SOA_Expiry|1048576|SOA_Minimum|2560|SOA_Refresh|16384|SOA_Retry|2048|status|enabled
twig=service|status|disabled
vpn=configuration|sessions|10|status|disabled
xinetd=service|InitscriptOrder|50|status|enabled

View File

@ -3,7 +3,7 @@
Summary: smeserver module for managing hosts entries
Name: smeserver-hosts
%define version 11.0.0
%define release 5
%define release 6
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
* Fri Feb 21 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-6.sme
- remove pptpd reference [SME: 11418]
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
- Update createlinks to create smeserver-package-update event[SME: 12579]