Blame SOURCES/lsb-release-3.1-update-init-functions.patch

a7a6aa
diff -urN redhat-lsb-3.1/init-functions redhat-lsb-3.1.mod/init-functions
a7a6aa
--- redhat-lsb-3.1/init-functions	2006-12-06 12:24:29.000000000 +1000
a7a6aa
+++ redhat-lsb-3.1.mod/init-functions	2007-06-26 15:41:35.000000000 +1000
a7a6aa
@@ -1,6 +1,10 @@
a7a6aa
 #!/bin/sh
a7a6aa
 
a7a6aa
 # LSB initscript functions, as defined in the LSB Spec 1.1.0
a7a6aa
+#
a7a6aa
+# Lawrence Lim <llim@redhat.com> - Tue, 26 June 2007
a7a6aa
+# Updated to the latest LSB 3.1 spec
a7a6aa
+# http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic_lines.txt
a7a6aa
 
a7a6aa
 start_daemon () {
a7a6aa
 	/etc/redhat-lsb/lsb_start_daemon "$@"
a7a6aa
@@ -10,7 +14,7 @@
a7a6aa
 	/etc/redhat-lsb/lsb_killproc "$@"
a7a6aa
 }
a7a6aa
 
a7a6aa
-pidofprof () {
a7a6aa
+pidofproc () {
a7a6aa
 	/etc/redhat-lsb/lsb_pidofproc "$@"
a7a6aa
 }
a7a6aa
 
a7a6aa
@@ -22,7 +26,7 @@
a7a6aa
 	/etc/redhat-lsb/lsb_log_message failure "$@"
a7a6aa
 }
a7a6aa
 
a7a6aa
-log_warning_message () {
a7a6aa
+log_warning_msg () {
a7a6aa
 	/etc/redhat-lsb/lsb_log_message warning "$@"
a7a6aa
 }
a7a6aa