aboutsummaryrefslogtreecommitdiffstats
path: root/net/quagga
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-29 14:51:21 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-29 14:51:21 +0800
commit30733bc4954e34b87ac4fa778568b20d32e323d5 (patch)
tree6ea011c98dd7e23577cf8ab73aea0ddac5d16ab0 /net/quagga
parent4cb090ddb281a4164534ab96cd5064f333f3aca8 (diff)
downloadfreebsd-ports-gnome-30733bc4954e34b87ac4fa778568b20d32e323d5.tar.gz
freebsd-ports-gnome-30733bc4954e34b87ac4fa778568b20d32e323d5.tar.zst
freebsd-ports-gnome-30733bc4954e34b87ac4fa778568b20d32e323d5.zip
Add 'seconds' to the output of the delay
Diffstat (limited to 'net/quagga')
-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