Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 98 16:29:57 +0100
From:      David Wetzel <dave@turbocat.de>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   PATCH for MAKEDEV (NetBSD)
Message-ID:  <199802251529.QAA00467@cat.turbocat.de>

next in thread | raw e-mail | index | archive | help

dave@alice>diff -c NetBSD/MAKEDEV.i4b.old NetBSD/MAKEDEV.i4b
*** NetBSD/MAKEDEV.i4b.old      Wed Feb 25 16:18:47 1998
--- NetBSD/MAKEDEV.i4b  Wed Feb 25 16:21:39 1998
***************
*** 1,5 ****
--- 1,8 ----
  #! /bin/sh

+ # Wed Feb 25 16:20:45 MET 1998        dave@turbocat.de
+ # i4btel has to be i4btel[UNIT]
+
  PATH=/sbin:/usr/sbin:/bin:/usr/bin
  umask 77
  for i
***************
*** 7,13 ****
  case $i in

  all)
!       sh $0 i4b i4bctl i4brbch0 i4brbch1 i4btel i4btrc0 i4btrc1
        ;;

  i4b)
--- 10,16 ----
  case $i in

  all)
!       sh $0 i4b i4bctl i4brbch0 i4brbch1 i4btel0 i4btel1 i4btrc0 i4btrc1
        ;;

  i4b)
***************
*** 26,34 ****
        mknod i4brbch$unit      c 49 $unit
        ;;

! i4btel)
!       rm -f i4btel
!       mknod i4btel            c 51 0
        ;;

  i4btrc*)
--- 29,38 ----
        mknod i4brbch$unit      c 49 $unit
        ;;

! i4btel*)
!       unit=${i#i4btel}
!       rm -f i4btel$unit
!       mknod i4btel$unit               c 51 $unit
        ;;

  i4btrc*)


---
   _  _
 _(_)(_)_  David Wetzel, Turbocat's Development,
(_) __ (_) Buchhorster Strasse, D-16567 Muehlenbeck/Berlin, FRG,
  _/  \_   Fax +49 33056 82835 NeXTmail dave@turbocat.de
 (______)  http://www.turbocat.de/
           DEVELOPMENT * CONSULTING * ADMINISTRATION
           WATCH OUT FOR TURBOFAX for OPENSTEP!

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802251529.QAA00467>