summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-11-29 16:50:50 -0500
committersullrich <sullrich@pfsense.org>2009-11-29 16:50:50 -0500
commitcc558460a35d7f2f0faf4129dde00eed3d9ca297 (patch)
tree4a49365c5d5a61bc75d2f3b68fece69ead8b93dd /etc
parent43a8195e55d04e30e082877df084ba9effc94fc6 (diff)
downloadpfsense-cc558460a35d7f2f0faf4129dde00eed3d9ca297.zip
pfsense-cc558460a35d7f2f0faf4129dde00eed3d9ca297.tar.gz
Do not show motd
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 435aaf1..b60daab 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -97,11 +97,6 @@ if (led_count() >= 3) {
$pkg_interface = 'console';
$g['booting'] = true;
touch("{$g['varrun_path']}/booting");
-if($g['platform'] == "cdrom") {
- $motd = trim(file_get_contents("/etc/motd"));
- if (strlen($motd) > 2)
- echo "\n{$motd}\n\n";
-}
/* parse the configuration and include all functions used below */
require_once("/etc/inc/config.inc");
OpenPOWER on IntegriCloud