summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-30 18:29:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-30 18:29:31 +0000
commitfc6b5a4d9e77ba834d725d6f2a4259f9d1b48921 (patch)
tree76f802dab1d882df420159c0ace6f9c8b96cd2fa /etc/rc.bootup
parent74dbce1fa87062d286b9f968630a19c0738a5580 (diff)
downloadpfsense-fc6b5a4d9e77ba834d725d6f2a4259f9d1b48921.zip
pfsense-fc6b5a4d9e77ba834d725d6f2a4259f9d1b48921.tar.gz
More bootup cleanups
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