summaryrefslogtreecommitdiffstats
path: root/etc/netstart
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/netstart
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/netstart')
-rwxr-xr-xetc/netstart2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/netstart b/etc/netstart
index e4b5ff1..d27e519 100755
--- a/etc/netstart
+++ b/etc/netstart
@@ -50,7 +50,7 @@ fi
if [ -f /etc/rc.network ]; then
. /etc/rc.network
else
- echo "Sorry, I can't find /etc/rc.network - aborting."
+ echo 'Sorry, I can't find /etc/rc.network - aborting'
exit 1
fi
OpenPOWER on IntegriCloud