summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup12
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index fe1faa3..047f4ef 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -381,6 +381,16 @@ activate_powerd();
if (file_exists("/sbin/shutdown.old"))
@unlink("/sbin/shutdown.old");
+/* Resync / Reinstall packages if need be */
+if(file_exists('/conf/needs_package_sync')) {
+ if($config['installedpackages'] <> '' && is_array($config['installedpackages']['package'])) {
+ if($g['platform'] == "pfSense" || $g['platform'] == "nanobsd") {
+ pkg_reinstall_all();
+ unlink('/conf/needs_package_sync');
+ }
+ }
+}
+
/* done */
unset($g['booting']);
@@ -388,4 +398,4 @@ led_normalize();
conf_mount_ro();
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud