summaryrefslogtreecommitdiff
path: root/etc/etc.prep
diff options
context:
space:
mode:
authorabs <abs@NetBSD.org>2002-01-21 16:19:17 +0000
committerabs <abs@NetBSD.org>2002-01-21 16:19:17 +0000
commitb537fda1d5ea2ada3106dc0de2e0e36b7bb2efc2 (patch)
treefee64b71c648776747956a55bed535fa7ab20266 /etc/etc.prep
parentc48a08886b4f775992c533d1995860158077fb45 (diff)
Move 'wscons' to directly after 'std'. Various MAKEDEVs had it pretty much
at the end, and as wscons (actually ttyE0) is required to login on the console, it is probably better that an out of space MAKEDEV fail on some other device.
Diffstat (limited to 'etc/etc.prep')
-rw-r--r--etc/etc.prep/MAKEDEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.prep/MAKEDEV b/etc/etc.prep/MAKEDEV
index f82f5fe71a0..ef81233a4b8 100644
--- a/etc/etc.prep/MAKEDEV
+++ b/etc/etc.prep/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.16 2002/01/19 18:59:22 oster Exp $
+# $NetBSD: MAKEDEV,v 1.17 2002/01/21 16:19:24 abs Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -111,7 +111,7 @@ do
case $i in
all)
- sh $0 std fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
+ sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
sh $0 tty0 tty1 pty0 pty1 pty2 pty3
sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
@@ -123,7 +123,7 @@ all)
sh $0 ttyv0 ttyCY0
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
sh $0 scsibus0 scsibus1 scsibus2 scsibus3
- sh $0 wscons isdn
+ sh $0 isdn
sh $0 pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
sh $0 clockctl
;;