summaryrefslogtreecommitdiff
path: root/zaptel.init
diff options
context:
space:
mode:
authorqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-01 19:37:07 +0000
committerqwell <qwell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-05-01 19:37:07 +0000
commitb17a9301ceead60f5a53e65b5c572131a68e77a2 (patch)
tree0fff4ffaf8599e203906ab97c0b06f78ec13cc47 /zaptel.init
parentdc5a124e1619924be4c5138d11da05810e2d9614 (diff)
Clarify a message. Some hardware doesn't provide timing, so this could be confusing.
(closes issue #12459) Reported by: panderson Patches: zaptel.init.patch uploaded by panderson (license 469) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4217 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.init')
-rw-r--r--zaptel.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/zaptel.init b/zaptel.init
index 44bf779..1677c38 100644
--- a/zaptel.init
+++ b/zaptel.init
@@ -200,7 +200,7 @@ case "$1" in
xpp_startup
if [ ! -e /proc/zaptel/1 ]; then
- echo "No functioning zap hardware found in /proc/zaptel, loading ztdummy"
+ echo "No hardware timing source found in /proc/zaptel, loading ztdummy"
modprobe ztdummy 2> /dev/null
fi