[zaptel-commits] qwell: branch 1.4 r4217 - /branches/1.4/zaptel.init
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu May 1 14:37:08 CDT 2008
Author: qwell
Date: Thu May 1 14:37:07 2008
New Revision: 4217
URL: http://svn.digium.com/view/zaptel?view=rev&rev=4217
Log:
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)
Modified:
branches/1.4/zaptel.init
Modified: branches/1.4/zaptel.init
URL: http://svn.digium.com/view/zaptel/branches/1.4/zaptel.init?view=diff&rev=4217&r1=4216&r2=4217
==============================================================================
--- branches/1.4/zaptel.init (original)
+++ branches/1.4/zaptel.init Thu May 1 14:37:07 2008
@@ -200,7 +200,7 @@
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
More information about the zaptel-commits
mailing list