summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-05-15 19:08:35 +0000
committerColin Smith <colin@pfsense.org>2005-05-15 19:08:35 +0000
commitd6f1dbe3ba58b5ab3e0bacf510cbf98b16c8fd6d (patch)
treed9cd3f78e0b6a3e8af13a2882aebf7f815053cd0 /etc/rc.bootup
parent926312b6b1c95793f40d688f179bb068a8776789 (diff)
downloadpfsense-d6f1dbe3ba58b5ab3e0bacf510cbf98b16c8fd6d.zip
pfsense-d6f1dbe3ba58b5ab3e0bacf510cbf98b16c8fd6d.tar.gz
Sweep the backup cache on bootup.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup8
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 0489d71..5cc9500 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -64,13 +64,9 @@
}
}
- /* convert configuration, if necessary */
+ /* convert config and clean backups */
convert_config();
-
- /* Cleanup the backup cache */
- print "Cleaning backup cache... ";
- cleanup_backupcache();
- print "done.\n";
+ cleanup_backupcache(true);
/* read in /etc/sysctl.conf and set values if needed */
system_setup_sysctl();
OpenPOWER on IntegriCloud