On November 19, 2003 03:18 pm, Tiago Lima wrote:
> Thanks, but where do I put the file and how do I make it run on boot time?

you'd put it in /etc/init.d/ and call it whatever you like.  in my case, since 
i called it "firewall", i did the following:

  # /sbin/depscan.sh (to let gentoo work out all the dependencies)
  # rc-update add firewall default

and it'll start @ boot time.  if you want to start it now, do this:

  # /etc/init.d/firewall start

and to stop it, do this:

  # /etc/init.d/firewall stop

and to close all ports 'cause you're having a panic attack:

  # /etc/init.d/firewall panic

have fun ;-)


--
[EMAIL PROTECTED] mailing list

Reply via email to