summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-12-27 20:24:43 +0000
committerJeremy Katz <katzj@redhat.com>2001-12-27 20:24:43 +0000
commit427109df74692b13b3b92de7fd94c28dca5c82b1 (patch)
tree7caf0e95456102456816d98d4953fb99631bccc4 /packages.py
parent6d25e1607af50cc4373fa8642eb49d5a58c932e9 (diff)
downloadanaconda-427109df74692b13b3b92de7fd94c28dca5c82b1.tar.gz
anaconda-427109df74692b13b3b92de7fd94c28dca5c82b1.tar.xz
anaconda-427109df74692b13b3b92de7fd94c28dca5c82b1.zip
stop the syslog
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py1
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):