automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@67118 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge Script
2007-06-04 22:28:38 +00:00
parent 5645d79958
commit 8120d0bb68
6 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
#!/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.
#

View File

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