summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.local>2009-10-25 21:07:53 -0400
committerScott Ullrich <sullrich@G5.local>2009-10-25 21:07:53 -0400
commit8995a99c4bf0986d208f45c83619dd97df34da11 (patch)
tree0863b4488b8ffd920206faef25e66bdba4f16490
parent410cdac44d3d78912af7bf2a40d619c292e39746 (diff)
downloadpfsense-8995a99c4bf0986d208f45c83619dd97df34da11.zip
pfsense-8995a99c4bf0986d208f45c83619dd97df34da11.tar.gz
Remove booting newline:
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 7c7d256..89c3e6d 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1291,9 +1291,6 @@ EOD;
function interface_wireless_clone($if, $wlcfg) {
global $config, $g;
- // On bootup pause a sec and let serial catch up
- if($g['booting'])
- echo "\n";
/* Check to see if interface has been cloned as of yet.
* If it has not been cloned then go ahead and clone it.
*/
OpenPOWER on IntegriCloud