summaryrefslogtreecommitdiffstats
path: root/etc/rc.banner
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-08 22:58:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-08 22:58:09 +0000
commit7b9ae57a148f411eb3ad6b9d3341437779c19c81 (patch)
tree0d4f8420641838f11868301f8ad9d9572962fdee /etc/rc.banner
parentf19f4e4a7c48b58972753b223679483bb461862b (diff)
downloadpfsense-7b9ae57a148f411eb3ad6b9d3341437779c19c81.zip
pfsense-7b9ae57a148f411eb3ad6b9d3341437779c19c81.tar.gz
change name to pfSense
Diffstat (limited to 'etc/rc.banner')
-rwxr-xr-xetc/rc.banner20
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;
OpenPOWER on IntegriCloud