Often discussed and adviced...

On Thu, 4 Dec 2008 16:26:04 -0800 (PST), G magicman <[EMAIL PROTECTED]> wrote:
> here is part of the configuration file so far that the Co-lo people put in.
> [...] 
> #!/usr/local/bin/bash

When possible, use the STANDARD form:

        #!/bin/sh

Declare #!/usr/local/bin/bash only if you're intentionally
using BASH specifig functionalities that SH doesn't include.
May save you lots of headache.



> 2. short of a reboot how do you start stop and restart theĀ  firewall

You can use ipfw's rc.d script:

        # /etc/rc.d/ipfw start

        # /etc/rc.d/ipfw stop

        # /etc/rc.d/ipfw restart


Just a small note, but I hope it will help you.





-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to