how to make an init script

2007-01-12 Thread Miguel
Hi, the handbook doesnt show an example for a custom init script, i want 
to make one for wildfie jabber server, any tutorial?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to make an init script

2007-01-12 Thread Pietro Cerutti

On 1/12/07, Miguel [EMAIL PROTECTED] wrote:

Hi, the handbook doesnt show an example for a custom init script, i want
to make one for wildfie jabber server, any tutorial?


Doesn't wildfire provide an rc.d script by itself?
If it doesn't, read man rc(8) and the scripts in /etc/rc.d/ and
/usr/local/etc/rc.d

--
Pietro Cerutti
ICQ: 117293691
PGP: 0x9571F78E

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to make an init script

2007-01-12 Thread Giorgos Keramidas
On 2007-01-12 14:15, Miguel [EMAIL PROTECTED] wrote:
 Hi, the handbook doesnt show an example for a custom init script, i
 want to make one for wildfie jabber server, any tutorial?

Does the ``Practical rc.d scripting in BSD'' article help?

http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/rc-scripting/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]