diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-06 07:06:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-06 07:06:49 +0000 |
commit | 5ed4420ae2d89b47b8191a6ebbc3c9b73415ea5f (patch) | |
tree | d5052e04838e15c3407cfc4175d4d5b7a345dd7e /etc/etc.alpha/MAKEDEV | |
parent | 7f4de7e0523ff79f5dfc36baffb040ec28856bea (diff) |
fix cyclades mknod stuff
Diffstat (limited to 'etc/etc.alpha/MAKEDEV')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 06667e92a01..31b5e165d70 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.22 1997/08/04 23:43:03 dgregor Exp $ +# $OpenBSD: MAKEDEV,v 1.23 1997/08/06 07:06:48 deraadt Exp $ # $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -103,7 +103,8 @@ all) sh MAKEDEV bpf0 bpf1 bpf2 bpf3 tun0 tun1 tun2 tun3 sh MAKEDEV ttyB0 ttyB1 ttyC0 ttyC1 ttyE0 ttyE1 lkm sh MAKEDEV mmclock kbd mouse lpa0 lpt0 random ipl - sh MAKEDEV uk0 uk1 ss0 ss1 cyclades + sh MAKEDEV uk0 uk1 ss0 ss1 + sh MAKEDEV ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 sh MAKEDEV local ;; @@ -130,9 +131,6 @@ std) mknod stderr c 10 2 ; chmod 666 stderr ;; -cyclades) - sh MAKEDEV ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 - fd) rm -f fd/* mkdir fd > /dev/null 2>&1 |