summaryrefslogtreecommitdiff
path: root/zaptel.init
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-29 16:36:55 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-29 16:36:55 +0000
commit069741932ff4b3161c1bd008979484ebf8a2097c (patch)
treea1a0e307b6cde69bdf7e7018077aa835163f52ef /zaptel.init
parent952afa1ec2b176eaefc00a84927c6a7a7c3b34a3 (diff)
Merged revisions 2350 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2350 | russell | 2007-03-29 11:35:37 -0500 (Thu, 29 Mar 2007) | 4 lines Trim the HPEC readme that is included in zaptel to only include basic information as the one on the FTP site will always be the one that contains the full up to date information. Also, tweak some grammar in the additions to the init script. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2351 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.init')
-rw-r--r--zaptel.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/zaptel.init b/zaptel.init
index b28c748..4e42412 100644
--- a/zaptel.init
+++ b/zaptel.init
@@ -190,7 +190,7 @@ case "$1" in
if [ ! -x /usr/sbin/zaphpec_enable ]; then
echo -n "Running zaphpec_enable: Failed"
echo -n "."
- echo " /usr/sbin/zaphpec_enable is not set executable."
+ echo " /usr/sbin/zaphpec_enable is not set as executable."
else
# zaphpec_enable properly installed
if [ $system = debian ]; then
@@ -205,7 +205,7 @@ case "$1" in
else
echo -n "Failed"
echo -n "."
- echo " This can be caused if you had already ran zaphpec_enable, or if your HPEC license is no longer valid."
+ echo " This can be caused if you had already run zaphpec_enable, or if your HPEC license is no longer valid."
fi
fi
fi