diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-12-27 20:24:43 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-12-27 20:24:43 +0000 |
commit | 427109df74692b13b3b92de7fd94c28dca5c82b1 (patch) | |
tree | 7caf0e95456102456816d98d4953fb99631bccc4 | |
parent | 6d25e1607af50cc4373fa8642eb49d5a58c932e9 (diff) | |
download | anaconda-427109df74692b13b3b92de7fd94c28dca5c82b1.tar.gz anaconda-427109df74692b13b3b92de7fd94c28dca5c82b1.tar.xz anaconda-427109df74692b13b3b92de7fd94c28dca5c82b1.zip |
stop the syslog
-rw-r--r-- | packages.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.py b/packages.py index 6d301542e..f6a788aa5 100644 --- a/packages.py +++ b/packages.py @@ -801,6 +801,7 @@ def doPostInstall(method, id, intf, instPath): w.pop () sys.stdout.flush() + syslog.stop() def migrateXinetd(instPath, instLog): if not os.access (instPath + "/usr/sbin/inetdconvert", os.X_OK): |