On Wed, Aug 17, 2005 at 02:11:09PM +0100, Angus Comber wrote: > You could just add the line asterisk to /etc/init.d/boot.local
Excerpt from /etc/init.d/boot.local # Here you should add things, that should happen directly after # booting # before we're going to the first run level. Do not attempt to start asterisk here. There is some SuSE asterisk rpm available for SuSE 9.3. It is asterisk 1.0.6, but you can extract the boot script without installing anything else. rpm2cpio asterisk-1.0.6-4.i586.rpm | cpio -i -d -v './etc/init.d/asterisk' Modify the script and copy it to /etc/init.d/. SuSE program insserv can be used to add the symlinks to /etc/init.d/rc3.d/ directory. -- Stefan Tichy <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
