summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-01 23:13:20 +0000
committerErmal <eri@pfsense.org>2010-06-01 23:13:20 +0000
commit634e5206525c3e9cb9067cdfe22a2b0d6e3bc580 (patch)
tree6869b98a28679e2cc9ee00e707d7c7bc10dc79c9 /etc/rc.bootup
parent3fb8caf25800fce340a6478557040752e6dbb35d (diff)
downloadpfsense-634e5206525c3e9cb9067cdfe22a2b0d6e3bc580.zip
pfsense-634e5206525c3e9cb9067cdfe22a2b0d6e3bc580.tar.gz
Remove spurious call to mute console.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e50d14d..d9c3543 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -161,7 +161,6 @@ $wan_if = get_real_interface();
* and ask the user to reassign interfaces. This will
* avoid a reboot and thats a good thing.
*/
-unmute_kernel_msgs();
while(is_interface_mismatch() == true) {
echo "\nNetwork interface mismatch -- Running interface assignment option.\n";
set_networking_interfaces_ports();
@@ -379,4 +378,4 @@ led_normalize();
conf_mount_ro();
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud