From 51817050c583be7c832fd3944357baa41fd4f9fe Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Tue, 11 Dec 2007 07:14:12 +0000 Subject: [PATCH] quiet mode --- ipfw/ipfw-lib.pl | 1 + 1 file changed, 1 insertion(+) 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; }