summaryrefslogtreecommitdiff
path: root/zaptel.init
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-06-07 17:01:04 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-06-07 17:01:04 +0000
commitbd4775fb11279f1b74fa1b1070acad5bf5de5f70 (patch)
tree6ec89e16bc5a4f1b68a3a737e2493a3922ac0da1 /zaptel.init
parent298d12cf44479a12c96d406f8267ddeffa40325e (diff)
The -quit option to find is not supported on the version of find installed on
Centos 4. Lame! Just remove it, as it isn't really necessary. (issue #9800, noahisaac) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2583 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 bd19142..c307165 100644
--- a/zaptel.init
+++ b/zaptel.init
@@ -194,7 +194,7 @@ case "$1" in
[ $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
+ if [ x`find /var/lib/digium/licenses/ -maxdepth 1 -name HPEC-\*.lic -printf yes` = xyes ]; then
# zaphpec_enable not installed in /usr/sbin
if [ ! -f /usr/sbin/zaphpec_enable ]; then
echo -n "Running zaphpec_enable: Failed"