summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/asterisk/README4
-rw-r--r--network/asterisk/asterisk.SlackBuild3
2 files changed, 2 insertions, 5 deletions
diff --git a/network/asterisk/README b/network/asterisk/README
index fa81ba9ccf..9ff410ac77 100644
--- a/network/asterisk/README
+++ b/network/asterisk/README
@@ -14,7 +14,3 @@ script will build them, unless ofcourse, the ADDON variable is set as:
ADDONS=no ./asterisk.SlackBuild
The list of pre-selected add-ons is as follows:
app_mysql cdr_mysql chan_ooh323 res_config_mysql
-
-Note that dahdi-linux and dahdi-tools are currently not available in
-our repository due to broken download links; we hope that will be
-resolved soonish.
diff --git a/network/asterisk/asterisk.SlackBuild b/network/asterisk/asterisk.SlackBuild
index 0bc1f559f1..fefdb974aa 100644
--- a/network/asterisk/asterisk.SlackBuild
+++ b/network/asterisk/asterisk.SlackBuild
@@ -1,7 +1,6 @@
#!/bin/bash
# Copyright 2006, Alan Hicks, Lizella, GA
-# Updated by mario@slackverse.org, 2010-2011
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,6 +20,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Updated by mario@slackverse.org, 2010-2011
+
PRGNAM="asterisk"
VERSION=${VERSION:-1.8.7.2}
BUILD=${BUILD:-1}