summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-09 00:36:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-09 00:36:09 +0000
commit70b8981479dd4590c0f6f4c02acf7b5a23cdde82 (patch)
tree2974cf0c14c922e8914df22866a217d901a37e06 /etc/rc.bootup
parent2c7e6c2724a16a4e994d053757bd04044cd883bd (diff)
downloadpfsense-70b8981479dd4590c0f6f4c02acf7b5a23cdde82.zip
pfsense-70b8981479dd4590c0f6f4c02acf7b5a23cdde82.tar.gz
Mute during devd enable
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index dcc841e..546e652 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -51,7 +51,9 @@
/* start devd (dhclient now uses it */
echo "Starting device manager (devd)... ";
+ mute_kernel_msgs();
start_devd();
+ unmute_kernel_msgs();
echo "done.\n";
echo "Loading configuration... ";
OpenPOWER on IntegriCloud