]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 67061 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 4 Jun 2007 17:12:35 +0000 (17:12 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 4 Jun 2007 17:12:35 +0000 (17:12 +0000)
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

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 ecc968d946831f77891bf87a2e344c71d79a9931..27d633e702767af606e951127b6f16fcce79cefc 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