diff options
Diffstat (limited to 'etc/rc.banner')
-rwxr-xr-x | etc/rc.banner | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/rc.banner b/etc/rc.banner index 0f5b8e5..4723c9f 100755 --- a/etc/rc.banner +++ b/etc/rc.banner @@ -3,20 +3,20 @@ /* rc.banner part of m0n0wall (http://m0n0.ch/wall) - + Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>. All rights reserved. - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - + 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - + 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE @@ -35,18 +35,18 @@ $version = chop(file_get_contents("{$g['etc_path']}/version")); $buildtime = chop(file_get_contents("{$g['etc_path']}/version.buildtime")); - + echo <<<EOD -*** This is LiveBSD.com's m0n0wall version {$version} +*** This is pfSese version {$version} Copyright 2004 Scott Ullrich. All rights reserved. Originally based on m0n0wall, version 1.2b1 m0n0wall is Copyright 2002-2004 by Manuel Kasper. All rights reserved - + LAN IP address: {$config['interfaces']['lan']['ipaddr']} - + Port configurations: - + LAN -> {$config['interfaces']['lan']['if']} WAN -> {$config['interfaces']['wan']['if']} EOD; |