Source-Changes-HG archive

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

[src/trunk]: src/etc whitespace consistency cleanup



details:   https://anonhg.NetBSD.org/src/rev/603ce817d5ae
branches:  trunk
changeset: 538459:603ce817d5ae
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 21 04:14:47 2002 +0000

description:
whitespace consistency cleanup

diffstat:

 etc/etc.acorn26/MAKEDEV      |  11 +++++------
 etc/etc.acorn32/MAKEDEV      |  12 ++++++------
 etc/etc.algor/MAKEDEV        |  11 +++++------
 etc/etc.alpha/MAKEDEV        |  11 +++++------
 etc/etc.amiga/MAKEDEV        |  11 +++++------
 etc/etc.arc/MAKEDEV          |  11 +++++------
 etc/etc.atari/MAKEDEV        |  13 ++++++-------
 etc/etc.bebox/MAKEDEV        |  11 +++++------
 etc/etc.cats/MAKEDEV         |  12 ++++++------
 etc/etc.cesfic/MAKEDEV       |  10 +++++-----
 etc/etc.cobalt/MAKEDEV       |  11 +++++------
 etc/etc.dreamcast/MAKEDEV    |  11 +++++------
 etc/etc.evbarm/MAKEDEV       |  12 ++++++------
 etc/etc.evbsh3/MAKEDEV       |  11 +++++------
 etc/etc.evbsh5/MAKEDEV       |  11 +++++------
 etc/etc.hp300/MAKEDEV        |  13 ++++++-------
 etc/etc.hpcarm/MAKEDEV       |  12 ++++++------
 etc/etc.hpcmips/MAKEDEV      |  23 +++++++++++------------
 etc/etc.hpcsh/MAKEDEV        |  11 +++++------
 etc/etc.i386/MAKEDEV         |  11 +++++------
 etc/etc.luna68k/MAKEDEV      |  13 ++++++-------
 etc/etc.mac68k/MAKEDEV       |  11 +++++------
 etc/etc.macppc/MAKEDEV       |  11 +++++------
 etc/etc.mipsco/MAKEDEV       |  11 +++++------
 etc/etc.mmeye/MAKEDEV        |  11 +++++------
 etc/etc.mvme68k/MAKEDEV      |  11 +++++------
 etc/etc.mvmeppc/MAKEDEV      |  11 +++++------
 etc/etc.netwinder/MAKEDEV    |  11 +++++------
 etc/etc.news68k/MAKEDEV      |  11 +++++------
 etc/etc.newsmips/MAKEDEV     |  11 +++++------
 etc/etc.next68k/MAKEDEV      |  11 +++++------
 etc/etc.ofppc/MAKEDEV        |  11 +++++------
 etc/etc.pc532/MAKEDEV        |  11 +++++------
 etc/etc.playstation2/MAKEDEV |  11 +++++------
 etc/etc.pmax/MAKEDEV         |  27 +++++++++++++--------------
 etc/etc.pmppc/MAKEDEV        |  11 +++++------
 etc/etc.prep/MAKEDEV         |  11 +++++------
 etc/etc.sandpoint/MAKEDEV    |  11 +++++------
 etc/etc.sgimips/MAKEDEV      |  11 +++++------
 etc/etc.shark/MAKEDEV        |  12 ++++++------
 etc/etc.sun2/MAKEDEV         |  15 +++++++--------
 etc/etc.sun3/MAKEDEV         |  17 ++++++++---------
 etc/etc.vax/MAKEDEV          |  19 +++++++++----------
 etc/etc.walnut/MAKEDEV       |  11 +++++------
 etc/etc.x68k/MAKEDEV         |  11 +++++------
 etc/etc.x86_64/MAKEDEV       |  11 +++++------
 46 files changed, 261 insertions(+), 301 deletions(-)

diffs (truncated from 1629 to 300 lines):

diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.acorn26/MAKEDEV
--- a/etc/etc.acorn26/MAKEDEV   Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.acorn26/MAKEDEV   Mon Oct 21 04:14:47 2002 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV,v 1.6 2002/10/04 18:53:22 elric Exp $
+#      $NetBSD: MAKEDEV,v 1.7 2002/10/21 04:14:47 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -305,16 +305,15 @@
        chmod 666 ttyp[0-9a-f] ptyp[0-9a-f]
        ;;
 
-               
 pty*)
        class=${i#pty}
        name=`echo pqrstuvwxyzPQRST | dd bs=1 count=1 skip=$class 2>/dev/null`
        case $name in
        v)      echo "$0: $i: pty unit conflicts with console ttyv0 device."
-               continue;;
-       ?)      ;;
-       *)      echo "$0: $i: pty unit must be between 0 and 15"
-               continue ;;
+               continue ;;
+       ?)      ;;
+       *)      echo "$0: $i: pty unit must be between 0 and 15"
+               continue ;;
        esac
        rm -f tty$name[0-9a-zA-Z] pty$name[0-9a-zA-Z]
        jn=0
diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.acorn32/MAKEDEV
--- a/etc/etc.acorn32/MAKEDEV   Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.acorn32/MAKEDEV   Mon Oct 21 04:14:47 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.20 2002/10/04 18:53:23 elric Exp $
+#      $NetBSD: MAKEDEV,v 1.21 2002/10/21 04:14:48 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -401,16 +401,16 @@
        done
        chmod 666 ttyp[0-9a-f] ptyp[0-9a-f]
        ;;
-               
+
 pty*)
        class=${i#pty}
        name=`echo pqrstuvwxyzPQRST | dd bs=1 count=1 skip=$class 2>/dev/null`
        case $name in
        v)      echo "$0: $i: pty unit conflicts with console ttyv0 device."
-               continue;;
-       ?)      ;;
-       *)      echo "$0: $i: pty unit must be between 0 and 15"
-               continue ;;
+               continue ;;
+       ?)      ;;
+       *)      echo "$0: $i: pty unit must be between 0 and 15"
+               continue ;;
        esac
        rm -f tty$name[0-9a-zA-Z] pty$name[0-9a-zA-Z]
        jn=0
diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.algor/MAKEDEV
--- a/etc/etc.algor/MAKEDEV     Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.algor/MAKEDEV     Mon Oct 21 04:14:47 2002 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV,v 1.6 2002/10/04 18:53:24 elric Exp $
+#      $NetBSD: MAKEDEV,v 1.7 2002/10/21 04:14:49 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -464,16 +464,15 @@
        chmod 666 ttyp[0-9a-f] ptyp[0-9a-f]
        ;;
 
-               
 pty*)
        class=${i#pty}
        name=`echo pqrstuvwxyzPQRST | dd bs=1 count=1 skip=$class 2>/dev/null`
        case $name in
        v)      echo "$0: $i: pty unit conflicts with console ttyv0 device."
-               continue;;
-       ?)      ;;
-       *)      echo "$0: $i: pty unit must be between 0 and 15"
-               continue ;;
+               continue ;;
+       ?)      ;;
+       *)      echo "$0: $i: pty unit must be between 0 and 15"
+               continue ;;
        esac
        rm -f tty$name[0-9a-zA-Z] pty$name[0-9a-zA-Z]
        jn=0
diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.alpha/MAKEDEV
--- a/etc/etc.alpha/MAKEDEV     Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.alpha/MAKEDEV     Mon Oct 21 04:14:47 2002 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV,v 1.102 2002/10/04 18:53:24 elric Exp $
+#      $NetBSD: MAKEDEV,v 1.103 2002/10/21 04:14:49 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -477,16 +477,15 @@
        chmod 666 ttyp[0-9a-f] ptyp[0-9a-f]
        ;;
 
-               
 pty*)
        class=${i#pty}
        name=`echo pqrstuvwxyzPQRST | dd bs=1 count=1 skip=$class 2>/dev/null`
        case $name in
        v)      echo "$0: $i: pty unit conflicts with console ttyv0 device."
-               continue;;
-       ?)      ;;
-       *)      echo "$0: $i: pty unit must be between 0 and 15"
-               continue ;;
+               continue ;;
+       ?)      ;;
+       *)      echo "$0: $i: pty unit must be between 0 and 15"
+               continue ;;
        esac
        rm -f tty$name[0-9a-zA-Z] pty$name[0-9a-zA-Z]
        jn=0
diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.amiga/MAKEDEV
--- a/etc/etc.amiga/MAKEDEV     Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.amiga/MAKEDEV     Mon Oct 21 04:14:47 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.79 2002/10/04 18:53:25 elric Exp $
+#      $NetBSD: MAKEDEV,v 1.80 2002/10/21 04:14:49 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -535,16 +535,15 @@
        chmod 666 ttyp[0-9a-f] ptyp[0-9a-f]
        ;;
 
-               
 pty*)
        class=${i#pty}
        name=`echo pqrstuvwxyzPQRST | dd bs=1 count=1 skip=$class 2>/dev/null`
        case $name in
        v)      echo "$0: $i: pty unit conflicts with console ttyv0 device."
-               continue;;
-       ?)      ;;
-       *)      echo "$0: $i: pty unit must be between 0 and 15"
-               continue ;;
+               continue ;;
+       ?)      ;;
+       *)      echo "$0: $i: pty unit must be between 0 and 15"
+               continue ;;
        esac
        rm -f tty$name[0-9a-zA-Z] pty$name[0-9a-zA-Z]
        jn=0
diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.arc/MAKEDEV
--- a/etc/etc.arc/MAKEDEV       Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.arc/MAKEDEV       Mon Oct 21 04:14:47 2002 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: MAKEDEV,v 1.24 2002/10/04 18:53:26 elric Exp $
+#      $NetBSD: MAKEDEV,v 1.25 2002/10/21 04:14:50 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -330,16 +330,15 @@
        chmod 666 ttyp[0-9a-f] ptyp[0-9a-f]
        ;;
 
