rcorder HOW TO?

2003-08-19 Thread Michael R. Jacalan
Hello,

Has anybody ever used rcorder before? I need to run my firewall script after all other 
scripts on /usr/local/etc/rc.d... I checked the man rcorder and there's none. none on 
make search name=rcorder either. Or is this built-in the system and you just have to 
put in the headers on your startup script?

A sample would be truly appreciated. Thanks.

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


Re: rcorder HOW TO?

2003-08-19 Thread Dan Nelson
In the last episode (Aug 20), Michael R. Jacalan said:
 Has anybody ever used rcorder before? I need to run my firewall
 script after all other scripts on /usr/local/etc/rc.d... I checked
 the man rcorder and there's none. none on make search name=rcorder
 either. Or is this built-in the system and you just have to put in
 the headers on your startup script?

/usr/local/etc/rc.d is still alphabetically-sorted; see
/etc/rc.d/localpkg.  It would be nice if scripts with a PROVIDE or
REQUIRE block were processed alongside /etc/rc.d/* files, but no-one
has decided that it's important enough for them to implement yet :)

Just call it ~myscript.sh, and you should be safe.

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


Re: rcorder HOW TO?

2003-08-19 Thread Jez Hancock
On Wed, Aug 20, 2003 at 09:55:21AM +0800, Michael R. Jacalan wrote:
 Hello,
 
 Has anybody ever used rcorder before? I need to run my firewall script after all 
 other scripts on /usr/local/etc/rc.d... I checked the man rcorder and there's none. 
 none on make search name=rcorder either. Or is this built-in the system and you just 
 have to put in the headers on your startup script?
 
 A sample would be truly appreciated. Thanks.
Just make sure your firewall script is alphanumerically greater than all
the other scripts.

This thread from Feb 2003 on freebsd-isp list:

http://marc.theaimsgroup.com/?l=freebsd-ispm=104482083328431w=2

describes the general idea in more detail.

-- 
Jez

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