Magellan Linux

Contents of /trunk/initscripts/patches/initscripts-0.7.0.3-exit-splash-at-shutdown-and-reboot.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1745 - (show annotations) (download)
Thu Apr 19 15:30:11 2012 UTC (12 years ago) by niro
File size: 404 byte(s)
-added more patches
1 Index: initscripts/busybox/rc/rc
2 ===================================================================
3 --- initscripts/busybox/rc/rc (Revision 1538)
4 +++ initscripts/busybox/rc/rc (Arbeitskopie)
5 @@ -169,7 +169,7 @@
6 done
7 fi
8
9 -if [[ ${runlevel} = boot ]]
10 +if [[ ${runlevel} = boot ]] || [[ ${runlevel} = shutdown ]] || [[ ${runlevel} = reboot ]]
11 then
12 # exit bootsplash
13 splash "rc_exit" "${runlevel}"