summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-23 02:21:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-23 02:21:30 +0000
commit708e63459a480a5ca7bf92331ebae1d09f47ea23 (patch)
treeaf50b1bf02db0d7265824b2a60976137e8f2ec58
parent7ffeba59010fdbd21519484ee5e928433dac2536 (diff)
downloadpfsense-708e63459a480a5ca7bf92331ebae1d09f47ea23.zip
pfsense-708e63459a480a5ca7bf92331ebae1d09f47ea23.tar.gz
Output . instead of random jibberish on bootup.
-rw-r--r--etc/inc/config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 7fa0559..cb12d94 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -2267,7 +2267,7 @@ function cleanup_backupcache($revisions = 30) {
if(!in_array($tocheck, $baktimes)) {
$i = true;
if($g['booting'])
- print " " . $tocheck . "a";
+ echo ".";
$newxml = parse_xml_config($backup, $g['xml_rootobj']);
if($newxml == "-1") {
log_error("The backup cache file $backup is corrupted. Unlinking.");
@@ -2434,4 +2434,4 @@ function set_device_perms() {
if($g['booting']) echo ".";
$config = parse_config();
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud