From: Stefan Schantl Date: Wed, 26 Aug 2009 19:01:47 +0000 (+0200) Subject: initscripts: Fixed shutdown/reboot with upstart at installer. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0c709bd404c6eb72db1b440b621d58dbce492e;p=ipfire-3.x.git initscripts: Fixed shutdown/reboot with upstart at installer. --- diff --git a/src/install/etc/init/tty1.conf b/src/install/etc/init/tty1.conf index b26cfb37d..ab40e159f 100644 --- a/src/install/etc/init/tty1.conf +++ b/src/install/etc/init/tty1.conf @@ -2,7 +2,7 @@ description "Start a tty" author "IPFire Team" start on stopped mountfs -stop on shutdown +stop on starting shutdown respawn exec /sbin/agetty -n -l /root/autologin tty1 9600 diff --git a/src/install/etc/init/tty2.conf b/src/install/etc/init/tty2.conf index 055e401a9..83bafd5a4 100644 --- a/src/install/etc/init/tty2.conf +++ b/src/install/etc/init/tty2.conf @@ -2,7 +2,7 @@ description "Start a tty" author "IPFire Team" start on stopped mountfs -stop on shutdown +stop on starting shutdown respawn exec /sbin/agetty -n -l /root/autologin tty2 9600 diff --git a/src/install/etc/init/tty3.conf b/src/install/etc/init/tty3.conf index 1a462b3e8..8045bd4b8 100644 --- a/src/install/etc/init/tty3.conf +++ b/src/install/etc/init/tty3.conf @@ -2,7 +2,7 @@ description "Start a tty" author "IPFire Team" start on stopped mountfs -stop on shutdown +stop on starting shutdown respawn exec /sbin/agetty -n -l /root/autologin tty3 9600 diff --git a/src/install/etc/init/tty4.conf b/src/install/etc/init/tty4.conf index 86421d8c0..b9f4217f5 100644 --- a/src/install/etc/init/tty4.conf +++ b/src/install/etc/init/tty4.conf @@ -2,7 +2,7 @@ description "Start a tty" author "IPFire Team" start on stopped mountfs -stop on shutdown +stop on starting shutdown respawn exec /sbin/agetty -n -l /root/autologin tty4 9600 diff --git a/src/install/etc/init/tty5.conf b/src/install/etc/init/tty5.conf deleted file mode 100644 index 5706861f9..000000000 --- a/src/install/etc/init/tty5.conf +++ /dev/null @@ -1,8 +0,0 @@ -description "Start a tty" -author "IPFire Team" - -start on stopped mountfs -stop on shutdown - -respawn -exec /sbin/agetty -n -l /root/autologin tty5 9600 diff --git a/src/install/etc/init/tty6.conf b/src/install/etc/init/tty6.conf deleted file mode 100644 index 0389505d5..000000000 --- a/src/install/etc/init/tty6.conf +++ /dev/null @@ -1,8 +0,0 @@ -description "Start a tty" -author "IPFire Team" - -start on stopped mountfs -stop on shutdown - -respawn -exec /sbin/agetty -n -l /root/autologin tty6 9600