summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/zaptel/zaptel.SlackBuild6
-rw-r--r--misc/zaptel/zaptel.info6
2 files changed, 8 insertions, 4 deletions
diff --git a/misc/zaptel/zaptel.SlackBuild b/misc/zaptel/zaptel.SlackBuild
index 7c0b3bb5ca..eaf612107c 100644
--- a/misc/zaptel/zaptel.SlackBuild
+++ b/misc/zaptel/zaptel.SlackBuild
@@ -25,7 +25,7 @@
set -e
PRGNAM="zaptel"
-VERSION="1.4.6"
+VERSION="1.4.11"
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,6 +66,10 @@ chown -R root:root $PKG/usr/doc
mv $PKG/usr/share/man $PKG/usr/man
gzip -9 $PKG/usr/man/man?/*.?
+# Add this directory. zaptel/asterisk will complain if it
+# is not present
+mkdir -p $PKG/var/lock/subsys
+
# Don't clobber config file and init script
mv $PKG/etc/zaptel.conf $PKG/etc/zaptel.conf.new
install -m 0755 $CWD/rc.zaptel $PKG/etc/rc.d/rc.zaptel.new
diff --git a/misc/zaptel/zaptel.info b/misc/zaptel/zaptel.info
index 2e3b180b04..37a47db39e 100644
--- a/misc/zaptel/zaptel.info
+++ b/misc/zaptel/zaptel.info
@@ -1,8 +1,8 @@
PRGNAM="zaptel"
-VERSION="1.4.6"
+VERSION="1.4.11"
HOMEPAGE="http://www.digium.com"
-DOWNLOAD="http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.6.tar.gz"
-MD5SUM="f0cf2e89028235c3dc447810e5089dbb"
+DOWNLOAD="http://downloads.digium.com/pub/zaptel/releases/zaptel-1.4.11.tar.gz"
+MD5SUM="894d548d180fddf360de1c0426a68bac"
MAINTAINER="Alan Hicks"
EMAIL="alan@lizella.net"
APPROVED="rworkman"