From: Russell Bryant Date: Fri, 14 Mar 2008 20:04:35 +0000 (+0000) Subject: Update the SuSE init script to start networking before asterisk, as well. X-Git-Tag: 1.4.19-rc3~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddf66b3a6eefe882e994543a5a509939f1a9ac39;p=thirdparty%2Fasterisk.git Update the SuSE init script to start networking before asterisk, as well. (closes issue #12200, reported by and change suggested by reinerotto) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@108792 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/init.d/rc.suse.asterisk b/contrib/init.d/rc.suse.asterisk index 3eb1be55fe..25e96cf8ce 100755 --- a/contrib/init.d/rc.suse.asterisk +++ b/contrib/init.d/rc.suse.asterisk @@ -22,7 +22,7 @@ ### BEGIN INIT INFO # Provides: asterisk -# Required-Start: +zaptel +# Required-Start: +zaptel $network $named # Required-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 4 6