diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-21 17:31:59 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-21 17:31:59 +0000 |
commit | c6c22e02c891c579a4a2134b3a279f546134723c (patch) | |
tree | 4d8cd2ea9ce04869482564733c17e7614935e0e6 | |
parent | 375f907e6cfd37d16e5d3d3f95423679082c0ab3 (diff) | |
download | pfsense-c6c22e02c891c579a4a2134b3a279f546134723c.zip pfsense-c6c22e02c891c579a4a2134b3a279f546134723c.tar.gz |
Do not echo done in interfaces_optional_configure_if()
-rw-r--r-- | etc/inc/interfaces.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 3fe7984..f97551b 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -291,11 +291,6 @@ function interfaces_optional_configure_if($opti) { mwexec("/sbin/ifconfig " . escapeshellarg($optcfg['if']) . " delete down"); } - if ($g['booting']) { - unmute_kernel_msgs(); - print "done.\n"; - } - return 0; } |