[asterisk-bugs] [Asterisk 0014864]: LSB header for init scripts
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Jul 25 18:30:22 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14864
======================================================================
Reported By: lathama
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14864
Category: Core/BuildSystem
Reproducibility: always
Severity: text
Priority: normal
Status: new
Asterisk Version: 1.6.0.7
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-04-08 15:47 CDT
Last Modified: 2009-07-25 18:30 CDT
======================================================================
Summary: LSB header for init scripts
Description:
Add LSB headers to init scripts.
Suggestion
### BEGIN INIT INFO
# Provides: asterisk
# Required-Start: $network $local_fs $syslog
# Required-Stop: $network $local_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start Asterisk at boot time
# Description: Asterisk a software PBX and VoIP glue.
### END INIT INFO
For all platforms.
http://wiki.debian.org/LSBInitScripts
eg.. asterisk/contrib/init.d/rc.debian.asterisk
======================================================================
----------------------------------------------------------------------
(0108227) pkempgen (reporter) - 2009-07-25 18:30
https://issues.asterisk.org/view.php?id=14864#c108227
----------------------------------------------------------------------
There's more services to be added to Should-Start:
dahdi, zaptel, $named, $time, mysql, postgresql(?), odbc, misdn.
And since asterisk needs a mounted /usr (/usr/lib/asterisk/modules/)
it needs to depend on $remote_fs in Required-Start.
Issue History
Date Modified Username Field Change
======================================================================
2009-07-25 18:30 pkempgen Note Added: 0108227
======================================================================
More information about the asterisk-bugs
mailing list