]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge Script <automerge@asterisk.org>
Mon, 4 Jun 2007 22:28:38 +0000 (22:28 +0000)
committerAutomerge Script <automerge@asterisk.org>
Mon, 4 Jun 2007 22:28:38 +0000 (22:28 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@67118 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/init.d/rc.debian.asterisk
contrib/init.d/rc.gentoo.asterisk
contrib/init.d/rc.mandrake.asterisk
contrib/init.d/rc.mandrake.zaptel
contrib/init.d/rc.redhat.asterisk
contrib/init.d/rc.slackware.asterisk

index 16e7706fd6dc00c774cb211607a02b5d54d7c9c4..3926346d4a3509cf158158e07af6935a7ec5d9d1 100755 (executable)
@@ -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
 #
index ae75200660613af1faed6e5a95abd18c87dc3c59..3d963d6c08210b60f274999321f61f7b6ae13e01 100755 (executable)
@@ -1,4 +1,5 @@
 #!/sbin/runscript
+# $Id$
 
 depend() {
        need net logger
index 702de53dc6e5c9993cbf48eae7422f04e19370dc..1ffd25d37f34078dc66ab0c87c5c5c31bd7ae5fb 100755 (executable)
@@ -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
index dc88396480c14a862e9907852ec5637692dbd380..2feaef4c77dcf40d502c75e0e9985333c5ce48ed 100755 (executable)
@@ -9,6 +9,8 @@
 #
 # hide: true
 
+# $Id$
+
 # Source function library.
 . /etc/rc.d/init.d/functions
 
index 9ce3ca4e732179c4c8c185d0217a734472376d3b..8ca04ade53739ff7e7f3ac79625a1250f49f6cdd 100755 (executable)
@@ -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.
 #
index 676345909cf3d31d2a73ae948077fe4f5fa9744c..0802bfcaa2f1dd14207fe4935a07a402a1aea64c 100755 (executable)
@@ -6,6 +6,7 @@
 #
 # 03.29.2005 - Initial Version
 #
+# $Id$
 
 asterisk_start() {
    if [ -x /usr/sbin/asterisk ]; then