Source-Changes-HG archive

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

[src/trunk]: src/etc Fix minor mistake made while increasing number of pty de...



details:   https://anonhg.NetBSD.org/src/rev/1f5af9f48f6a
branches:  trunk
changeset: 521656:1f5af9f48f6a
user:      tls <tls%NetBSD.org@localhost>
date:      Sat Feb 02 20:58:43 2002 +0000

description:
Fix minor mistake made while increasing number of pty devices: where we had
"pty0 pty1 pty2 pty3" before, for a total of 64 device nodes, we now want
just "pty0" for a total of 62 -- the original commit had "pty0 pty1" for a
total of 124, which ate too many inodes and made "ls /dev" a bit messy.

diffstat:

 etc/etc.acorn32/MAKEDEV      |  4 ++--
 etc/etc.alpha/MAKEDEV        |  4 ++--
 etc/etc.amiga/MAKEDEV        |  4 ++--
 etc/etc.arc/MAKEDEV          |  4 ++--
 etc/etc.arm26/MAKEDEV        |  4 ++--
 etc/etc.arm32/MAKEDEV        |  4 ++--
 etc/etc.atari/MAKEDEV        |  4 ++--
 etc/etc.bebox/MAKEDEV        |  4 ++--
 etc/etc.cobalt/MAKEDEV       |  4 ++--
 etc/etc.dreamcast/MAKEDEV    |  4 ++--
 etc/etc.evbarm/MAKEDEV       |  4 ++--
 etc/etc.hp300/MAKEDEV        |  4 ++--
 etc/etc.hpcmips/MAKEDEV      |  4 ++--
 etc/etc.hpcsh/MAKEDEV        |  4 ++--
 etc/etc.i386/MAKEDEV         |  4 ++--
 etc/etc.luna68k/MAKEDEV      |  4 ++--
 etc/etc.mac68k/MAKEDEV       |  4 ++--
 etc/etc.macppc/MAKEDEV       |  4 ++--
 etc/etc.mipsco/MAKEDEV       |  4 ++--
 etc/etc.mmeye/MAKEDEV        |  4 ++--
 etc/etc.mvme68k/MAKEDEV      |  4 ++--
 etc/etc.netwinder/MAKEDEV    |  4 ++--
 etc/etc.news68k/MAKEDEV      |  4 ++--
 etc/etc.newsmips/MAKEDEV     |  4 ++--
 etc/etc.next68k/MAKEDEV      |  4 ++--
 etc/etc.pc532/MAKEDEV        |  4 ++--
 etc/etc.playstation2/MAKEDEV |  4 ++--
 etc/etc.pmax/MAKEDEV         |  4 ++--
 etc/etc.prep/MAKEDEV         |  4 ++--
 etc/etc.sandpoint/MAKEDEV    |  4 ++--
 etc/etc.sgimips/MAKEDEV      |  4 ++--
 etc/etc.sparc/MAKEDEV        |  4 ++--
 etc/etc.sparc64/MAKEDEV      |  4 ++--
 etc/etc.sun2/MAKEDEV         |  4 ++--
 etc/etc.sun3/MAKEDEV         |  4 ++--
 etc/etc.vax/MAKEDEV          |  4 ++--
 etc/etc.walnut/MAKEDEV       |  4 ++--
 etc/etc.x68k/MAKEDEV         |  4 ++--
 38 files changed, 76 insertions(+), 76 deletions(-)

diffs (truncated from 756 to 300 lines):

diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.acorn32/MAKEDEV
--- a/etc/etc.acorn32/MAKEDEV   Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.acorn32/MAKEDEV   Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.8 2002/02/02 07:04:44 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.9 2002/02/02 20:58:43 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -128,7 +128,7 @@
 
 all)
        sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
-       sh $0 tty0 tty1 pty0 pty1 st0 st1 ch0 cd0 cd1 vnd0 vnd1
+       sh $0 tty0 tty1 pty0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
        sh $0 ccd0 ccd1 uk0 uk1 ss0
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
        sh $0 ttyv0
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.alpha/MAKEDEV
--- a/etc/etc.alpha/MAKEDEV     Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.alpha/MAKEDEV     Sat Feb 02 20:58:43 2002 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV,v 1.86 2002/02/02 07:04:45 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.87 2002/02/02 20:58:44 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -134,7 +134,7 @@
 case $i in
 
 all)
