summaryrefslogtreecommitdiffstats
path: root/etc/rc.banner
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.banner')
-rwxr-xr-xetc/rc.banner3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.banner b/etc/rc.banner
index ecba158..d3f8158 100755
--- a/etc/rc.banner
+++ b/etc/rc.banner
@@ -39,9 +39,10 @@
$version = chop(file_get_contents("{$g['etc_path']}/version"));
$buildtime = chop(file_get_contents("{$g['etc_path']}/version.buildtime"));
+ $platform = chop(file_get_contents("{$g['etc_path']}/platform"));
echo <<<EOD
-*** This is pfSense version {$version}
+*** This is pfSense version {$version} - {$platform}
LAN -> {$config['interfaces']['lan']['if']} -> {$config['interfaces']['lan']['ipaddr']}
WAN -> {$config['interfaces']['wan']['if']} -> {$config['interfaces']['wan']['ipaddr']}
OpenPOWER on IntegriCloud