Merged revisions 67060 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r67060 | tilghman | 2007-06-04 12:10:30 -0500 (Mon, 04 Jun 2007) | 2 lines

Add revision Id tags (by request of tzafrir)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@67061 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Tilghman Lesher 18 years ago
parent 28d8f9ee6e
commit 85779f9c3a

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# $Id: asterisk,v 1.3 2005/11/17 22:30:01 Gregory Boehnlein <damin@nacs.net> # $Id$
# #
# asterisk start the asterisk PBX # asterisk start the asterisk PBX
# #

@ -1,4 +1,5 @@
#!/sbin/runscript #!/sbin/runscript
# $Id$
depend() { depend() {
need net logger need net logger

@ -10,6 +10,8 @@
# processname: asterisk # processname: asterisk
# #
# $Id$
TTY=9 # TTY (if you want one) for Asterisk to run on TTY=9 # TTY (if you want one) for Asterisk to run on
CONSOLE=yes # Whether or not you want a console CONSOLE=yes # Whether or not you want a console
NOTIFY=root # Who to notify about crashes NOTIFY=root # Who to notify about crashes

@ -9,6 +9,8 @@
# #
# hide: true # hide: true
# $Id$
# Source function library. # Source function library.
. /etc/rc.d/init.d/functions . /etc/rc.d/init.d/functions

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# $Id: asterisk,v 1.3 2005/11/17 22:30:01 Gregory Boehnlein <damin@nacs.net> # $Id$
# #
# asterisk Starts, Stops and Reloads Asterisk. # asterisk Starts, Stops and Reloads Asterisk.
# #

@ -6,6 +6,7 @@
# #
# 03.29.2005 - Initial Version # 03.29.2005 - Initial Version
# #
# $Id$
asterisk_start() { asterisk_start() {
if [ -x /usr/sbin/asterisk ]; then if [ -x /usr/sbin/asterisk ]; then

Loading…
Cancel
Save