From 9aaff3ecb131856f23659c7785b1c980282ebdf8 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Fri, 13 Apr 2001 01:40:27 +0000 Subject: With the recent change to ip6fw, it is safe to return to using ${fw6cmd} which may include the -q flag. --- etc/rc.firewall6 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc/rc.firewall6') diff --git a/etc/rc.firewall6 b/etc/rc.firewall6 index a83daed..646d3d1 100644 --- a/etc/rc.firewall6 +++ b/etc/rc.firewall6 @@ -253,8 +253,7 @@ case ${ipv6_firewall_type} in ;; *) if [ -r "${ipv6_firewall_type}" ]; then - # Can't use ${fw6cmd} as ip6fw doesn't support -q with a file - /sbin/ip6fw ${ipv6_firewall_flags} ${ipv6_firewall_type} + ${fw6cmd} ${ipv6_firewall_flags} ${ipv6_firewall_type} fi ;; esac -- cgit v1.1