summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2012-02-07 17:57:52 +0000
committerSean Bright <sean@malleable.com>2012-02-07 17:57:52 +0000
commit3fda975b9d48370b03133e4a45068d079d596e6d (patch)
treecc5787b0dba06866a9633fec0c4a069a2e90c072 /contrib
parentb08d91c3dc9f0bf48e898b5c1dd91a6c0ea86c70 (diff)
Whitespace only (remove trailing spaces)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/scripts/live_ast34
1 files changed, 17 insertions, 17 deletions
diff --git a/contrib/scripts/live_ast b/contrib/scripts/live_ast
index c5195c3d8..1c7a1cba8 100755
--- a/contrib/scripts/live_ast
+++ b/contrib/scripts/live_ast
@@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# 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.
#
# Example usage:
@@ -38,18 +38,18 @@
#
# # edit apps/app_skel.c
# contrib/scripts/live_ast install
-# contrib/scripts/live_ast run -r
+# contrib/scripts/live_ast run -r
# # and in the CLI:
# module unload 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
-# 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 .
#
####################### 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.
#
# LIVE_AST_LIBPRI_PATH:
@@ -68,17 +68,17 @@
#LIVE_AST_DAHDI_PATH="/path/to/dahdi-linux/dir"
#LIVE_AST_DAHDITOOLS_PATH="/path/to/dahdi-tools/dir"
#
-# Another alternative for Zaptel is to use the live_zap script included
-# with the Zaptel distribution. The following should work after you used
-# './live_zap install' or even with a copy generated with
-# './live_zap rsync' . '/apth/to/zaptel' is the directory containing the
+# Another alternative for Zaptel is to use the live_zap script included
+# with the Zaptel distribution. The following should work after you used
+# './live_zap install' or even with a copy generated with
+# './live_zap rsync' . '/apth/to/zaptel' is the directory containing the
# live/ subdirectory:
-#
+#
#LIVE_AST_ZAPLIVE_PATH="/path/to/zaptel"
#
-# LIVE_AST_LD_PATH_EXTRA:
-# space-separated or colon-separated directories to add to
-# LD_LIBRARY_PATH. It is added before any existing components of
+# LIVE_AST_LD_PATH_EXTRA:
+# space-separated or colon-separated directories to add to
+# LD_LIBRARY_PATH. It is added before any existing components of
# LD_LIBRARY_PATH.
#LIVE_AST_LD_PATH_EXTRA="$HOME/lib:$HOME/libtest /opt/testapp"
#
@@ -88,13 +88,13 @@
#
# LIVE_AST_FORCE_DEF_CONF:
# 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.
#LIVE_AST_FORCE_DEF_CONF=yes
#
# LIVE_AST_BRISTUFFED_LIBPRI
# 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
# is run.
#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_FOR_SYSTEM
-# When generating asterisk.conf, use most components from the installed
-# system. Also provide a sane var-run directory for those of us who want
+# When generating asterisk.conf, use most components from the installed
+# 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.
#LIVE_AST_FOR_SYSTEM=yes
####################### End Samples