SOURCES: upstart-SysVinit-tty1.event, upstart-SysVinit-tty2.event, upstart-...

wolf wolf at pld-linux.org
Fri Nov 14 16:05:51 CET 2008


Author: wolf                         Date: Fri Nov 14 15:05:51 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix start/stop conditions

---- Files affected:
SOURCES:
   upstart-SysVinit-tty1.event (1.4 -> 1.5) , upstart-SysVinit-tty2.event (1.3 -> 1.4) , upstart-SysVinit-tty3.event (1.3 -> 1.4) , upstart-SysVinit-tty4.event (1.3 -> 1.4) , upstart-SysVinit-tty5.event (1.3 -> 1.4) , upstart-SysVinit-tty6.event (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/upstart-SysVinit-tty1.event
diff -u SOURCES/upstart-SysVinit-tty1.event:1.4 SOURCES/upstart-SysVinit-tty1.event:1.5
--- SOURCES/upstart-SysVinit-tty1.event:1.4	Thu Nov 13 23:26:47 2008
+++ SOURCES/upstart-SysVinit-tty1.event	Fri Nov 14 16:05:44 2008
@@ -3,14 +3,8 @@
 # This service maintains a getty on tty1 from the point the system is
 # started until it is shut down again.
 
-start on stopped rc2
-start on stopped rc3
-start on stopped rc4
-start on stopped rc5
-
-stop on runlevel 0
-stop on runlevel 1
-stop on runlevel 6
+start on stopped rc2 or stopped rc3 or stopped rc4 or stopped rc5
+stop on runlevel 0 or runlevel 1 or runlevel 6
 
 respawn
 exec /sbin/mingetty --noclear tty1

================================================================
Index: SOURCES/upstart-SysVinit-tty2.event
diff -u SOURCES/upstart-SysVinit-tty2.event:1.3 SOURCES/upstart-SysVinit-tty2.event:1.4
--- SOURCES/upstart-SysVinit-tty2.event:1.3	Thu Nov 13 23:26:47 2008
+++ SOURCES/upstart-SysVinit-tty2.event	Fri Nov 14 16:05:44 2008
@@ -3,14 +3,8 @@
 # This service maintains a getty on tty2 from the point the system is
 # started until it is shut down again.
 
-start on runlevel 2
-start on runlevel 3
-start on runlevel 4
-start on runlevel 5
-
-stop on runlevel 0
-stop on runlevel 1
-stop on runlevel 6
+start on runlevel 2 or runlevel 3 or runlevel 4 or runlevel 5
+stop on runlevel 0 or runlevel 1 or runlevel 6
 
 respawn
 exec /sbin/mingetty tty2

================================================================
Index: SOURCES/upstart-SysVinit-tty3.event
diff -u SOURCES/upstart-SysVinit-tty3.event:1.3 SOURCES/upstart-SysVinit-tty3.event:1.4
--- SOURCES/upstart-SysVinit-tty3.event:1.3	Thu Nov 13 23:26:48 2008
+++ SOURCES/upstart-SysVinit-tty3.event	Fri Nov 14 16:05:45 2008
@@ -3,14 +3,8 @@
 # This service maintains a getty on tty3 from the point the system is
 # started until it is shut down again.
 
-start on runlevel 2
-start on runlevel 3
-start on runlevel 4
-start on runlevel 5
-
-stop on runlevel 0
-stop on runlevel 1
-stop on runlevel 6
+start on runlevel 2 or runlevel 3 or runlevel 4 or runlevel 5
+stop on runlevel 0 or runlevel 1 or runlevel 6
 
 respawn
 exec /sbin/mingetty tty3

================================================================
Index: SOURCES/upstart-SysVinit-tty4.event
diff -u SOURCES/upstart-SysVinit-tty4.event:1.3 SOURCES/upstart-SysVinit-tty4.event:1.4
--- SOURCES/upstart-SysVinit-tty4.event:1.3	Thu Nov 13 23:26:48 2008
+++ SOURCES/upstart-SysVinit-tty4.event	Fri Nov 14 16:05:45 2008
@@ -3,14 +3,8 @@
 # This service maintains a getty on tty4 from the point the system is
 # started until it is shut down again.
 
-start on runlevel 2
-start on runlevel 3
-start on runlevel 4
-start on runlevel 5
-
-stop on runlevel 0
-stop on runlevel 1
-stop on runlevel 6
+start on runlevel 2 or runlevel 3 or runlevel 4 or runlevel 5
+stop on runlevel 0 or runlevel 1 or runlevel 6
 
 respawn
 exec /sbin/mingetty tty4

================================================================
Index: SOURCES/upstart-SysVinit-tty5.event
diff -u SOURCES/upstart-SysVinit-tty5.event:1.3 SOURCES/upstart-SysVinit-tty5.event:1.4
--- SOURCES/upstart-SysVinit-tty5.event:1.3	Thu Nov 13 23:26:48 2008
+++ SOURCES/upstart-SysVinit-tty5.event	Fri Nov 14 16:05:45 2008
@@ -3,14 +3,8 @@
 # This service maintains a getty on tty5 from the point the system is
 # started until it is shut down again.
 
-start on runlevel 2
-start on runlevel 3
-start on runlevel 4
-start on runlevel 5
-
-stop on runlevel 0
-stop on runlevel 1
-stop on runlevel 6
+start on runlevel 2 or runlevel 3 or runlevel 4 or runlevel 5
+stop on runlevel 0 or runlevel 1 or runlevel 6
 
 respawn
 exec /sbin/mingetty tty5

================================================================
Index: SOURCES/upstart-SysVinit-tty6.event
diff -u SOURCES/upstart-SysVinit-tty6.event:1.3 SOURCES/upstart-SysVinit-tty6.event:1.4
--- SOURCES/upstart-SysVinit-tty6.event:1.3	Thu Nov 13 23:26:49 2008
+++ SOURCES/upstart-SysVinit-tty6.event	Fri Nov 14 16:05:46 2008
@@ -3,14 +3,8 @@
 # This service maintains a getty on tty6 from the point the system is
 # started until it is shut down again.
 
-start on runlevel 2
-start on runlevel 3
-start on runlevel 4
-start on runlevel 5
-
-stop on runlevel 0
-stop on runlevel 1
-stop on runlevel 6
+start on runlevel 2 or runlevel 3 or runlevel 4 or runlevel 5
+stop on runlevel 0 or runlevel 1 or runlevel 6
 
 respawn
 exec /sbin/mingetty tty6
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/upstart-SysVinit-tty1.event?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/upstart-SysVinit-tty2.event?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/upstart-SysVinit-tty3.event?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/upstart-SysVinit-tty4.event?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/upstart-SysVinit-tty5.event?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/upstart-SysVinit-tty6.event?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list