summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-03-31 14:22:30 -0400
committerJeremy Katz <katzj@redhat.com>2009-03-31 14:28:32 -0400
commitcdd1ebb4fcf3a221a37b823d67adb31e013492aa (patch)
tree8eb235767e799ea502aa5519d143be4f097d1d40 /anaconda
parent8571fa5994c0586d3ca6e9ba46a72438ba744f58 (diff)
downloadanaconda-cdd1ebb4fcf3a221a37b823d67adb31e013492aa.tar.gz
anaconda-cdd1ebb4fcf3a221a37b823d67adb31e013492aa.tar.xz
anaconda-cdd1ebb4fcf3a221a37b823d67adb31e013492aa.zip
Don't start our audit daemon with the livecd installer
On the livecd install, the normal audit daemon is running, so we don't need to start our own. This also keeps us from leaving around a stray process on exit (#492513)
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 4dcf113ef..ac9198ac0 100755
--- a/anaconda
+++ b/anaconda
@@ -674,7 +674,7 @@ if __name__ == "__main__":
if iutil.isS390():
opts.isHeadless = True
- if not flags.test and not flags.rootpath:
+ if not flags.test and not flags.rootpath and not flags.livecdInstall:
isys.auditDaemon()
users.createLuserConf(anaconda.rootPath)