[asterisk-commits] qwell: branch 1.4 r287197 - /branches/1.4/contrib/init.d/rc.debian.asterisk
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 16 17:12:34 CDT 2010
Author: qwell
Date: Thu Sep 16 17:12:30 2010
New Revision: 287197
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=287197
Log:
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
Modified:
branches/1.4/contrib/init.d/rc.debian.asterisk
Modified: branches/1.4/contrib/init.d/rc.debian.asterisk
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/contrib/init.d/rc.debian.asterisk?view=diff&rev=287197&r1=287196&r2=287197
==============================================================================
--- branches/1.4/contrib/init.d/rc.debian.asterisk (original)
+++ branches/1.4/contrib/init.d/rc.debian.asterisk Thu Sep 16 17:12:30 2010
@@ -38,6 +38,18 @@
# If you DON'T want Asterisk to start up with terminal colors, comment
# 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
More information about the asterisk-commits
mailing list