quiet mode

This commit is contained in:
Jamie Cameron
2007-12-11 07:14:12 +00:00
parent 345a92e041
commit 51817050c5

View File

@@ -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;
}