diff options
author | luigi <luigi@FreeBSD.org> | 2002-03-10 21:11:35 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2002-03-10 21:11:35 +0000 |
commit | bf24f7e68a8bfe983299820a4f3fe66cf046250f (patch) | |
tree | 8aa3796ca4d386cd764cd3545463bf094d2b3709 /release/picobsd | |
parent | b979035403274f22628af9255dbd28719ff66edc (diff) | |
download | FreeBSD-src-bf24f7e68a8bfe983299820a4f3fe66cf046250f.zip FreeBSD-src-bf24f7e68a8bfe983299820a4f3fe66cf046250f.tar.gz |
Uncomment the entry for a getty on the serial port. Boxes with
a serial console can make use of it.
Diffstat (limited to 'release/picobsd')
-rw-r--r-- | release/picobsd/floppy.tree/etc/ttys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/floppy.tree/etc/ttys b/release/picobsd/floppy.tree/etc/ttys index db91d67..12c672d 100644 --- a/release/picobsd/floppy.tree/etc/ttys +++ b/release/picobsd/floppy.tree/etc/ttys @@ -30,4 +30,4 @@ ttyp6 none network secure ttyp7 none network secure ttyp8 none network secure ttyp9 none network secure -#ttyd0 "/usr/libexec/getty std.9600" dialup on secure +ttyd0 "/usr/libexec/getty std.9600" dialup on secure |