summaryrefslogtreecommitdiffstats
path: root/firewall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-05-01 20:32:07 +0000
committerJeremy Katz <katzj@redhat.com>2006-05-01 20:32:07 +0000
commit7e2744a896edad69c40af2f30e106070b1d7d935 (patch)
tree070c75ff48009ff2fbbf9371736cf5f216455a6e /firewall.py
parent1f2fed5f184493efbccc3eb5586fff2c37dd1a0e (diff)
downloadanaconda-7e2744a896edad69c40af2f30e106070b1d7d935.tar.gz
anaconda-7e2744a896edad69c40af2f30e106070b1d7d935.tar.xz
anaconda-7e2744a896edad69c40af2f30e106070b1d7d935.zip
2006-05-01 Jeremy Katz <katzj@redhat.com>
* instdata.py (InstallData.write): It's safe to run authconfig with --nostart in rootpath mode. * firewall.py (Firewall.write): Likewise for lokkit.
Diffstat (limited to 'firewall.py')
-rw-r--r--firewall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/firewall.py b/firewall.py
index a9cb97e57..24d0508a6 100644
--- a/firewall.py
+++ b/firewall.py
@@ -64,7 +64,7 @@ class Firewall:
args = args + self.getArgList()
try:
- if flags.setupFilesystems:
+ if not flags.test:
iutil.execWithRedirect(args[0], args, root = instPath,
stdout = None, stderr = None)
else: