base-files: use shutdown instead of stop when the system goes down (patch by tripolar)
SVN-Revision: 24540
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
::sysinit:/etc/init.d/rcS S boot
|
||||
::shutdown:/etc/init.d/rcS K stop
|
||||
::shutdown:/etc/init.d/rcS K shutdown
|
||||
tts/0::askfirst:/bin/ash --login
|
||||
ttyS0::askfirst:/bin/ash --login
|
||||
tty1::askfirst:/bin/ash --login
|
||||
|
||||
@@ -30,7 +30,7 @@ boot() {
|
||||
}
|
||||
|
||||
shutdown() {
|
||||
return 0
|
||||
stop
|
||||
}
|
||||
|
||||
disable() {
|
||||
|
||||
Reference in New Issue
Block a user