#!/bin/sh

# setup guarddog firewall
if [ -x /etc/rc.firewall ]; then
  /bin/bash /etc/rc.firewall
fi

