Update /etc/inittab, to prepare for pbutton fix
authorOyvind Repvik <nail@nslu2-linux.org>
Fri, 12 Aug 2005 05:07:47 +0000 (05:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 12 Aug 2005 05:07:47 +0000 (05:07 +0000)
packages/sysvinit/sysvinit/openslug/inittab
packages/sysvinit/sysvinit_2.86.bb

index d8db881..567855b 100644 (file)
@@ -27,4 +27,6 @@ l4:4:wait:/etc/init.d/rc 4
 l5:5:wait:/etc/init.d/rc 5
 l6:6:wait:/etc/init.d/rc 6
 # Normally not reached, but fallthrough in case of emergency.
-z6:6:respawn:/sbin/sulogin
+z6:6:respawn:/sbin/sulogini
+
+ca:123456:ctrlaltdel:/sbin/poweroff
index e59102d..7611d79 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
-PR = "r18"
+PR = "r19"
 
 # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
 # Set PACKAGE_ARCH appropriately.