Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2000 00:24:49 -0800 (PST)
From:      Doug Barton <dougb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc rc
Message-ID:  <200012170824.eBH8OnN84168@freefall.freebsd.org>

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

  Modified files:
    etc                  rc 
  Log:
  In addition to:
  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
  
  Also:
  * Use rm -f on /var/run/dev.db so if it's not there (devfs) it doesn't error
  * Shorten the ldconfig messages so that the default fits on one line
  * Test whether /var/msgs/bounds is a link before overwriting it
  * Generally futz around with whitespace
  
  Revision  Changes    Path
  1.244     +36 -31    src/etc/rc



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?200012170824.eBH8OnN84168>