-       sh $0 std wscons fd sd0 sd1 sd2 sd3 sd4 pty0 pty1
+       sh $0 std wscons fd sd0 sd1 sd2 sd3 sd4 pty0
        sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 vnd2 vnd3
        sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1 ss0 ss1 uk0 uk1
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.amiga/MAKEDEV
--- a/etc/etc.amiga/MAKEDEV     Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.amiga/MAKEDEV     Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.68 2002/02/02 07:04:45 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.69 2002/02/02 20:58:44 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -134,7 +134,7 @@
        sh $0 tty00 ttyA0 ttyA1
        sh $0 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 ttyB6 ttyB7
        sh $0 ttyC0 ttyC1 ttyC2 ttyC3 ttyC4 ttyC5 ttyC6 ttyC7
-       sh $0 view00 view01 view02 view03 view04 view05 pty0 pty1
+       sh $0 view00 view01 view02 view03 view04 view05 pty0
        sh $0 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 st0 wd0 wd1
        sh $0 ss0 ch0 uk0 uk1 ccd0 ccd1 ccd2 ccd3 md0 md1
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.arc/MAKEDEV
--- a/etc/etc.arc/MAKEDEV       Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.arc/MAKEDEV       Sat Feb 02 20:58:43 2002 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV,v 1.14 2002/02/02 07:04:46 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.15 2002/02/02 20:58:44 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -110,7 +110,7 @@
 case $i in
 
 all)
-       sh $0 wscons std fd sd0 sd1 sd2 sd3 sd4 pty0 pty1
+       sh $0 wscons std fd sd0 sd1 sd2 sd3 sd4 pty0
        sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 vnd2 vnd3
        sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1 ss0 ss1 uk0 uk1
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.arm26/MAKEDEV
--- a/etc/etc.arm26/MAKEDEV     Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.arm26/MAKEDEV     Sat Feb 02 20:58:43 2002 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV,v 1.14 2002/02/02 07:04:46 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.15 2002/02/02 20:58:45 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -96,7 +96,7 @@
 case $i in
 
 all)
-       sh $0 std wscons fd pty0 pty1
+       sh $0 std wscons fd pty0
        sh $0 vnd0 vnd1 vnd2 vnd3
        sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1
        sh $0 wd0 wd1 sd0 sd1
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.arm32/MAKEDEV
--- a/etc/etc.arm32/MAKEDEV     Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.arm32/MAKEDEV     Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.69 2002/02/02 07:04:46 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.70 2002/02/02 20:58:45 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -130,7 +130,7 @@
 
 all)
        sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
-       sh $0 tty0 tty1 pty0 pty1 st0 st1 ch0 cd0 cd1 vnd0 vnd1
+       sh $0 tty0 tty1 pty0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
        sh $0 ccd0 ccd1 uk0 uk1 ss0
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
        sh $0 ttyv0
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.atari/MAKEDEV
--- a/etc/etc.atari/MAKEDEV     Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.atari/MAKEDEV     Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.49 2002/02/02 07:04:47 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.50 2002/02/02 20:58:45 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -131,7 +131,7 @@
        sh $0 grf2 grf3 grf4 grf5 mouse0 mouse1 rtc random etvme leo0
        sh $0 kbd sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 vnd0 vnd1 vnd2
        sh $0 vnd3 vnd4 view00 view01 view02 view03 view04 view05
-       sh $0 pty0 pty1
+       sh $0 pty0
        sh $0 vnd5 vnd6 cd0 fd0 fd1 fd2 fd3 bpf0 bpf1 bpf2 bpf3 ipl
        sh $0 ccd0 ccd1 ccd2 ccd3
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.bebox/MAKEDEV
--- a/etc/etc.bebox/MAKEDEV     Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.bebox/MAKEDEV     Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.24 2002/02/02 07:04:47 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.25 2002/02/02 20:58:46 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -118,7 +118,7 @@
 
 all)
        sh $0 std fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
-       sh $0 tty0 tty1 pty0 pty1  
+       sh $0 tty0 tty1 pty0
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
        sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 lpa0 lpa1 lpa2
        sh $0 lpt0 lpt1 lpt2 ttyv0 tun0 tun1 ipl
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.cobalt/MAKEDEV
--- a/etc/etc.cobalt/MAKEDEV    Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.cobalt/MAKEDEV    Sat Feb 02 20:58:43 2002 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV,v 1.11 2002/02/02 07:04:47 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.12 2002/02/02 20:58:46 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -101,7 +101,7 @@
 case $i in
 
 all)
