Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/rc.d/ipfilter,v rcsdiff: /ftp/cvs/cvsroot/src/etc/rc.d/ipfilter,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- src/etc/rc.d/ipfilter 2008/11/22 20:23:33 1.17 +++ src/etc/rc.d/ipfilter 2009/03/23 18:52:02 1.18 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: ipfilter,v 1.17 2008/11/22 20:23:33 tsutsui Exp $ +# $NetBSD: ipfilter,v 1.18 2009/03/23 18:52:02 hannken Exp $ # # PROVIDE: ipfilter @@ -36,7 +36,7 @@ ipfilter_prestart() ipfilter_start() { echo "Enabling ipfilter." - /sbin/ipf -E + /sbin/ipf ${rc_flags} -E # Do the flush first; since older ipf has different semantics. #