https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r53001 | russell | 2007-01-30 17:38:42 -0600 (Tue, 30 Jan 2007) | 2 lines
Update init script for SuSE 10. (issue #8363, johnlange)
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53002
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
# - Added support for -U and -G command line options
# - Modified "reload" to call asterisk -rx 'reload'
+### BEGIN INIT INFO
+# Provides: asterisk
+# Required-Start: +zaptel
+# Required-Stop:
+# Default-Start: 3 5
+# Default-Stop: 0 1 2 4 6
+# Description: zaptel - zaptel modules for Asterisk
+### END INIT INFO
+
# Source function library.
. /lib/lsb/init-functions