## use-invokercd-initscripts.dpatch by Vagrant Cascadian <vagrant@freegeek.org>
##
## DP: use invoke-rc.d instead of calling /etc/init.d/ scripts directly

Index: ltsp-5.2.2/client/initscripts/ltsp-core
===================================================================
--- ltsp-5.2.2.orig/client/initscripts/ltsp-core	2010-07-05 12:42:06.000000000 -0700
+++ ltsp-5.2.2/client/initscripts/ltsp-core	2010-07-05 12:42:10.000000000 -0700
@@ -49,7 +49,7 @@
         if pidof usplash > /dev/null; then
             usplash=:
             orig_console="$(fgconsole)"
-            /etc/init.d/usplash start
+            invoke-rc.d usplash start
             # We've just shut down usplash, so don't log success as it will
             # look weird on the console.
             log_action_end_msg=:
