summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authornagyrobi <robreg@zsurob.hu>2015-08-04 12:48:17 +0200
committernagyrobi <robreg@zsurob.hu>2015-08-04 12:48:17 +0200
commit30ccf550aaf9b17e4f3e3412faf308cbf589bb6c (patch)
treeadcacbfe37eeb01cb754c32c65828e850be7eed5 /etc
parent0057e62d240d5e41f1f5d5a53328bc9ace92f34d (diff)
downloadpfsense-30ccf550aaf9b17e4f3e3412faf308cbf589bb6c.zip
pfsense-30ccf550aaf9b17e4f3e3412faf308cbf589bb6c.tar.gz
put back the missing newline
Since 2.2 the console is missing the separating line between the interfaces list and the menu, which makes it harder to overlook on a VGA screen. This restores the appearance which we were used to during so many years.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.banner4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.banner b/etc/rc.banner
index e31d474..183e542 100755
--- a/etc/rc.banner
+++ b/etc/rc.banner
@@ -6,7 +6,7 @@
rc.banner
part of pfSense
Copyright (C) 2005 Scott Ullrich and Colin Smith
- Copyright (C) 2009 Ermal Luçi
+ Copyright (C) 2009 Ermal Luçi
All rights reserved
Redistribution and use in source and binary forms, with or without
@@ -119,5 +119,5 @@
);
}
}
-
+ printf("\n");
?>
OpenPOWER on IntegriCloud