diff options
author | Colin Smith <colin@pfsense.org> | 2005-05-15 04:48:33 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-05-15 04:48:33 +0000 |
commit | 1c3b48a3c4acedd0dab3515040140f49a59197da (patch) | |
tree | a06fd419dc797c2face1b46bb56410d670ba12c8 /etc/rc.bootup | |
parent | fb4dc29f64d5aa9d407026c7f1544cfe73e6ce23 (diff) | |
download | pfsense-1c3b48a3c4acedd0dab3515040140f49a59197da.zip pfsense-1c3b48a3c4acedd0dab3515040140f49a59197da.tar.gz |
Sweep backup cache at bootup.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 5 |
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(); |