summaryrefslogtreecommitdiff
path: root/zaptel.init
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-29 16:35:37 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-29 16:35:37 +0000
commitf44e95ceab02b7ad374f7588aed1c8cb174815d3 (patch)
tree97657321b89c201abf2bd396e945b17d86740820 /zaptel.init
parentb764cf32306b0141a08a123dd377a9159949b26c (diff)
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.2@2350 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 f6ec915..408832f 100644
--- a/zaptel.init
+++ b/zaptel.init
@@ -189,7 +189,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
@@ -204,7 +204,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