diff --git a/root/var/service/ippp/log/run b/root/var/service/ippp/log/run index b54b1c0..4b73328 100644 --- a/root/var/service/ippp/log/run +++ b/root/var/service/ippp/log/run @@ -1,6 +1,6 @@ #! /bin/sh exec \ - /usr/local/bin/setuidgid smelog \ - /usr/local/bin/multilog t s5000000 \ + /usr/bin/setuidgid smelog \ + /usr/bin/multilog t s5000000 \ /var/log/ippp diff --git a/root/var/service/wan/log/run b/root/var/service/wan/log/run index 1dd7758..1c2a0c5 100644 --- a/root/var/service/wan/log/run +++ b/root/var/service/wan/log/run @@ -1,7 +1,7 @@ #! /bin/sh exec \ - /usr/local/bin/setuidgid smelog \ - /usr/local/bin/multilog t s5000000 \ + /usr/bin/setuidgid smelog \ + /usr/bin/multilog t s5000000 \ /var/log/wan diff --git a/smeserver-base.spec b/smeserver-base.spec index c3e0724..553de5a 100644 --- a/smeserver-base.spec +++ b/smeserver-base.spec @@ -4,7 +4,7 @@ Summary: smeserver server and gateway - base module %define name smeserver-base Name: %{name} %define version 11.0.0 -%define release 23 +%define release 24 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -49,6 +49,10 @@ Requires: bash-completion Requires: smeserver-runit >= 2.6.0-7 Requires: smeserver-php >= 3.0.0-22 Requires: smeserver-yum >= 2.6.0-43 +# daemontools bins in use +Requires: /usr/bin/softlimit +Requires: /usr/bin/setuidgid +Requires: /usr/bin/multilog Obsoletes: nss_ldap < 254 Obsoletes: cpu Obsoletes: rlinetd, e-smith-mod_ssl @@ -184,6 +188,9 @@ fi %changelog +* Sun Jan 26 2025 Jean-Philippe Pialasse 11.0.0-24.sme +- ippp and wan requires daemontools bins [SME: 12566] + * Sat Jan 18 2025 Jean-Philippe Pialasse 11.0.0-23.sme - handle all ssl ciphers and protocol in one place esmith::ssl [SME: 12827] this will allow to sync all service default protocol and ciphers