summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-20 20:25:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-20 20:25:26 +0000
commitd92375afa54a130b6122859db98e84bb3d29486a (patch)
treedb26fb0caad4a485872538bc5b6cb338d6cb89d4
parent57e6730a28b7001f709ad48af30f077d518ced09 (diff)
downloadpfsense-d92375afa54a130b6122859db98e84bb3d29486a.zip
pfsense-d92375afa54a130b6122859db98e84bb3d29486a.tar.gz
Use mwexec_bg()
-rw-r--r--usr/local/pkg/routed/routed.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/pkg/routed/routed.inc b/usr/local/pkg/routed/routed.inc
index 59967e8..3ff0033 100644
--- a/usr/local/pkg/routed/routed.inc
+++ b/usr/local/pkg/routed/routed.inc
@@ -95,7 +95,7 @@ function setup_etc_gateways($iface="", $mode="") {
}
function start_routed() {
- mwexec("/sbin/routed");
+ mwexec_bg("/sbin/routed");
}
function stop_routed() {
@@ -107,4 +107,4 @@ function restart_routed() {
start_routed();
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud