diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-20 01:55:44 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-20 01:55:44 +0000 |
commit | f6a5decaa2e441a624c279aebd5088461a98b07a (patch) | |
tree | eb92c6a8d81d8e8b0f995f84a9b475bc0a7b3716 /packages.py | |
parent | 774b4fcd6f659c1caf8428021c85f67c37b86611 (diff) | |
download | anaconda-f6a5decaa2e441a624c279aebd5088461a98b07a.tar.gz anaconda-f6a5decaa2e441a624c279aebd5088461a98b07a.tar.xz anaconda-f6a5decaa2e441a624c279aebd5088461a98b07a.zip |
don't put this on top of the install.log
Diffstat (limited to 'packages.py')
-rw-r--r-- | packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py index 5c648bbb8..916babb18 100644 --- a/packages.py +++ b/packages.py @@ -478,7 +478,7 @@ def doInstall(method, id, intf, instPath): pass instLog = open(instLogName, "w+") - syslog.start (instPath, instPath + logname) + syslog.start (instPath, "%s%s.syslog" % (instPath, logname)) ts.scriptFd = instLog.fileno () # the transaction set dup()s the file descriptor and will close the |