summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-07 18:30:02 -0200
committerRenato Botelho <renato@netgate.com>2016-01-07 19:15:08 -0200
commite674d246a9c561352b0ddc11aae0709db373e1d9 (patch)
tree146f678f25578428c922e7cc20b8d60cc0b2f17b
parent500dfdb80785b78be0c79bf1840c9e581e9a20ca (diff)
downloadpfsense-e674d246a9c561352b0ddc11aae0709db373e1d9.zip
pfsense-e674d246a9c561352b0ddc11aae0709db373e1d9.tar.gz
Revert "Force update if code reaches this point"
This reverts commit 5bcad0f5ec57858a6713cfbdbfcdf7004621b01b.
-rw-r--r--src/etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc
index c3f3b5f..e118896 100644
--- a/src/etc/inc/pkg-utils.inc
+++ b/src/etc/inc/pkg-utils.inc
@@ -113,7 +113,7 @@ function pkg_update($force = false) {
}
}
- $rc = pkg_call("update -f");
+ $rc = pkg_call("update");
if ($rc) {
file_put_contents($last_update_file, $now . "\n");
OpenPOWER on IntegriCloud