summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Balcaen <mikala@mageia.org>2013-08-25 18:51:46 +0000
committerJohn Balcaen <mikala@mageia.org>2013-08-25 18:51:46 +0000
commit6626ce75b56022b67cc5a07e530692d77b415ecd (patch)
tree118eb0eb405c370fbdebc7323534080211b1e4f6
parentcde6edbe2c04c19f03f4260e72c0e57cfd5d9148 (diff)
downloadconfig-6626ce75b56022b67cc5a07e530692d77b415ecd.tar
config-6626ce75b56022b67cc5a07e530692d77b415ecd.tar.gz
config-6626ce75b56022b67cc5a07e530692d77b415ecd.tar.bz2
config-6626ce75b56022b67cc5a07e530692d77b415ecd.tar.xz
config-6626ce75b56022b67cc5a07e530692d77b415ecd.zip
- don't use explicit tty
-rw-r--r--kde4-profiles/Default/share/config/kdm/kdmrc2
-rw-r--r--kde4-profiles/common/share/config/kdm/kdmrc2
-rw-r--r--kde4-profiles/netbook/share/config/kdm/kdmrc2
-rw-r--r--kde4-profiles/vanilla/share/config/kdm/kdmrc2
4 files changed, 4 insertions, 4 deletions
diff --git a/kde4-profiles/Default/share/config/kdm/kdmrc b/kde4-profiles/Default/share/config/kdm/kdmrc
index 2c3ebcc..9c9a8d8 100644
--- a/kde4-profiles/Default/share/config/kdm/kdmrc
+++ b/kde4-profiles/Default/share/config/kdm/kdmrc
@@ -65,7 +65,7 @@ ReserveServers=:1,:2,:3,:4,:5
ServerVTs=-1
# TTYs (without /dev/) to monitor for activity while in console mode.
# Default is ""
-ConsoleTTYs=tty2,tty3,tty4,tty5,tty6
+ConsoleTTYs=""
# Where KDM should store its PID (do not store if empty).
# Default is ""
PidFile=/var/run/kdm.pid
diff --git a/kde4-profiles/common/share/config/kdm/kdmrc b/kde4-profiles/common/share/config/kdm/kdmrc
index 2c3ebcc..9c9a8d8 100644
--- a/kde4-profiles/common/share/config/kdm/kdmrc
+++ b/kde4-profiles/common/share/config/kdm/kdmrc
@@ -65,7 +65,7 @@ ReserveServers=:1,:2,:3,:4,:5
ServerVTs=-1
# TTYs (without /dev/) to monitor for activity while in console mode.
# Default is ""
-ConsoleTTYs=tty2,tty3,tty4,tty5,tty6
+ConsoleTTYs=""
# Where KDM should store its PID (do not store if empty).
# Default is ""
PidFile=/var/run/kdm.pid
diff --git a/kde4-profiles/netbook/share/config/kdm/kdmrc b/kde4-profiles/netbook/share/config/kdm/kdmrc
index 2c3ebcc..9c9a8d8 100644
--- a/kde4-profiles/netbook/share/config/kdm/kdmrc
+++ b/kde4-profiles/netbook/share/config/kdm/kdmrc
@@ -65,7 +65,7 @@ ReserveServers=:1,:2,:3,:4,:5
ServerVTs=-1
# TTYs (without /dev/) to monitor for activity while in console mode.
# Default is ""
-ConsoleTTYs=tty2,tty3,tty4,tty5,tty6
+ConsoleTTYs=""
# Where KDM should store its PID (do not store if empty).
# Default is ""
PidFile=/var/run/kdm.pid
diff --git a/kde4-profiles/vanilla/share/config/kdm/kdmrc b/kde4-profiles/vanilla/share/config/kdm/kdmrc
index 6437470..9d1f036 100644
--- a/kde4-profiles/vanilla/share/config/kdm/kdmrc
+++ b/kde4-profiles/vanilla/share/config/kdm/kdmrc
@@ -1,6 +1,6 @@
[General]
ConfigVersion=2.3
-ConsoleTTYs=tty2,tty3,tty4,tty5,tty6
+ConsoleTTYs=""
PidFile=/var/run/kdm.pid
ReserveServers=:1,:2,:3,:4,:5
ServerVTs=-1