summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
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