summaryrefslogtreecommitdiffstats
path: root/etc/rc
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 /etc/rc
parent23a115c5a610ffe885f74fe48e47ff7fec84fa2d (diff)
downloadpfsense-8e7079e42a5c28263f8b78a2eb70c197c7ab2d5e.zip
pfsense-8e7079e42a5c28263f8b78a2eb70c197c7ab2d5e.tar.gz
* Add motd
* Cat motd before php init routines
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 2 insertions, 0 deletions
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