summaryrefslogtreecommitdiffstats
path: root/etc/rc.start_packages
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-05-17 22:20:53 +0000
committerErmal <eri@pfsense.org>2011-05-17 22:20:53 +0000
commitb5058001d46adc5f37623c3890a8617dac4e7c54 (patch)
tree76efcacb12201a32c900fec2cfdf73c74eccba94 /etc/rc.start_packages
parentb27ade8ebd36bb3e8df55d121b7071167136d19d (diff)
downloadpfsense-b5058001d46adc5f37623c3890a8617dac4e7c54.zip
pfsense-b5058001d46adc5f37623c3890a8617dac4e7c54.tar.gz
Do not call stop_service since its already called from start_service itself.
Diffstat (limited to 'etc/rc.start_packages')
-rwxr-xr-xetc/rc.start_packages1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.start_packages b/etc/rc.start_packages
index 0c1dfc7..485e319 100755
--- a/etc/rc.start_packages
+++ b/etc/rc.start_packages
@@ -43,7 +43,6 @@ if (!is_array($config['installedpackages']['package']))
log_error("Restarting/Starting all packages.");
foreach($config['installedpackages']['package'] as $package) {
- stop_service($package['name']);
sync_package($package['name']);
start_service($package['name']);
}
OpenPOWER on IntegriCloud