diff options
-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): |