summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-05-27 15:32:02 +0000
committerErmal <eri@pfsense.org>2011-05-27 15:32:02 +0000
commita1b86994a0b2895d0d81fb12f680639bfc1d9b42 (patch)
treefe42fd9be933db2c5eb66d5c8f8897600c4a14fb /etc
parent93b8df2a16137c737b5e7d16a070cb3e341cc1ec (diff)
downloadpfsense-a1b86994a0b2895d0d81fb12f680639bfc1d9b42.zip
pfsense-a1b86994a0b2895d0d81fb12f680639bfc1d9b42.tar.gz
Ticket #1534. Try to stop packages during reboot of system.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index e2c02aa..347de9b 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1251,6 +1251,7 @@ function system_reboot_cleanup() {
captiveportal_radius_stop_all();
require_once("voucher.inc");
voucher_save_db_to_config();
+ mwexec("/etc/rc.stop_packages");
}
function system_do_shell_commands($early = 0) {
OpenPOWER on IntegriCloud