summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-16 23:57:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-16 23:57:51 +0000
commit3c18fbc9ce06837e1f5a3a143723e0d5d7f89a4d (patch)
tree05ffb3e737fd1680f3f0239cb9ab40f0f9bdffa4 /etc
parentd0330501ca5b62534f010a78e931a1d674ad3d89 (diff)
downloadpfsense-3c18fbc9ce06837e1f5a3a143723e0d5d7f89a4d.zip
pfsense-3c18fbc9ce06837e1f5a3a143723e0d5d7f89a4d.tar.gz
Echo done after configuring carp
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 4f27362..4381c78 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -393,7 +393,7 @@ function interfaces_carp_configure() {
$carp_instances_counter++;
}
}
- if ($g['booting'] and !$debugging) {
+ if ($g['booting']) {
unmute_kernel_msgs();
echo "done.\n";
}
OpenPOWER on IntegriCloud