summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 20:00:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 20:00:22 +0000
commit1d78424d275b4e0cd2d75957e2671af10a5600d1 (patch)
tree56e27203aabccf06d5b6a5eb0357f13989782dd2 /etc/rc.bootup
parent27273870c1d65ea4aa4ffc497338f6cfbf0c35f4 (diff)
downloadpfsense-1d78424d275b4e0cd2d75957e2671af10a5600d1.zip
pfsense-1d78424d275b4e0cd2d75957e2671af10a5600d1.tar.gz
C/R before and after motd
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 436208a..b376efb 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -40,7 +40,7 @@
touch("{$g['varrun_path']}/booting");
$motd = trim(return_filename_as_string("/etc/motd"));
- if(strlen($motd) > 2) echo $motd;
+ if(strlen($motd) > 2) echo "\n{$motd}\n";
/* parse the configuration and include all functions used below */
require_once("config.inc");
OpenPOWER on IntegriCloud