diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pkg-utils.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index ae1fd87..b89e3db 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -125,6 +125,7 @@ function resync_all_package_configs($show_message = false) { foreach($config['installedpackages']['package'] as $package) { if($show_message == true) print " " . $package['name']; get_pkg_depends($package['name'], "all"); + stop_service($package['name']); sync_package($i, true, true); if($restart_sync == true) { $restart_sync = false; |