]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 287197 via svnmerge from
authorJason Parker <jparker@digium.com>
Thu, 16 Sep 2010 22:12:51 +0000 (22:12 +0000)
committerJason Parker <jparker@digium.com>
Thu, 16 Sep 2010 22:12:51 +0000 (22:12 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r287197 | qwell | 2010-09-16 17:12:30 -0500 (Thu, 16 Sep 2010) | 7 lines

  Add LSB headers for Debian init script, since Debian will complain if it isn't there.

  Headers were taken from trunk.

  (closes issue #17958)
  Reported by: javyer
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@287198 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/init.d/rc.debian.asterisk

index c8e13ef410538ecf6b417896f2909341c1c4f89a..4d9bb15f15b04172144e4462b8dba8e5aebd3369 100755 (executable)
@@ -41,6 +41,18 @@ TRUE=/bin/true
 # this out.
 COLOR=yes
 
+### BEGIN INIT INFO
+# Provides:            asterisk
+# Required-Start:    $network $syslog $named $local_fs $remote_fs
+# Required-Stop:     $network $syslog $named $local_fs $remote_fs
+# Should-Start:      dahdi misdn lcr wanrouter mysql postgresql
+# Should-Stop:       dahdi misdn lcr wanrouter mysql postgresql
+# Default-Start:       2 3 4 5
+# Default-Stop:                0 1 6
+# Short-Description:   Asterisk PBX
+# Description:         the Asterisk Open Source PBX
+### END INIT INFO
+
 set -e
 
 if ! [ -x $DAEMON ] ; then