summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-07 13:16:14 -0200
committerRenato Botelho <renato@netgate.com>2015-12-07 13:16:14 -0200
commit1b4fd634945d5f62e69362178730eb9739b8c746 (patch)
tree43cdf031b355fbb32320fc3231d8984eab97e3ea /usr/local
parent2bfa7dbfb4fe8981c84d03d417b7c486a0973ea5 (diff)
parent6ae579b56038775641a1ab3b9ea56a05d244955c (diff)
downloadpfsense-1b4fd634945d5f62e69362178730eb9739b8c746.zip
pfsense-1b4fd634945d5f62e69362178730eb9739b8c746.tar.gz
Merge pull request #2166 from phil-davis/pkgsync22
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/diag_backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index a83bdab..ddab190 100644
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -407,7 +407,7 @@ if ($_POST) {
/* this will be picked up by /index.php */
conf_mount_rw();
mark_subsystem_dirty("restore");
- touch("/conf/needs_package_sync");
+ touch("/conf/needs_package_sync_after_reboot");
/* remove cache, we will force a config reboot */
if(file_exists("{$g['tmp_path']}/config.cache"))
unlink("{$g['tmp_path']}/config.cache");
OpenPOWER on IntegriCloud