summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-05-15 04:48:33 +0000
committerColin Smith <colin@pfsense.org>2005-05-15 04:48:33 +0000
commit1c3b48a3c4acedd0dab3515040140f49a59197da (patch)
treea06fd419dc797c2face1b46bb56410d670ba12c8 /etc/rc.bootup
parentfb4dc29f64d5aa9d407026c7f1544cfe73e6ce23 (diff)
downloadpfsense-1c3b48a3c4acedd0dab3515040140f49a59197da.zip
pfsense-1c3b48a3c4acedd0dab3515040140f49a59197da.tar.gz
Sweep backup cache at bootup.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e1912d9..0489d71 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -67,6 +67,11 @@
/* convert configuration, if necessary */
convert_config();
+ /* Cleanup the backup cache */
+ print "Cleaning backup cache... ";
+ cleanup_backupcache();
+ print "done.\n";
+
/* read in /etc/sysctl.conf and set values if needed */
system_setup_sysctl();
OpenPOWER on IntegriCloud