From 50cb2583eb5a2eb495d392b3b517c1c61ae929d8 Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Oct 06 2023 15:39:32 +0000 Subject: applied lsb-release-3.1-update-init-functions.patch --- diff --git a/redhat-lsb/init-functions b/redhat-lsb/init-functions index e591b00..b021b34 100644 --- a/redhat-lsb/init-functions +++ b/redhat-lsb/init-functions @@ -1,6 +1,10 @@ #!/bin/sh # LSB initscript functions, as defined in the LSB Spec 1.1.0 +# +# Lawrence Lim - Tue, 26 June 2007 +# Updated to the latest LSB 3.1 spec +# http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic_lines.txt start_daemon () { /etc/redhat-lsb/lsb_start_daemon "$@" @@ -10,7 +14,7 @@ killproc () { /etc/redhat-lsb/lsb_killproc "$@" } -pidofprof () { +pidofproc () { /etc/redhat-lsb/lsb_pidofproc "$@" } @@ -22,7 +26,7 @@ log_failure_msg () { /etc/redhat-lsb/lsb_log_message failure "$@" } -log_warning_message () { +log_warning_msg () { /etc/redhat-lsb/lsb_log_message warning "$@" }