]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - rc.d/rc.shutdown
- added support for selecting macvlan mode
[projects/rc-scripts.git] / rc.d / rc.shutdown
index b374bc92164b335ee9eedf6fc27dd888291c3854..d86f962e8d6d94039069a8404a06656c26d1eb90 100755 (executable)
@@ -19,10 +19,6 @@ IN_SHUTDOWN=yes
 trap "echo" INT SEGV QUIT TERM
 set +e
 
-emit pld.shutdown-started
-emit starting JOB=shutdown
-emit started JOB=shutdown
-
 rc_splash "reboot"
 
 # Kill all processes.
@@ -178,10 +174,6 @@ else
                show "On the next boot fsck will be skipped."; ok
        fi
 
-       # not really sure where thse events should go
-       emit stopped JOB=shutdown
-       emit stopping JOB=shutdown
-
        if [ -x /sbin/kexec ] && [ "$kexec_loaded" = "1" ]; then
                show "Will now restart with kexec"
                /sbin/kexec -e
This page took 0.076487 seconds and 4 git commands to generate.