Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Aug 1999 09:01:46 -0700 (PDT)
From:      Sheldon Hearn <sheldonh@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc pccard_ether rc rc.atm rc.diskless1 rc.firewall rc.isdn rc.network rc.pccard rc.serial rc.sysctl security src/etc/etc.alpha rc.alpha src/etc/etc.i386 rc.i386
Message-ID:  <199908251601.JAA04469@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sheldonh    1999/08/25 09:01:46 PDT

  Modified files:
    etc                  pccard_ether rc rc.atm rc.diskless1 
                         rc.firewall rc.isdn rc.network rc.pccard 
                         rc.serial rc.sysctl security 
    etc/etc.alpha        rc.alpha 
    etc/etc.i386         rc.i386 
  Log:
  Style clean-up:
  
  	* All variables are now embraced: ${foo}
  
  	* All comparisons against some value now take the form:
  	  [ "${foo}" ? "value" ]
  	  where ? is a comparison operator
  
  	* All empty string tests now take the form:
  	  [ -z "${foo}" ]
  
  	* All non-empty string tests now take the form:
  	  [ -n "${foo}" ]
  
  Submitted by:	jkh
  
  Revision  Changes    Path
  1.12      +6 -6      src/etc/pccard_ether
  1.194     +54 -54    src/etc/rc
  1.3       +5 -5      src/etc/rc.atm
  1.2       +2 -3      src/etc/rc.diskless1
  1.21      +39 -39    src/etc/rc.firewall
  1.3       +5 -5      src/etc/rc.isdn
  1.56      +60 -60    src/etc/rc.network
  1.17      +7 -7      src/etc/rc.pccard
  1.12      +24 -24    src/etc/rc.serial
  1.2       +2 -2      src/etc/rc.sysctl
  1.31      +39 -39    src/etc/security
  1.4       +23 -23    src/etc/etc.alpha/rc.alpha
  1.43      +33 -33    src/etc/etc.i386/rc.i386



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




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