mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user