SVN: rc-scripts/branches/upstart_native/rc.d/rc.shutdown

jajcus jajcus at pld-linux.org
Sun May 9 10:47:50 CEST 2010


Author: jajcus
Date: Sun May  9 10:47:50 2010
New Revision: 11404

Modified:
   rc-scripts/branches/upstart_native/rc.d/rc.shutdown
Log:
- emit pld.shutdown-started after blocking signals

Modified: rc-scripts/branches/upstart_native/rc.d/rc.shutdown
==============================================================================
--- rc-scripts/branches/upstart_native/rc.d/rc.shutdown	(original)
+++ rc-scripts/branches/upstart_native/rc.d/rc.shutdown	Sun May  9 10:47:50 2010
@@ -16,12 +16,12 @@
 
 . /etc/rc.d/init.d/functions
 
-emit pld.shutdown-started
-
 # avoid keyboard interruption
 trap "echo" INT SEGV QUIT TERM
 set +e
 
+emit pld.shutdown-started
+
 rc_splash "reboot"
 
 # Kill all processes.


More information about the pld-cvs-commit mailing list