Remove as much trailing whitespace as possible.

Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
Sean Bright
2017-12-22 09:23:22 -05:00
parent 9ef97b5a91
commit fd0ca1c3f9
700 changed files with 9249 additions and 9661 deletions

View File

@@ -15,7 +15,7 @@
# - Added test for safe_asterisk
# - Changed "stop gracefully" to "stop now"
# - Added support for -U and -G command line options
# - Modified "reload" to call asterisk -rx 'reload'
# - Modified "reload" to call asterisk -rx 'reload'
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
NAME=asterisk

View File

@@ -1,14 +1,14 @@
#!/bin/sh
#
#
# asterisk: Starts the asterisk service
#
#
# Version: @(#) /etc/rc.d/init.d/asterisk 1.0
#
#
# chkconfig: 2345 95 10
# description: Starts the asterisk service
#
#
# processname: asterisk
#
#
### BEGIN INIT INFO
# Provides: asterisk
@@ -75,7 +75,7 @@ if [ "$TTY" != "" ]; then
ASTARGS="${ASTARGS} -c"
fi
fi
if [ ! -w ${DUMPDROP} ]; then
if [ ! -w ${DUMPDROP} ]; then
echo "Cannot write to ${DUMPDROP}" >&2
exit 1
fi
@@ -93,7 +93,7 @@ SIGMSG=("None", "Hangup" "Interrupt" "Quit" "Illegal instruction" "Trace trap" "
run_asterisk()
{
while :; do
while :; do
if [ "$TTY" != "" ]; then
cd /tmp
@@ -204,4 +204,3 @@ case "$1" in
esac
exit 0

View File

@@ -105,4 +105,3 @@ case "$1" in
esac
exit 0

View File

@@ -18,7 +18,7 @@
# - Added test for safe_asterisk
# - Verified SIGTERM issued by "killproc" ensures "stop gracefully"
# - Added support for -U and -G command line options
# - Modified "reload" to call asterisk -rx 'reload'
# - Modified "reload" to call asterisk -rx 'reload'
### BEGIN INIT INFO
# Provides: asterisk

View File

@@ -60,4 +60,3 @@ case "$1" in
*)
echo "usage $0 start|stop|restart" ;;
esac

View File

@@ -18,7 +18,7 @@
# - Added test for safe_asterisk
# - Verified SIGTERM issued by "killproc" ensures "stop gracefully"
# - Added support for -U and -G command line options
# - Modified "reload" to call asterisk -rx 'reload'
# - Modified "reload" to call asterisk -rx 'reload'
### BEGIN INIT INFO
# Provides: asterisk