From 574f469e143456a4ea1f9f2087d9b7fee72fea8d Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 13 Dec 2010 08:01:21 +0000 Subject: base-files: use shutdown instead of stop when the system goes down (patch by tripolar) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24540 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/mpc52xx/base-files/etc/inittab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mpc52xx') diff --git a/target/linux/mpc52xx/base-files/etc/inittab b/target/linux/mpc52xx/base-files/etc/inittab index 68b433150..77dd6cafc 100644 --- a/target/linux/mpc52xx/base-files/etc/inittab +++ b/target/linux/mpc52xx/base-files/etc/inittab @@ -1,3 +1,3 @@ ::sysinit:/etc/init.d/rcS S boot -::shutdown:/etc/init.d/rcS K stop +::shutdown:/etc/init.d/rcS K shutdown ttyPSC0::askfirst:/bin/ash --login -- cgit v1.2.3