diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-12 16:00:36 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-12 18:02:07 -0500 |
commit | 27e20a71f856792501244a84d127acc5c9b0d52e (patch) | |
tree | ffe0714b6215a22db6d9e78aed5f140614f57096 /network/asterisk | |
parent | 998d28405d053c3ec4c4d4550dd7274d7b7999d2 (diff) | |
download | slackbuilds-27e20a71f856792501244a84d127acc5c9b0d52e.tar.gz |
network/asterisk: Modernized and/or corrected various commentary
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/asterisk')
-rw-r--r-- | network/asterisk/README | 4 | ||||
-rw-r--r-- | network/asterisk/asterisk.SlackBuild | 3 |
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} |