diff options
author | John Balcaen <mikala@mageia.org> | 2013-08-25 18:51:46 +0000 |
---|---|---|
committer | John Balcaen <mikala@mageia.org> | 2013-08-25 18:51:46 +0000 |
commit | 6626ce75b56022b67cc5a07e530692d77b415ecd (patch) | |
tree | 118eb0eb405c370fbdebc7323534080211b1e4f6 /kde4-profiles/common | |
parent | cde6edbe2c04c19f03f4260e72c0e57cfd5d9148 (diff) | |
download | config-6626ce75b56022b67cc5a07e530692d77b415ecd.tar config-6626ce75b56022b67cc5a07e530692d77b415ecd.tar.gz config-6626ce75b56022b67cc5a07e530692d77b415ecd.tar.bz2 config-6626ce75b56022b67cc5a07e530692d77b415ecd.tar.xz config-6626ce75b56022b67cc5a07e530692d77b415ecd.zip |
- don't use explicit tty
Diffstat (limited to 'kde4-profiles/common')
-rw-r--r-- | kde4-profiles/common/share/config/kdm/kdmrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |