From: Thomas Nikolajsen Date: Sun, 6 Jul 2008 23:55:51 +0000 (+0000) Subject: Describe which FW package is causing error; X-Git-Tag: v2.0.1~217 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/f3a7a722235bb760c7a8f2019bbca070754455ed Describe which FW package is causing error; we have multiple FW packages in base system. --- diff --git a/etc/rc.d/ipfw b/etc/rc.d/ipfw index c06c719274..a987ee479b 100644 --- a/etc/rc.d/ipfw +++ b/etc/rc.d/ipfw @@ -1,7 +1,7 @@ #!/bin/sh # # $FreeBSD: src/etc/rc.d/ipfw,v 1.4 2003/03/30 15:52:18 mtm Exp $ -# $DragonFly: src/etc/rc.d/ipfw,v 1.3 2005/11/19 21:47:32 swildner Exp $ +# $DragonFly: src/etc/rc.d/ipfw,v 1.4 2008/07/06 23:55:51 thomas Exp $ # # PROVIDE: ipfw @@ -20,7 +20,7 @@ ipfw_precmd() { if ! ${SYSCTL} net.inet.ip.fw.enable > /dev/null 2>&1; then if ! kldload ipfw; then - warn unable to load firewall module. + warn "unable to load ipfw firewall module." return 1 fi fi