-       sh $0 std wd0 wd1 sd0 sd1 sd2 sd3 pty0 pty1
+       sh $0 std wd0 wd1 sd0 sd1 sd2 sd3 pty0
        sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1 vnd2 vnd3
        sh $0 ccd0 ccd1 ccd2 ccd3 md0 md1 ss0 ss1 uk0 uk1
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.dreamcast/MAKEDEV
--- a/etc/etc.dreamcast/MAKEDEV Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.dreamcast/MAKEDEV Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.9 2002/02/02 07:04:48 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.10 2002/02/02 20:58:46 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -97,7 +97,7 @@
 
 ramdisk)
        sh $0 std md0
-       sh $0 scif0 sci0 pty0
+       sh $0 scif0 sci0 opty
        sh $0 ttyE0 ttyEcfg wsmouse0 wskbd0 bpf0 bpf1 bpf2 bpf3 tun0 tun1 ipl
        ;;
 
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.evbarm/MAKEDEV
--- a/etc/etc.evbarm/MAKEDEV    Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.evbarm/MAKEDEV    Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.8 2002/02/02 07:04:48 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.9 2002/02/02 20:58:46 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -118,7 +118,7 @@
 
 all)
        sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 md0 md1 sd0 sd1 sd2 sd3
-       sh $0 tty0 tty1 pty0 pty1 st0 st1 ch0 cd0 cd1 vnd0 vnd1
+       sh $0 tty0 tty1 pty0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
        sh $0 ccd0 ccd1 uk0 uk1 ss0
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
        sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.hp300/MAKEDEV
--- a/etc/etc.hp300/MAKEDEV     Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.hp300/MAKEDEV     Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.40 2002/02/02 07:04:49 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.41 2002/02/02 20:58:46 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -92,7 +92,7 @@
 all)
        sh $0 std fd ct0 ct1 st0 st1 ccd0 ccd1 ccd2 rd0 rd1 rd2 md0 md1
 #      sh $0 wscons # should be after 'std'
-       sh $0 sd0 sd1 sd2 pty0 pty1 vnd0 vnd1 vnd2 vnd3
+       sh $0 sd0 sd1 sd2 pty0 vnd0 vnd1 vnd2 vnd3
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
        sh $0 hil grf0 ite0 dca0 dcm0 dcm1 dcm2 dcm3 apci0
        sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.hpcmips/MAKEDEV
--- a/etc/etc.hpcmips/MAKEDEV   Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.hpcmips/MAKEDEV   Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.26 2002/02/02 07:04:49 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.27 2002/02/02 20:58:47 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -116,7 +116,7 @@
 
 all)
        sh $0 std wscons fd fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
-       sh $0 tty0 tty1 tty2 pty0 pty1 
+       sh $0 tty0 tty1 tty2 pty0
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
        sh $0 st0 st1 ch0 cd0 cd1 vnd0 vnd1
        sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.hpcsh/MAKEDEV
--- a/etc/etc.hpcsh/MAKEDEV     Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.hpcsh/MAKEDEV     Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.10 2002/02/02 07:04:49 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.11 2002/02/02 20:58:47 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -90,7 +90,7 @@
 
 all)
        sh $0 std wscons fd wd0 wd1 sd0 sd1
-       sh $0 tty0 tty1 tty2 pty0 pty1
+       sh $0 tty0 tty1 tty2 pty0
        sh $0 bpf0
        sh $0 md0 random
        sh $0 scsibus0
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV      Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.i386/MAKEDEV      Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.162 2002/02/02 05:57:47 tls Exp $
+#      $NetBSD: MAKEDEV,v 1.163 2002/02/02 20:58:47 tls Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -165,7 +165,7 @@
 
 all)
        sh $0 std wscons fd wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4
-       sh $0 tty0 tty1 tty2 tty3 pty0 pty1
+       sh $0 tty0 tty1 tty2 tty3 pty0
        sh $0 raid0 raid1 raid2 raid3 raid4 raid5 raid6 raid7
        sh $0 st0 st1 ch0 cd0 cd1 mcd0 vnd0 vnd1 lpa0 lpa1 lpa2
        sh $0 bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7
diff -r 75e928e9dd5a -r 1f5af9f48f6a etc/etc.luna68k/MAKEDEV
--- a/etc/etc.luna68k/MAKEDEV   Sat Feb 02 20:28:59 2002 +0000
+++ b/etc/etc.luna68k/MAKEDEV   Sat Feb 02 20:58:43 2002 +0000
@@ -1,6 +1,6 @@



Home | Main Index | Thread Index | Old Index