Tom

When REQUIRE_INTERFACE=Yes is specified in shorewall.conf, a closing quote is 
missing on the startup_error function call. See the following section of code 
from /var/lib/shorewall/.start 

if [ -z "$HAVE_INTERFACE" ]; then
                case "$COMMAND" in
                    start|restart|restore|refresh)
                        if shorewall_is_started; then
                            fatal_error "No network interface available"
                        else
                            startup_error "No network interface available
                        fi
                        ;;
                esac
            fi


Steven.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to