diff --git a/ipfw/ipfw-lib.pl b/ipfw/ipfw-lib.pl index aa7e09cb6..6a3d02991 100644 --- a/ipfw/ipfw-lib.pl +++ b/ipfw/ipfw-lib.pl @@ -602,6 +602,7 @@ if ($has_net_lib && defined(&net::get_rc_conf) && -r "/etc/rc.conf") { &lock_file("/etc/rc.conf"); &net::save_rc_conf('firewall_type', $ipfw_file); &net::save_rc_conf('firewall_enable', 'YES'); + &net::save_rc_conf('firewall_quiet', 'YES'); &unlock_file("/etc/rc.conf"); return 2; }