diff options
author | Colin Smith <colin@pfsense.org> | 2005-05-15 19:08:35 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-05-15 19:08:35 +0000 |
commit | d6f1dbe3ba58b5ab3e0bacf510cbf98b16c8fd6d (patch) | |
tree | d9cd3f78e0b6a3e8af13a2882aebf7f815053cd0 /etc/rc.bootup | |
parent | 926312b6b1c95793f40d688f179bb068a8776789 (diff) | |
download | pfsense-d6f1dbe3ba58b5ab3e0bacf510cbf98b16c8fd6d.zip pfsense-d6f1dbe3ba58b5ab3e0bacf510cbf98b16c8fd6d.tar.gz |
Sweep the backup cache on bootup.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 8 |
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(); |