summaryrefslogtreecommitdiff
path: root/zaptel.init
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-29 16:05:32 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-03-29 16:05:32 +0000
commitb764cf32306b0141a08a123dd377a9159949b26c (patch)
tree8bb013c35b6c835b02ffe5a5ebf2b8e21088d138 /zaptel.init
parentf9eab280f292261feb4dd9a7b61969f6fb92d7b4 (diff)
Add a README for HPEC, and add support for HPEC in the init script.
(issue #9413, chozian) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2347 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zaptel.init')
-rw-r--r--zaptel.init34
1 files changed, 34 insertions, 0 deletions
diff --git a/zaptel.init b/zaptel.init
index ad6674d..f6ec915 100644
--- a/zaptel.init
+++ b/zaptel.init
@@ -153,6 +153,7 @@ case "$1" in
for x in $MODULES; do
if modprobe ${x} ${ARGS} >& /dev/null; then
echo -n " $x"
+ echo "."
fi
done
sleep 3 # TODO: remove it
@@ -175,6 +176,39 @@ case "$1" in
RETVAL=$?
[ $RETVAL -eq 0 ] && touch $LOCKFILE
+
+ # HPEC license found
+ if [ x`find /var/lib/digium/licenses/ -maxdepth 1 -name HPEC-\*.lic -printf yes -quit` = xyes ]; then
+ # zaphpec_enable not installed in /usr/sbin
+ if [ ! -f /usr/sbin/zaphpec_enable ]; then
+ echo -n "Running zaphpec_enable: Failed"
+ echo -n "."
+ echo " The zaphpec_enable binary is not installed in /usr/sbin."
+ else
+ # zaphpec_enable not set executable
+ if [ ! -x /usr/sbin/zaphpec_enable ]; then
+ echo -n "Running zaphpec_enable: Failed"
+ echo -n "."
+ echo " /usr/sbin/zaphpec_enable is not set executable."
+ else
+ # zaphpec_enable properly installed
+ if [ $system = debian ]; then
+ echo -n "Running zaphpec_enable: "
+ /usr/sbin/zaphpec_enable >& /dev/null
+ elif [ $system = redhat ]; then
+ action "Running zaphpec_enable: " /usr/sbin/zaphpec_enable
+ fi
+ if [ $? = 0 ]; then
+ echo -n "done"
+ echo "."
+ 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."
+ fi
+ fi
+ fi
+ fi
;;
stop)
# Unload drivers