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

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