From owner-cvs-all Mon Sep 13 8:44:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D671A15594; Mon, 13 Sep 1999 08:44:20 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA26697; Mon, 13 Sep 1999 08:44:20 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199909131544.IAA26697@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 13 Sep 1999 08:44:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pccard_ether rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.isdn rc.network rc.pccard rc.resume rc.shutdown rc.suspend security src/etc/etc.alpha MAKEDEV rc.alpha src/etc/etc.i386 MAKEDEV rc.i386 src/etc/isdn answer isdntel.sh ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/09/13 08:44:20 PDT Modified files: etc pccard_ether rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.isdn rc.network rc.pccard rc.resume rc.shutdown rc.suspend security etc/etc.alpha MAKEDEV rc.alpha etc/etc.i386 MAKEDEV rc.i386 etc/isdn answer isdntel.sh record tell tell-record Log: Apply a consistent style to most of the etc scripts. Particularly, use case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton Revision Changes Path 1.14 +33 -24 src/etc/pccard_ether 1.198 +249 -153 src/etc/rc 1.5 +150 -129 src/etc/rc.atm 1.6 +5 -4 src/etc/rc.devfs 1.3 +21 -15 src/etc/rc.diskless1 1.3 +7 -5 src/etc/rc.diskless2 1.23 +139 -116 src/etc/rc.firewall 1.5 +38 -24 src/etc/rc.isdn 1.61 +549 -375 src/etc/rc.network 1.19 +16 -9 src/etc/rc.pccard 1.3 +4 -6 src/etc/rc.resume 1.3 +5 -5 src/etc/rc.shutdown 1.3 +3 -5 src/etc/rc.suspend 1.33 +32 -24 src/etc/security 1.13 +19 -20 src/etc/etc.alpha/MAKEDEV 1.6 +87 -29 src/etc/etc.alpha/rc.alpha 1.210 +20 -21 src/etc/etc.i386/MAKEDEV 1.45 +136 -47 src/etc/etc.i386/rc.i386 1.4 +47 -58 src/etc/isdn/answer 1.4 +28 -35 src/etc/isdn/isdntel.sh 1.4 +47 -59 src/etc/isdn/record 1.4 +41 -51 src/etc/isdn/tell 1.4 +42 -52 src/etc/isdn/tell-record To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message