Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.mvme68k also rm & chmod dtyC$unit
details: https://anonhg.NetBSD.org/src/rev/1c74f120675f
branches: trunk
changeset: 556606:1c74f120675f
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Dec 21 16:27:34 2003 +0000
description:
also rm & chmod dtyC$unit
diffstat:
etc/etc.mvme68k/MAKEDEV.conf | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r bafbcace294e -r 1c74f120675f etc/etc.mvme68k/MAKEDEV.conf
--- a/etc/etc.mvme68k/MAKEDEV.conf Sun Dec 21 16:17:19 2003 +0000
+++ b/etc/etc.mvme68k/MAKEDEV.conf Sun Dec 21 16:27:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.3 2003/10/24 08:20:26 jdolecek Exp $
+# $NetBSD: MAKEDEV.conf,v 1.4 2003/12/21 16:27:34 lukem Exp $
all_md)
makedev sd0 sd1 sd2
@@ -10,9 +10,9 @@
ttyC*)
# on-board mvme68k serial ports
- unit=${i#????}
- rm -f ttyC$unit
+ unit=${i#ttyC}
+ rm -f ttyC$unit dtyC$unit
mknod ttyC$unit c 13 $(($unit + $dialin ))
mknod dtyC$unit c 13 $(($unit + $dialout))
- chown uucp ttyC$unit
+ chown uucp ttyC$unit dtyC$unit
;;
Home |
Main Index |
Thread Index |
Old Index