From a0aa54eb0d741108743d230bce2f2deb054ba9c5 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 11 Jan 2012 18:09:22 +0100 Subject: Rework of shutdown policy in inittab This commit follows commit ad501b66. Start up of the busybox logging daemons were moved to an init script but the shutdown were still performed in inittab. This commit moves the shutdown policy to an rcK script that calls the stop function of all the init scripts in a reversed order. Signed-off-by: Maxime Ripard Signed-off-by: Peter Korsgaard --- fs/skeleton/etc/inittab | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fs/skeleton/etc/inittab') diff --git a/fs/skeleton/etc/inittab b/fs/skeleton/etc/inittab index ac410d6e4..85881f460 100644 --- a/fs/skeleton/etc/inittab +++ b/fs/skeleton/etc/inittab @@ -30,8 +30,7 @@ null::sysinit:/bin/hostname -F /etc/hostname ::ctrlaltdel:/sbin/reboot # Stuff to do before rebooting -null::shutdown:/usr/bin/killall klogd -null::shutdown:/usr/bin/killall syslogd +null::shutdown:/etc/init.d/rcK null::shutdown:/bin/umount -a -r null::shutdown:/sbin/swapoff -a -- cgit v1.2.3