mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/asterisk: Modernized and/or corrected various commentary
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
998d28405d
commit
27e20a71f8
2 changed files with 2 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue