https://origsvn.digium.com/svn/asterisk/branches/1.4
................
r67061 | tilghman | 2007-06-04 12:11:43 -0500 (Mon, 04 Jun 2007) | 10 lines
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/trunk@67062
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#! /bin/sh
-# $Id: asterisk,v 1.3 2005/11/17 22:30:01 Gregory Boehnlein <damin@nacs.net>
+# $Id$
#
# asterisk start the asterisk PBX
#
#!/sbin/runscript
+# $Id$
depend() {
need net logger
# 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
#
# hide: true
+# $Id$
+
# Source function library.
. /etc/rc.d/init.d/functions
#!/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.
#
#
# 03.29.2005 - Initial Version
#
+# $Id$
asterisk_start() {
if [ -x /usr/sbin/asterisk ]; then