summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 21:45:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 21:45:37 +0000
commita29901f38fc359a10b8a4df92aeb24176ab75f31 (patch)
tree37a5978662de030dcf156c499bb301aafb2d7625 /etc/rc.bootup
parent30c7f69b6ad8347d44ee7e58c720a325e23e8884 (diff)
downloadpfsense-a29901f38fc359a10b8a4df92aeb24176ab75f31.zip
pfsense-a29901f38fc359a10b8a4df92aeb24176ab75f31.tar.gz
Add C/R
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 b376efb..1ff4ce3 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 "\n{$motd}\n";
+ if(strlen($motd) > 2) echo "\n{$motd}\n\n";
/* parse the configuration and include all functions used below */
require_once("config.inc");
OpenPOWER on IntegriCloud