Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/etc/etc.vax pullup 1.23->1.25 (abs)
details: https://anonhg.NetBSD.org/src/rev/7971b4ff0290
branches: netbsd-1-4
changeset: 469149:7971b4ff0290
user: perry <perry%NetBSD.org@localhost>
date: Thu Jul 01 19:51:29 1999 +0000
description:
pullup 1.23->1.25 (abs)
diffstat:
etc/etc.vax/MAKEDEV | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (54 lines):
diff -r eb3ec4eb21f2 -r 7971b4ff0290 etc/etc.vax/MAKEDEV
--- a/etc/etc.vax/MAKEDEV Thu Jul 01 19:47:24 1999 +0000
+++ b/etc/etc.vax/MAKEDEV Thu Jul 01 19:51:29 1999 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV,v 1.23 1999/01/16 01:40:30 abs Exp $
+# $NetBSD: MAKEDEV,v 1.23.2.1 1999/07/01 19:51:29 perry Exp $
#
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@@ -189,17 +189,26 @@
esac
;;
+random)
+ rm -f random urandom
+ mknod random c 67 0
+ mknod urandom c 67 1
+ chown root.wheel random urandom
+ chmod 444 random
+ chmod 644 urandom
+ ;;
+
hp*|hk*|up*|ra*|rl*|rb*|ccd*|vnd*|rd*|sd*|rx*|raid*)
umask 2
case $i in
hp*) name=hp; unit=${i#hp}; blk=0; chr=4;;
hk*) name=hk; unit=${i#hk}; blk=3; chr=11;;
up*) name=up; unit=${i#up}; blk=2; chr=13;;
+ raid*) name=raid; unit=${i#raid}; blk=25; chr=73;;
ra*) name=ra; unit=${i#ra}; blk=9; chr=9;;
rb*) name=rb; unit=${i#rb}; blk=11; chr=23;;
rx*) name=rx; unit=${i#rx}; blk=12; chr=30;;
rl*) name=rl; unit=${i#rl}; blk=14; chr=32;;
- raid*) name=raid; unit=${i#raid}; blk=25; chr=73;;
ccd*) name=ccd; unit=${i#ccd}; blk=17; chr=54;;
vnd*) name=vnd; unit=${i#vnd}; blk=18; chr=55;;
rd*) name=rd; unit=${i#rd}; blk=19; chr=58;;
@@ -507,15 +516,6 @@
mv ptyqf ptyv0
;;
-random)
- rm -f random urandom
- mknod random c 67 0
- mknod urandom c 67 1
- chown root.wheel random urandom
- chmod 444 random
- chmod 644 urandom
- ;;
-
scsibus*)
unit=${i#scsibus};
rm -f scsibus$unit
Home |
Main Index |
Thread Index |
Old Index