summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2017-07-03 22:14:14 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2017-07-03 22:15:01 +0200
commitc2530487978f68c46c663fee9c9049479f267925 (patch)
tree7ab77ed69c01b6609920bccf1fdd93625eda91d6 /src/etc
parent05ae852482def5fce3f87bc2d61f07de53cec39a (diff)
downloadpfsense-c2530487978f68c46c663fee9c9049479f267925.zip
pfsense-c2530487978f68c46c663fee9c9049479f267925.tar.gz
bootup, change message to "Checking config backups consistency..." to tell whats taking time, as there is usually little to cleanup involved
Diffstat (limited to 'src/etc')
-rwxr-xr-xsrc/etc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup
index 8924efe..aba6862 100755
--- a/src/etc/rc.bootup
+++ b/src/etc/rc.bootup
@@ -151,7 +151,7 @@ echo "Updating configuration...";
convert_config();
echo "done.\n";
-echo "Cleaning backup cache...";
+echo "Checking config backups consistency...";
cleanup_backupcache(true);
echo "done.\n";
OpenPOWER on IntegriCloud