[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Don't start our audit daemon with the livecd installer
- From: Hans de Goede <hdegoede redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH] Don't start our audit daemon with the livecd installer
- Date: Tue, 31 Mar 2009 20:26:20 +0200
On 03/31/2009 08:23 PM, Jeremy Katz wrote:
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)
Looks good,
Regards,
Hans
---
anaconda | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/anaconda b/anaconda
index 4dcf113..ac9198a 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)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]