]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
initscripts: Fixed shutdown/reboot with upstart at installer.
authorStefan Schantl <Stevee@ipfire.org>
Wed, 26 Aug 2009 19:01:47 +0000 (21:01 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 26 Aug 2009 19:01:47 +0000 (21:01 +0200)
src/install/etc/init/tty1.conf
src/install/etc/init/tty2.conf
src/install/etc/init/tty3.conf
src/install/etc/init/tty4.conf
src/install/etc/init/tty5.conf [deleted file]
src/install/etc/init/tty6.conf [deleted file]

index b26cfb37d508ae85f1c8954494ef94cc6019fa0a..ab40e159f85e48eca8f5755a43273373f4a44967 100644 (file)
@@ -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
index 055e401a9c98f139ffd259aa91fee41bda5c547f..83bafd5a4bceb1fa44cc221fd08659d06218ece2 100644 (file)
@@ -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
index 1a462b3e87a3331a2c1d3738258e568d4da3256d..8045bd4b839339a399d0803cfc8c59689f33dfc1 100644 (file)
@@ -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
index 86421d8c02c25b4b3be82c4b309cb1057f372c9f..b9f4217f53b87badaf7ce46b681641053542d443 100644 (file)
@@ -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 (file)
index 5706861..0000000
+++ /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 (file)
index 0389505..0000000
+++ /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