1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Add 'seconds' to the output of the delay

This commit is contained in:
Edwin Groothuis 2007-10-29 06:51:21 +00:00
parent 4cb090ddb2
commit 30733bc495
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202264

View File

@ -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