]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update init script for SuSE 10. (issue #8363, johnlange)
authorRussell Bryant <russell@russellbryant.com>
Tue, 30 Jan 2007 23:38:42 +0000 (23:38 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 30 Jan 2007 23:38:42 +0000 (23:38 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53001 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/init.d/rc.suse.asterisk

index 88293703b017401a5644e38c4ac39b2e73d2d4f3..3eb1be55fe85a8b3d0dd1078105bdbb3b2b5e674 100755 (executable)
 # - 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