From c1d82d8d11d81be9db095534ee7ebe1d8a4218e9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 20 Jun 2005 17:13:11 +0000 Subject: [PATCH] Echo before the start of the banner --- etc/rc.banner | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rc.banner b/etc/rc.banner index 3b79a2d5f6..f987665e54 100755 --- a/etc/rc.banner +++ b/etc/rc.banner @@ -42,6 +42,7 @@ $platform = chop(file_get_contents("{$g['etc_path']}/platform")); echo << {$config['interfaces']['lan']['if']} -> {$config['interfaces']['lan']['ipaddr']} @@ -51,4 +52,4 @@ EOD; for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) echo "\n OPT{$i} -> {$config['interfaces']['opt' . $i]['if']} -> " . $config['interfaces']['opt' . $i]['ipaddr'] . "({$config['interfaces']['opt' . $i]['descr']})"; -?> +?> \ No newline at end of file