Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2000 00:16:06 -0800 (PST)
From:      Doug Barton <dougb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc netstart pccard_ether rc.atm rc.network rc.pccard rc.resume rc.shutdown security src/etc/etc.alpha rc.alpha src/etc/etc.i386 rc.i386
Message-ID:  <200012170816.eBH8G6t83630@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2000/12/17 00:16:06 PST

  Modified files:
    etc                  netstart pccard_ether rc.atm rc.network 
                         rc.pccard rc.resume rc.shutdown security 
    etc/etc.alpha        rc.alpha 
    etc/etc.i386         rc.i386 
  Log:
  Apply a more consistent style to the echo statements in /etc/ scripts.
  * Put quotes around each line
  * Single quotes for lines with no variable interpolation
  * Double quotes if there is
  * Capitalize each word that begins a line
  * Make echo -n 'Doing foo:' ... echo '.' more of a standard
  
  No functionality changes
  
  Revision  Changes    Path
  1.58      +2 -2      src/etc/netstart
  1.22      +2 -2      src/etc/pccard_ether
  1.8       +14 -14    src/etc/rc.atm
  1.89      +11 -11    src/etc/rc.network
  1.23      +3 -2      src/etc/rc.pccard
  1.5       +2 -2      src/etc/rc.resume
  1.16      +6 -5      src/etc/rc.shutdown
  1.45      +9 -9      src/etc/security
  1.10      +3 -3      src/etc/etc.alpha/rc.alpha
  1.56      +3 -3      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?200012170816.eBH8G6t83630>