summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-05-22 01:07:10 +0000
committerColin Smith <colin@pfsense.org>2005-05-22 01:07:10 +0000
commit32438cec1d9ffc54cde4d38d53621d205343793e (patch)
tree3302255cfb0b42201b512463ca556480c40065f9 /etc
parentc162778697332154d837ec2119c346ec2f9360fa (diff)
downloadpfsense-32438cec1d9ffc54cde4d38d53621d205343793e.zip
pfsense-32438cec1d9ffc54cde4d38d53621d205343793e.tar.gz
* Remove "done" after configuring OPT interfaces - the function called prints status.
* Switch around a mute.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index ad777c8..3df1176 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -122,11 +122,10 @@
print "done.\n";
/* set up Optional interfaces */
- mute_kernel_msgs();
print "Configuring OPT interfaces...\n";
+ mute_kernel_msgs();
interfaces_optional_configure();
unmute_kernel_msgs();
- print "done.\n";
/* setup carp interfaces */
interfaces_carp_configure();
@@ -205,4 +204,4 @@
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud