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

Bug#4705: Typos in MAKEDEV script



Package: base
Version: 1.1.0-14

The device names for the ISDN devices are incorrect:
	"idsn" should be "isdn"
	"idsnctrl" should be "isdnctrl"
	"ipp" should be "ippp"

Here is a patch:
------------------------------------------------------------
--- MAKEDEV.orig        Sat Oct  5 13:33:26 1996
+++ MAKEDEV     Sat Oct  5 13:34:29 1996
@@ -784,9 +784,9 @@
                do
                        makedev ttyI$no         c 43 $no $tty
                        makedev cui$no          c 44 $no $dialout
-                       makedev idsn$no         c 45 $no $system
-                       makedev idsnctrl$no     c 45 `math 64 + $no`
$system
-                       makedev ipp$no          c 45 `math 128 + $no`
$system
+                       makedev isdn$no         c 45 $no $system
+                       makedev isdnctrl$no     c 45 `math 64 + $no`
$system
+                       makedev ippp$no         c 45 `math 128 + $no`
$system
                done
                ;;
        spellcaster)
------------------------------------------------------------------------


Chris

--          _,,     Christian Schwarz
           / o \__   schwarz@monet.m.isar.de, schwarz@debian.org,
           !   ___;   schwarz@informatik.tu-muenchen.de, bm955877@muenchen.org
           \  /        
  \\\______/  !        PGP-fp: 8F 61 EB 6D CF 23 CA D7  34 05 14 5C C8 DC 22 BA
   \          /         http://www.informatik.tu-muenchen.de/~schwarz/
-.-.,---,-,-..---,-,-.,----.-.-
  "DIE ENTE BLEIBT DRAUSSEN!"

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: