Author: glen                         Date: Thu Mar 15 23:12:48 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- noissue on tty1, default do not start tty1, x tty to be 5

---- Files affected:
packages/upstart:
   start-ttys.conf (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/upstart/start-ttys.conf
diff -u packages/upstart/start-ttys.conf:1.4 
packages/upstart/start-ttys.conf:1.5
--- packages/upstart/start-ttys.conf:1.4        Thu Oct 28 20:40:56 2010
+++ packages/upstart/start-ttys.conf    Fri Mar 16 00:12:42 2012
@@ -3,8 +3,8 @@
 
 start on stopped rc RUNLEVEL=[2345]
 
-env ACTIVE_CONSOLES=/dev/tty[1-6]
-env X_TTY=/dev/tty5
+env ACTIVE_CONSOLES=/dev/tty[2-6]
+env X_TTY=/dev/tty9
 task
 script
        if [ -f /etc/sysconfig/upstart ]; then
@@ -15,7 +15,7 @@
                TTY=${tty#/dev/}
                # do not clear on tty1
                if [ "${TTY#tty}" = "1" ]; then
-                       ARGS=--noclear
+                       ARGS="--noclear --noissue"
                else
                        ARGS=
                fi
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/upstart/start-ttys.conf?r1=1.4&r2=1.5&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to