On Sat, Sep 27, 2003 at 10:28:49PM +0900, Jason Stubbs wrote:
> Excerpt from your script:
> 
> start() {
>     ebegin "Starting firewall"
>     if [ -e "${FIREWALL}" ]; then
>       restore
>     else
>         einfo "${FIREWALL} does not exists. Using default rules."
>       rules
>     fi
>     eend $?
> }
> 
> Does ${FIREWALL} (/etc/firewall.rules) exist? If so then any changes you make 
> to rules() won't be used.

Everytime I make changes to the rules I delete /etc/firewall.rules

Cheers

Adam

--
[EMAIL PROTECTED] mailing list

Reply via email to