Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.pmax getttyent(3) was changed to complain about unkn...



details:   https://anonhg.NetBSD.org/src/rev/3079b2312a4d
branches:  trunk
changeset: 554623:3079b2312a4d
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Oct 30 20:40:20 2003 +0000

description:
getttyent(3) was changed to complain about unknown words at the end of
tty definitions. Use '#' to separate comments.

diffstat:

 etc/etc.pmax/ttys |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (35 lines):

diff -r 9aa8acb70e40 -r 3079b2312a4d etc/etc.pmax/ttys
--- a/etc/etc.pmax/ttys Thu Oct 30 20:37:01 2003 +0000
+++ b/etc/etc.pmax/ttys Thu Oct 30 20:40:20 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ttys,v 1.10 2003/10/04 07:41:12 dsl Exp $
+#      $NetBSD: ttys,v 1.11 2003/10/30 20:40:20 drochner Exp $
 #
 #      from: @(#)ttys  5.1 (Berkeley) 4/17/89
 #
@@ -8,17 +8,17 @@
 #
 # ttys for ioasic machines with scc serial ports
 #
-ttya   "/usr/libexec/getty std.9600"   unknown off secure      "2nd comm port"
-##ttyb "/usr/libexec/getty std.9600"   unknown off secure      "mouse"
-ttyc   "/usr/libexec/getty std.9600"   unknown off secure      "1st comm port"
-##ttyd "/usr/libexec/getty std.9600"   unknown off secure      "keyboard"
+ttya   "/usr/libexec/getty std.9600"   unknown off secure      # 2nd comm port
+##ttyb "/usr/libexec/getty std.9600"   unknown off secure      # mouse
+ttyc   "/usr/libexec/getty std.9600"   unknown off secure      # 1st comm port
+##ttyd "/usr/libexec/getty std.9600"   unknown off secure      # keyboard
 #
 # ttys for 5000/200, 3100, 2100 with dz-11 clone serial ports
 #
-##ttyD0        "/usr/libexec/getty std.9600"   unknown off secure      "mouse"
-##ttyD1        "/usr/libexec/getty std.9600"   unknown off secure      "keyboard"
-ttyD2  "/usr/libexec/getty std.9600"   unknown off secure      "1st comm port"
-ttyD3  "/usr/libexec/getty std.9600"   unknown off secure      "2nd comm port"
+##ttyD0        "/usr/libexec/getty std.9600"   unknown off secure      # mouse
+##ttyD1        "/usr/libexec/getty std.9600"   unknown off secure      # keyboard
+ttyD2  "/usr/libexec/getty std.9600"   unknown off secure      # 1st comm port
+ttyD3  "/usr/libexec/getty std.9600"   unknown off secure      # 2nd comm port
 #
 # ttys for historical compatibility (Qbus decsystems?)
 #



Home | Main Index | Thread Index | Old Index