diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-10-09 00:36:09 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-10-09 00:36:09 +0000 |
commit | 70b8981479dd4590c0f6f4c02acf7b5a23cdde82 (patch) | |
tree | 2974cf0c14c922e8914df22866a217d901a37e06 /etc/rc.bootup | |
parent | 2c7e6c2724a16a4e994d053757bd04044cd883bd (diff) | |
download | pfsense-70b8981479dd4590c0f6f4c02acf7b5a23cdde82.zip pfsense-70b8981479dd4590c0f6f4c02acf7b5a23cdde82.tar.gz |
Mute during devd enable
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 2 |
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... "; |