mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Whitespace only (remove trailing spaces)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
# USA
|
# USA
|
||||||
|
|
||||||
# This script allows you to install Asterisk into a subdirectory of
|
# This script allows you to install Asterisk into a subdirectory of
|
||||||
# your source distribution and run it from there.
|
# your source distribution and run it from there.
|
||||||
#
|
#
|
||||||
# Example usage:
|
# Example usage:
|
||||||
@@ -38,18 +38,18 @@
|
|||||||
#
|
#
|
||||||
# # edit apps/app_skel.c
|
# # edit apps/app_skel.c
|
||||||
# contrib/scripts/live_ast install
|
# contrib/scripts/live_ast install
|
||||||
# contrib/scripts/live_ast run -r
|
# contrib/scripts/live_ast run -r
|
||||||
# # and in the CLI:
|
# # and in the CLI:
|
||||||
# module unload app_skel.so
|
# module unload app_skel.so
|
||||||
# module load app_skel.so
|
# module load app_skel.so
|
||||||
#
|
#
|
||||||
# If you have external scripts that run asterisk, use the script
|
# If you have external scripts that run asterisk, use the script
|
||||||
# live/asterisk that is generated by the 'samples' command. In this case you
|
# live/asterisk that is generated by the 'samples' command. In this case you
|
||||||
# should probably also rem-out the line 'astvarrundir' and maybe also
|
# should probably also rem-out the line 'astvarrundir' and maybe also
|
||||||
# 'astetcdir' in live/etc/asterisk.conf .
|
# 'astetcdir' in live/etc/asterisk.conf .
|
||||||
#
|
#
|
||||||
####################### Begin Samples
|
####################### Begin Samples
|
||||||
# optional environment variables. Set those in live/live.conf or in
|
# optional environment variables. Set those in live/live.conf or in
|
||||||
# your envirnment.
|
# your envirnment.
|
||||||
#
|
#
|
||||||
# LIVE_AST_LIBPRI_PATH:
|
# LIVE_AST_LIBPRI_PATH:
|
||||||
@@ -68,17 +68,17 @@
|
|||||||
#LIVE_AST_DAHDI_PATH="/path/to/dahdi-linux/dir"
|
#LIVE_AST_DAHDI_PATH="/path/to/dahdi-linux/dir"
|
||||||
#LIVE_AST_DAHDITOOLS_PATH="/path/to/dahdi-tools/dir"
|
#LIVE_AST_DAHDITOOLS_PATH="/path/to/dahdi-tools/dir"
|
||||||
#
|
#
|
||||||
# Another alternative for Zaptel is to use the live_zap script included
|
# Another alternative for Zaptel is to use the live_zap script included
|
||||||
# with the Zaptel distribution. The following should work after you used
|
# with the Zaptel distribution. The following should work after you used
|
||||||
# './live_zap install' or even with a copy generated with
|
# './live_zap install' or even with a copy generated with
|
||||||
# './live_zap rsync' . '/apth/to/zaptel' is the directory containing the
|
# './live_zap rsync' . '/apth/to/zaptel' is the directory containing the
|
||||||
# live/ subdirectory:
|
# live/ subdirectory:
|
||||||
#
|
#
|
||||||
#LIVE_AST_ZAPLIVE_PATH="/path/to/zaptel"
|
#LIVE_AST_ZAPLIVE_PATH="/path/to/zaptel"
|
||||||
#
|
#
|
||||||
# LIVE_AST_LD_PATH_EXTRA:
|
# LIVE_AST_LD_PATH_EXTRA:
|
||||||
# space-separated or colon-separated directories to add to
|
# space-separated or colon-separated directories to add to
|
||||||
# LD_LIBRARY_PATH. It is added before any existing components of
|
# LD_LIBRARY_PATH. It is added before any existing components of
|
||||||
# LD_LIBRARY_PATH.
|
# LD_LIBRARY_PATH.
|
||||||
#LIVE_AST_LD_PATH_EXTRA="$HOME/lib:$HOME/libtest /opt/testapp"
|
#LIVE_AST_LD_PATH_EXTRA="$HOME/lib:$HOME/libtest /opt/testapp"
|
||||||
#
|
#
|
||||||
@@ -88,13 +88,13 @@
|
|||||||
#
|
#
|
||||||
# LIVE_AST_FORCE_DEF_CONF:
|
# LIVE_AST_FORCE_DEF_CONF:
|
||||||
# If set to a non-empty value, always regenerate menuselect config.
|
# If set to a non-empty value, always regenerate menuselect config.
|
||||||
# This avoids emenselect's nag about "configuration has changed" that
|
# This avoids emenselect's nag about "configuration has changed" that
|
||||||
# happens occasionally after an svn update.
|
# happens occasionally after an svn update.
|
||||||
#LIVE_AST_FORCE_DEF_CONF=yes
|
#LIVE_AST_FORCE_DEF_CONF=yes
|
||||||
#
|
#
|
||||||
# LIVE_AST_BRISTUFFED_LIBPRI
|
# LIVE_AST_BRISTUFFED_LIBPRI
|
||||||
# A hack to use the second, "bristuffed" copy of libpri that exists
|
# A hack to use the second, "bristuffed" copy of libpri that exists
|
||||||
# e.g. in the Debian libpri-dev package. If set to a non-empty value,
|
# e.g. in the Debian libpri-dev package. If set to a non-empty value,
|
||||||
# live_ast will edit makeopts to use that second copy after ./configure
|
# live_ast will edit makeopts to use that second copy after ./configure
|
||||||
# is run.
|
# is run.
|
||||||
#LIVE_AST_BRISTUFFED_LIBPRI=yes
|
#LIVE_AST_BRISTUFFED_LIBPRI=yes
|
||||||
@@ -104,8 +104,8 @@
|
|||||||
#LIVE_AST_VALGRIND_ARGS="-v --leak-check=full --suppressions=contrib/valgrind.supp --log-file=valgrind.log"
|
#LIVE_AST_VALGRIND_ARGS="-v --leak-check=full --suppressions=contrib/valgrind.supp --log-file=valgrind.log"
|
||||||
#
|
#
|
||||||
# LIVE_AST_FOR_SYSTEM
|
# LIVE_AST_FOR_SYSTEM
|
||||||
# When generating asterisk.conf, use most components from the installed
|
# When generating asterisk.conf, use most components from the installed
|
||||||
# system. Also provide a sane var-run directory for those of us who want
|
# system. Also provide a sane var-run directory for those of us who want
|
||||||
# to do the right thing and run asterisk as non-root.
|
# to do the right thing and run asterisk as non-root.
|
||||||
#LIVE_AST_FOR_SYSTEM=yes
|
#LIVE_AST_FOR_SYSTEM=yes
|
||||||
####################### End Samples
|
####################### End Samples
|
||||||
|
Reference in New Issue
Block a user