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