Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.mac68k From Dave Huang (khym%bga.com@localhost) in PR 8059: t...
details: https://anonhg.NetBSD.org/src/rev/bd4c06f4b53f
branches: trunk
changeset: 474884:bd4c06f4b53f
user: ender <ender%NetBSD.org@localhost>
date: Sun Jul 25 00:47:40 1999 +0000
description:
>From Dave Huang (khym%bga.com@localhost) in PR 8059: the MAKEDEV script was trying
to create ttyNN as the dialout device instead of dtyNN.
diffstat:
etc/etc.mac68k/MAKEDEV | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 8db14ee5f07e -r bd4c06f4b53f etc/etc.mac68k/MAKEDEV
--- a/etc/etc.mac68k/MAKEDEV Sun Jul 25 00:24:38 1999 +0000
+++ b/etc/etc.mac68k/MAKEDEV Sun Jul 25 00:47:40 1999 +0000
@@ -20,7 +20,7 @@
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# from: @(#)MAKEDEV 5.2 (Berkeley) 6/22/90
-# $NetBSD: MAKEDEV,v 1.39 1999/07/22 18:46:26 wrstuden Exp $
+# $NetBSD: MAKEDEV,v 1.40 1999/07/25 00:47:40 ender Exp $
#
# Device "make" file. Valid arguments:
# all a smattering -- at least one of each except ch*
@@ -203,7 +203,7 @@
unit=${i#tty}
rm -f ser$unit tty$unit tty0$unit dty0$unit
mknod tty0$unit c 12 $(($unit + $dialin ))
- mknod tty0$unit c 12 $(($unit + $dialout))
+ mknod dty0$unit c 12 $(($unit + $dialout))
chown uucp.wheel tty0$unit dty0$unit
;;
Home |
Main Index |
Thread Index |
Old Index