On Jun 9, 2005, at 07:24, Darren Reed wrote:
Hmmm, I don't think I ever solved this problem for Tru64.
You want it there when you boot up, right ?
If so, then this is just a matter of editting /etc/rc and adding
the right commands in there.
Actually, Tru64 is a /etc/init.d system, much like Solaris' through
9.
So, if you make an /etc/init.d/ipfilter, and then link the /etc/rcN.d/
scripts to it (named "Sfoo" and "Kfoo" where the right foo sorts
them into place), you should be able to configure it that way.
Does ipfilter already ship with an init.d type script? Would it need
to be changed any for Tru64?
- Chris