aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2010-02-26 15:47:06 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2010-02-26 15:47:06 +0000
commitd1fd096f74ac85e028d3787701623da159d5d3e1 (patch)
tree28c7a6048f065233732039d2f1b4215873b18ef3
parent0ae1fb4355e57219370a82db20162d43bab174d6 (diff)
downloadmsec-d1fd096f74ac85e028d3787701623da159d5d3e1.tar
msec-d1fd096f74ac85e028d3787701623da159d5d3e1.tar.gz
msec-d1fd096f74ac85e028d3787701623da159d5d3e1.tar.bz2
msec-d1fd096f74ac85e028d3787701623da159d5d3e1.tar.xz
msec-d1fd096f74ac85e028d3787701623da159d5d3e1.zip
run apps in background
-rw-r--r--src/msec/tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/msec/tools.py b/src/msec/tools.py
index 5aa856e..3a6b4ca 100644
--- a/src/msec/tools.py
+++ b/src/msec/tools.py
@@ -17,8 +17,8 @@ except IOError:
_ = str
# constants
-FIREWALL_CMD = "drakfirewall"
-UPDATE_CMD = "MandrivaUpdate"
+FIREWALL_CMD = "drakfirewall &"
+UPDATE_CMD = "MandrivaUpdate &"
def find_firewall_info(log):
"""Finds information about firewall"""