revision 1079:691f9f621c5a
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 1079:691f9f621c5a |
parent | 1078:d8f1cf224e7e |
child | 1080:5b17c9900d9e |
author | nkeynes |
date | Thu Oct 08 09:32:04 2009 +1000 (14 years ago) |
Change default serial output to /dev/tty rather than /dev/console
1.1 --- a/src/drivers/serial_unix.c Thu Oct 08 08:44:39 2009 +10001.2 +++ b/src/drivers/serial_unix.c Thu Oct 08 09:32:04 2009 +10001.3 @@ -49,7 +49,7 @@1.5 struct lxdream_config_group serial_group =1.6 { "serial", serial_config_changed, NULL, NULL,1.7 - {{ "device", N_("Serial device"), CONFIG_TYPE_FILE, "/dev/console" },1.8 + {{ "device", N_("Serial device"), CONFIG_TYPE_FILE, "/dev/tty" },1.9 { NULL, CONFIG_TYPE_NONE }} };1.11 void serial_init()
.