summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-07-30 11:00:54 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-07-30 11:00:54 +0000
commitfb001b5cc49a8f3415d89761146012c15eaf1af4 (patch)
tree003340a39ec98fa01da92f79dc2abb70d6e587ba /etc/MAKEDEV
parent640884af20e7a62a15199355caf3d0abf47c0dd1 (diff)
downloadFreeBSD-src-fb001b5cc49a8f3415d89761146012c15eaf1af4.zip
FreeBSD-src-fb001b5cc49a8f3415d89761146012c15eaf1af4.tar.gz
Removed vty04 from sh MAKEDEV all since that casued root login problems
on the console if you do not run codrv.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index a5327e1..2816e72 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -99,9 +99,10 @@ all)
sh MAKEDEV std # standard
sh MAKEDEV wd0 wd1 fd0 fd1 wt0 sd0 sd1 as0 as1 st0 cd0 # bdev
sh MAKEDEV pty0 tty0 tty1 tty2 tty3 pc0 lpt0 lpt1 lpt2 # cdev
- sh MAKEDEV ch0 tw0 bpf0 vty04 dcf0 lpa0 lpa1 lpa2 # cdev
+ sh MAKEDEV ch0 tw0 bpf0 dcf0 lpa0 lpa1 lpa2 # cdev
sh MAKEDEV speaker mse0 sio0 sio1 sio2 sio3 # cdev
- # NOTE: co0 is not done by a sh MAKEDEV all, rgrimes
+ # NOTE: co0 and vty04 is not done by a sh MAKEDEV all, rgrimes
+ # these are for codrv and interfear with other stuff!
;;
std)
rm -f console drum mem kmem null tty klog stdin stdout stderr
OpenPOWER on IntegriCloud