fix tty change

This commit is contained in:
Tobias Powalowski 2009-07-19 17:23:59 +02:00
parent 3f84d88b07
commit bfa48357f7
2 changed files with 7 additions and 7 deletions

View file

@ -3,12 +3,12 @@
#
console
vc/1
vc/2
vc/3
vc/4
vc/5
vc/6
tty1
tty2
tty3
tty4
tty5
tty6
tts/0
# End of file

View file

@ -43,7 +43,7 @@ destination d_acpid { file("/var/log/acpid.log"); };
destination d_console { usertty("root"); };
# Log everything to vc12
destination console_all { file("/dev/vc/12"); };
destination console_all { file("/dev/tty12"); };
filter f_auth { facility(auth); };
filter f_authpriv { facility(auth, authpriv); };