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 console
vc/1 tty1
vc/2 tty2
vc/3 tty3
vc/4 tty4
vc/5 tty5
vc/6 tty6
tts/0 tts/0
# End of file # End of file

View file

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