summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-16 14:26:00 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-16 14:26:00 -0400
commit79b1b1e885e9ddb11072be81ee9e0bbd5664c938 (patch)
tree67528fadca1a38f87b08f611ccc46e24bf72c459
parent4d6559c3f688e8613f81703d271e94d228de75ff (diff)
downloadpfsense-79b1b1e885e9ddb11072be81ee9e0bbd5664c938.zip
pfsense-79b1b1e885e9ddb11072be81ee9e0bbd5664c938.tar.gz
Pass name instead of config_file for start_service
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 89c1e34..fce0e09 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -508,7 +508,7 @@ function install_package($package, $pkg_info = "") {
if($pkg_info['after_install_info'])
update_output_window($pkg_info['after_install_info']);
update_output_window($static_output);
- start_service($pkg_info['config_file']);
+ start_service($pkg_info['name']);
$restart_sync = true;
}
OpenPOWER on IntegriCloud