-               
 pty*)
        class=${i#pty}
        name=`echo pqrstuvwxyzPQRST | dd bs=1 count=1 skip=$class 2>/dev/null`
        case $name in
        v)      echo "$0: $i: pty unit conflicts with console ttyv0 device."
-               continue;;
-       ?)      ;;
-       *)      echo "$0: $i: pty unit must be between 0 and 15"
-               continue ;;
+               continue ;;
+       ?)      ;;
+       *)      echo "$0: $i: pty unit must be between 0 and 15"
+               continue ;;
        esac
        rm -f tty$name[0-9a-zA-Z] pty$name[0-9a-zA-Z]
        jn=0
diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.atari/MAKEDEV
--- a/etc/etc.atari/MAKEDEV     Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.atari/MAKEDEV     Mon Oct 21 04:14:47 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.61 2002/10/21 03:20:25 lukem Exp $
+#      $NetBSD: MAKEDEV,v 1.62 2002/10/21 04:14:50 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -361,7 +361,7 @@
        chgrp operator ${name}${unit}
        chmod 640 ${name}${unit}
        ;;
-       
+
 cd*)
        case $i in
        cd*) name=cd; unit=${i#cd}; blk=6; chr=9;;
@@ -474,16 +474,15 @@
        chmod 666 ttyp[0-9a-f] ptyp[0-9a-f]
        ;;
 
-               
 pty*)
        class=${i#pty}
        name=`echo pqrstuvwxyzPQRST | dd bs=1 count=1 skip=$class 2>/dev/null`
        case $name in
        v)      echo "$0: $i: pty unit conflicts with console ttyv0 device."
-               continue;;
-       ?)      ;;
-       *)      echo "$0: $i: pty unit must be between 0 and 15"
-               continue ;;
+               continue ;;
+       ?)      ;;
+       *)      echo "$0: $i: pty unit must be between 0 and 15"
+               continue ;;
        esac
        rm -f tty$name[0-9a-zA-Z] pty$name[0-9a-zA-Z]
        jn=0
diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.bebox/MAKEDEV
--- a/etc/etc.bebox/MAKEDEV     Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.bebox/MAKEDEV     Mon Oct 21 04:14:47 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.35 2002/10/04 18:53:27 elric Exp $
+#      $NetBSD: MAKEDEV,v 1.36 2002/10/21 04:14:51 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -384,16 +384,15 @@
        chmod 666 ttyp[0-9a-f] ptyp[0-9a-f]
        ;;
 
-               
 pty*)
        class=${i#pty}
        name=`echo pqrstuvwxyzPQRST | dd bs=1 count=1 skip=$class 2>/dev/null`
        case $name in
        v)      echo "$0: $i: pty unit conflicts with console ttyv0 device."
-               continue;;
-       ?)      ;;
-       *)      echo "$0: $i: pty unit must be between 0 and 15"
-               continue ;;
+               continue ;;
+       ?)      ;;
+       *)      echo "$0: $i: pty unit must be between 0 and 15"
+               continue ;;
        esac
        rm -f tty$name[0-9a-zA-Z] pty$name[0-9a-zA-Z]
        jn=0
diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.cats/MAKEDEV
--- a/etc/etc.cats/MAKEDEV      Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.cats/MAKEDEV      Mon Oct 21 04:14:47 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.17 2002/10/05 10:47:51 chris Exp $
+#      $NetBSD: MAKEDEV,v 1.18 2002/10/21 04:14:51 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -415,16 +415,16 @@
        done
        chmod 666 ttyp[0-9a-f] ptyp[0-9a-f]
        ;;
-               
+
 pty*)
        class=${i#pty}
        name=`echo pqrstuvwxyzPQRST | dd bs=1 count=1 skip=$class 2>/dev/null`
        case $name in
        v)      echo "$0: $i: pty unit conflicts with console ttyv0 device."
-               continue;;
-       ?)      ;;
-       *)      echo "$0: $i: pty unit must be between 0 and 15"
-               continue ;;
+               continue ;;
+       ?)      ;;
+       *)      echo "$0: $i: pty unit must be between 0 and 15"
+               continue ;;
        esac
        rm -f tty$name[0-9a-zA-Z] pty$name[0-9a-zA-Z]
        jn=0
diff -r 2c98a6d328c8 -r 603ce817d5ae etc/etc.cesfic/MAKEDEV
--- a/etc/etc.cesfic/MAKEDEV    Mon Oct 21 03:58:38 2002 +0000
+++ b/etc/etc.cesfic/MAKEDEV    Mon Oct 21 04:14:47 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -



Home | Main Index | Thread Index | Old Index