diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-09-23 19:01:23 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-09-23 19:01:23 -0400 |
commit | 351f5e6a30768b34ecab6503c665b8c43efdc165 (patch) | |
tree | 3ce4edb5fa2b2fde6faf7d13d87c6c7a5eb0785f /etc/ttys | |
parent | fe4397d28390e97bb2201dc4dd0defbd233c938b (diff) | |
download | pfsense-351f5e6a30768b34ecab6503c665b8c43efdc165.zip pfsense-351f5e6a30768b34ecab6503c665b8c43efdc165.tar.gz |
Rename ttyd -> ttyu
Diffstat (limited to 'etc/ttys')
-rw-r--r-- | etc/ttys | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -44,10 +44,10 @@ ttyv7 "/usr/libexec/getty Pc" cons25 off secure ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure # Serial terminals # The 'dialup' keyword identifies dialin lines to login, fingerd etc. -ttyd0 "/usr/libexec/getty bootupcli" dialup off secure -ttyd1 "/usr/libexec/getty std.9600" dialup off secure -ttyd2 "/usr/libexec/getty std.9600" dialup off secure -ttyd3 "/usr/libexec/getty std.9600" dialup off secure +ttyu0 "/usr/libexec/getty bootupcli" dialup off secure +ttyu1 "/usr/libexec/getty std.9600" dialup off secure +ttyu2 "/usr/libexec/getty std.9600" dialup off secure +ttyu3 "/usr/libexec/getty std.9600" dialup off secure # Dumb console dcons "/usr/libexec/getty std.9600" vt100 off secure # Pseudo terminals |