Fix typo on pci* add's. Missing bash
This commit is contained in:
parent
d9e75e198e
commit
e6a08ecc0f
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh -
|
#!/bin/sh -
|
||||||
#
|
#
|
||||||
# $NetBSD: MAKEDEV,v 1.21 2001/09/15 18:31:50 mrg Exp $
|
# $NetBSD: MAKEDEV,v 1.22 2001/10/20 05:57:32 jmc Exp $
|
||||||
#
|
#
|
||||||
# Copyright (c) 1990 The Regents of the University of California.
|
# Copyright (c) 1990 The Regents of the University of California.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
@ -115,7 +115,7 @@ all)
|
|||||||
sh -$- $0 scsibus0 scsibus1 scsibus2 scsibus3
|
sh -$- $0 scsibus0 scsibus1 scsibus2 scsibus3
|
||||||
sh -$- $0 ipl lkm random local
|
sh -$- $0 ipl lkm random local
|
||||||
sh -$- $0 isdn
|
sh -$- $0 isdn
|
||||||
sh -$- pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
|
sh -$- $0 pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
|
||||||
;;
|
;;
|
||||||
floppy|ramdisk)
|
floppy|ramdisk)
|
||||||
sh -$- $0 std ttya ttyb ttyc ttyd pty0
|
sh -$- $0 std ttya ttyb ttyc ttyd pty0
|
||||||
|
Loading…
Reference in New Issue
Block a user