Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.vax PR/45452: Fix pasto (found by tsutsui@) which pr...
details: https://anonhg.NetBSD.org/src/rev/b8486ee9f77f
branches: trunk
changeset: 770329:b8486ee9f77f
user: njoly <njoly%NetBSD.org@localhost>
date: Wed Oct 12 17:03:49 2011 +0000
description:
PR/45452: Fix pasto (found by tsutsui@) which prevented ra* device
special files creation.
diffstat:
etc/etc.vax/MAKEDEV.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d74bd85919bc -r b8486ee9f77f etc/etc.vax/MAKEDEV.conf
--- a/etc/etc.vax/MAKEDEV.conf Wed Oct 12 16:59:20 2011 +0000
+++ b/etc/etc.vax/MAKEDEV.conf Wed Oct 12 17:03:49 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.12 2011/09/06 14:40:11 apb Exp $
+# $NetBSD: MAKEDEV.conf,v 1.13 2011/10/12 17:03:49 njoly Exp $
all_md)
makedev mt0 mt1 ts0 ts1 st0 st1 uk0 ss0 cd0 vt0
@@ -60,7 +60,7 @@
esac
;;
-hp[0-9]*|hk[0-9]*|up[0-9]*|ra[0-9][0-9]*|rl[0-9]*|rb[0-9]*|rd[0-9]*|rx[0-9]*)
+hp[0-9]*|hk[0-9]*|up[0-9]*|ra[0-9]*|rl[0-9]*|rb[0-9]*|rd[0-9]*|rx[0-9]*)
case $i in
hp*) name=hp; unit=${i#hp}; blk=0; chr=4;;
hk*) name=hk; unit=${i#hk}; blk=3; chr=11;;
Home |
Main Index |
Thread Index |
Old Index