summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-24 14:40:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-24 14:40:28 +0000
commitc7a0be97bc166a1a4572024fc83a4fe7daaf51b2 (patch)
tree149f2f301d830301ba1d4b44d1514dfe62e738f9 /etc/inc
parentc9ef0a6f29dcd51a1997543724b28fc313b7c625 (diff)
downloadpfsense-c7a0be97bc166a1a4572024fc83a4fe7daaf51b2.zip
pfsense-c7a0be97bc166a1a4572024fc83a4fe7daaf51b2.tar.gz
Only echo out if we're booting
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/config.inc2
-rw-r--r--etc/inc/interfaces.inc3
-rw-r--r--etc/inc/services.inc4
3 files changed, 2 insertions, 7 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index c65ba00..e7d2126 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1014,8 +1014,6 @@ function cleanup_backupcache($revisions = "all") {
if($g['booting']) {
if($i) {
print ".\n";
- } else {
- print " done.\n";
}
}
}
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 16a3b9f..0c83fdb 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -250,9 +250,10 @@ function interfaces_optional_configure_if($opti) {
" delete down");
}
- if ($g['booting'])
+ if ($g['booting']) {
unmute_kernel_msgs();
print "done.\n";
+ }
return 0;
}
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 1530fd1..14466d9 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -174,8 +174,6 @@ EOD;
if (!$g['booting']) {
filter_configure();
- } else {
- echo "done.\n";
}
return 0;
@@ -270,8 +268,6 @@ function services_dhcrelay_configure() {
if (!$g['booting']) {
filter_configure();
- } else {
- echo "done.\n";
}
return 0;
OpenPOWER on IntegriCloud