diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-20 17:13:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-20 17:13:11 +0000 |
commit | c1d82d8d11d81be9db095534ee7ebe1d8a4218e9 (patch) | |
tree | a42e64b62fcbe9095ba3958fcb4bb86b80c4a56e /etc | |
parent | e43ba9adf34ca1fb77511b7a293ad861d9815f25 (diff) | |
download | pfsense-c1d82d8d11d81be9db095534ee7ebe1d8a4218e9.zip pfsense-c1d82d8d11d81be9db095534ee7ebe1d8a4218e9.tar.gz |
Echo before the start of the banner
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.banner | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.banner b/etc/rc.banner index 3b79a2d..f987665 100755 --- a/etc/rc.banner +++ b/etc/rc.banner @@ -42,6 +42,7 @@ $platform = chop(file_get_contents("{$g['etc_path']}/platform")); echo <<<EOD + *** This is pfSense version {$version} - {$platform} *** LAN -> {$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 |