[asterisk-commits] qwell: branch 1.6.2 r287198 - in /branches/1.6.2: ./ contrib/init.d/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Sep 16 17:12:55 CDT 2010
Author: qwell
Date: Thu Sep 16 17:12:51 2010
New Revision: 287198
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=287198
Log:
Merged revisions 287197 via svnmerge from
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
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/contrib/init.d/rc.debian.asterisk
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: branches/1.6.2/contrib/init.d/rc.debian.asterisk
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/contrib/init.d/rc.debian.asterisk?view=diff&rev=287198&r1=287197&r2=287198
==============================================================================
--- branches/1.6.2/contrib/init.d/rc.debian.asterisk (original)
+++ branches/1.6.2/contrib/init.d/rc.debian.asterisk Thu Sep 16 17:12:51 2010
@@ -40,6 +40,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