Bash script problem between SUSE Linux Enterprise and Open Suse

Hi,
I try change default distrib to Open Suse and I used to deply an antivirus on Linux. The antivirus agent platform compatibilty include SUSE Linux Enterprise Server 15 but on openSUSE Leap 15.5 i have an error on their startup script.
The install process correcly create a file in /systemd/system/multi-user.target.wants which calls their onwn startup script.
I find in their script :
# this is SuSE
. /etc/rc.status
os_daemon_start=start_daemon
but the function start_daemon is not define.
Is their a way to solve my issue ?
I can ask the antivirus publisher to increase their compatibility but I have no guarantee that they will comply with my request.
Thanks.
Regards,
Ghislain

andrei@tumbleweed:/etc/pam.d> cnf start_daemon

The program 'start_daemon' can be found in the following package:
  * sysvinit-tools [ path: /usr/sbin/start_daemon, repository: repo-oss ]

Try installing with:
    sudo zypper install sysvinit-tools

andrei@tumbleweed:/etc/pam.d>

Great,
i tried to install systemd-sysvinit but i missed sysvinit-tools
Thanks a lot!
Reagrds

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.