Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.alpha First do minimal commit to correct botch in is...



details:   https://anonhg.NetBSD.org/src/rev/56e3df69975b
branches:  trunk
changeset: 508660:56e3df69975b
user:      ross <ross%NetBSD.org@localhost>
date:      Tue Apr 17 01:28:55 2001 +0000

description:
First do minimal commit to correct botch in isdn major numbers.

diffstat:

 etc/etc.alpha/MAKEDEV |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8696563ca0b1 -r 56e3df69975b etc/etc.alpha/MAKEDEV
--- a/etc/etc.alpha/MAKEDEV     Tue Apr 17 00:59:58 2001 +0000
+++ b/etc/etc.alpha/MAKEDEV     Tue Apr 17 01:28:55 2001 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV,v 1.70 2001/04/05 23:04:10 thorpej Exp $
+#      $NetBSD: MAKEDEV,v 1.71 2001/04/17 01:28:55 ross Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -655,14 +655,14 @@
 i4btel*)
        unit=${i#i4btel};
        rm -f i4btel$unit
-       mknod i4btel$unit c 54 $unit
+       mknod i4btel$unit c 55 $unit
        chmod 600 i4btel$unit
        ;;
 
 i4btrc*)
        unit=${i#i4btrc};
        rm -f i4btrc$unit
-       mknod i4btrc$unit c 55 $unit
+       mknod i4btrc$unit c 54 $unit
        chmod 600 i4btrc$unit
        ;;
 



Home | Main Index | Thread Index | Old Index