Module Name:    src
Committed By:   njoly
Date:           Wed Oct 12 17:03:49 UTC 2011

Modified Files:
        src/etc/etc.vax: MAKEDEV.conf

Log Message:
PR/45452: Fix pasto (found by tsutsui@) which prevented ra* device
special files creation.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/etc/etc.vax/MAKEDEV.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.vax/MAKEDEV.conf
diff -u src/etc/etc.vax/MAKEDEV.conf:1.12 src/etc/etc.vax/MAKEDEV.conf:1.13
--- src/etc/etc.vax/MAKEDEV.conf:1.12	Tue Sep  6 14:40:11 2011
+++ src/etc/etc.vax/MAKEDEV.conf	Wed Oct 12 17:03:49 2011
@@ -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 @@ ht[0-9]*|tm[0-9]*|mt[0-9]*|ts[0-9]*|ut[0
 	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;;

Reply via email to