Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.sparc64 Fix typo on pci* add's. Missing bash



details:   https://anonhg.NetBSD.org/src/rev/dce2bd4acf45
branches:  trunk
changeset: 516275:dce2bd4acf45
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sat Oct 20 05:57:32 2001 +0000

description:
Fix typo on pci* add's. Missing bash

diffstat:

 etc/etc.sparc64/MAKEDEV |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 66e36f293e86 -r dce2bd4acf45 etc/etc.sparc64/MAKEDEV
--- a/etc/etc.sparc64/MAKEDEV   Sat Oct 20 05:56:35 2001 +0000
+++ b/etc/etc.sparc64/MAKEDEV   Sat Oct 20 05:57:32 2001 +0000
@@ -1,6 +1,6 @@
 #!/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.
 # All rights reserved.
@@ -115,7 +115,7 @@
        sh -$- $0 scsibus0 scsibus1 scsibus2 scsibus3
        sh -$- $0 ipl lkm random local
        sh -$- $0 isdn
-       sh -$- pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
+       sh -$- $0 pci0 pci1 pci2 pci3 pci4 pci5 pci6 pci7
        ;;
 floppy|ramdisk)
        sh -$- $0 std ttya ttyb ttyc ttyd pty0



Home | Main Index | Thread Index | Old Index