summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-29 06:51:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-29 06:51:21 +0000
commit30733bc4954e34b87ac4fa778568b20d32e323d5 (patch)
tree6ea011c98dd7e23577cf8ab73aea0ddac5d16ab0 /net
parent- Update my mail address. (diff)
Add 'seconds' to the output of the delay
Notes
Notes: svn path=/head/; revision=202264
Diffstat (limited to 'net')
-rw-r--r--net/quagga/files/quagga.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quagga/files/quagga.sh.in b/net/quagga/files/quagga.sh.in
index c53df74e934c..9f00a2f22453 100644
--- a/net/quagga/files/quagga.sh.in
+++ b/net/quagga/files/quagga.sh.in
@@ -85,6 +85,6 @@ for daemon in ${quagga_daemons}; do
done
if [ "${quagga_delay}" != "0" ]; then
- echo "Sleeping ${quagga_delay} to obtain dynamic routing information..."
+ echo "Sleeping ${quagga_delay} seconds to obtain dynamic routing information..."
sleep ${quagga_delay}
fi