summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 02:07:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 02:07:33 +0000
commit8e7079e42a5c28263f8b78a2eb70c197c7ab2d5e (patch)
tree8bc5838ea1ca858483051722c239927f9e4d2bb2
parent23a115c5a610ffe885f74fe48e47ff7fec84fa2d (diff)
downloadpfsense-8e7079e42a5c28263f8b78a2eb70c197c7ab2d5e.zip
pfsense-8e7079e42a5c28263f8b78a2eb70c197c7ab2d5e.tar.gz
* Add motd
* Cat motd before php init routines
-rw-r--r--etc/motd11
-rwxr-xr-xetc/rc2
2 files changed, 13 insertions, 0 deletions
diff --git a/etc/motd b/etc/motd
new file mode 100644
index 0000000..ccc0e63
--- /dev/null
+++ b/etc/motd
@@ -0,0 +1,11 @@
+
+Welcome to pfSense!
+
+pfSense is a LiveCD containing a full featured firewall.
+
+You can install pfSense to your hard disk by typing
+installer at the Console Setup Menu.
+
+Please send feedback to coreteam@pfsense.com
+
+Vist the website at http://www.pfsense.com
diff --git a/etc/rc b/etc/rc
index 5829f6f..ec9c50b 100755
--- a/etc/rc
+++ b/etc/rc
@@ -106,6 +106,8 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp
/usr/local/bin/php -f /etc/rc.conf_mount_rw
+cat /etc/motd
+
# let the PHP-based configuration subsystem set up the system now
/etc/rc.bootup
OpenPOWER on IntegriCloud