summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 6dd3bb3..337e26b 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -128,7 +128,7 @@
echo "done.\n";
/* set up Optional interfaces */
- echo "Configuring OPT interfaces...";
+ echo "Configuring OPT interfaces... ";
mute_kernel_msgs();
interfaces_optional_configure();
unmute_kernel_msgs();
@@ -143,7 +143,7 @@
filter_pflog_start();
/* setup altq + pf */
- echo "Configuring firewall...";
+ echo "Configuring firewall... ";
mute_kernel_msgs();
filter_configure();
unmute_kernel_msgs();
OpenPOWER on IntegriCloud