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

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