summaryrefslogtreecommitdiffstats
path: root/etc/rc.pccard
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2000-12-17 08:16:06 +0000
committerdougb <dougb@FreeBSD.org>2000-12-17 08:16:06 +0000
commit1e8ecc617bb05e72dce649d99982f0fbe0ad64e1 (patch)
tree8bb5bbce19114a1cdb5dd43110cd1aab487c45d7 /etc/rc.pccard
parentd8586c3f20a1e9e2925a2cdb240369fa29d0630e (diff)
downloadFreeBSD-src-1e8ecc617bb05e72dce649d99982f0fbe0ad64e1.zip
FreeBSD-src-1e8ecc617bb05e72dce649d99982f0fbe0ad64e1.tar.gz
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
Diffstat (limited to 'etc/rc.pccard')
-rw-r--r--etc/rc.pccard3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.pccard b/etc/rc.pccard
index 8ba141d..63ac577 100644
--- a/etc/rc.pccard
+++ b/etc/rc.pccard
@@ -31,7 +31,7 @@
case ${pccard_enable} in
[Yy][Ee][Ss])
- echo "Enable PC-card."
+ echo 'Enable PC-card:'
case ${pccard_mem} in
[Dd][Ee][Ff][Aa][Uu][Ll][Tt])
@@ -51,5 +51,6 @@ case ${pccard_enable} in
fi
pccardd ${pccardd_flags} 2>&1 > /var/log/pccardd.debug
+ echo '.'
;;
esac
OpenPOWER on IntegriCloud