summaryrefslogtreecommitdiffstats
path: root/pyanaconda/timezone.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2013-01-08 18:23:47 -0600
committerDavid Lehman <dlehman@redhat.com>2013-01-28 13:13:20 -0600
commitab3226fba6869ffe1418cb992035719406a4214d (patch)
tree38fcb979a348a7ea5319854bfccf56be4f228678 /pyanaconda/timezone.py
parent70d89aef92622c08932e5fe3da78f81e5bd36658 (diff)
downloadanaconda-ab3226fba6869ffe1418cb992035719406a4214d.tar.gz
anaconda-ab3226fba6869ffe1418cb992035719406a4214d.tar.xz
anaconda-ab3226fba6869ffe1418cb992035719406a4214d.zip
Handle sending program output to tty5 through the logging setup.
Diffstat (limited to 'pyanaconda/timezone.py')
-rw-r--r--pyanaconda/timezone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/timezone.py b/pyanaconda/timezone.py
index 5337a217a..6e8709b43 100644
--- a/pyanaconda/timezone.py
+++ b/pyanaconda/timezone.py
@@ -115,7 +115,7 @@ def save_hw_clock(timezone):
else:
args.append("--local")
- iutil.execWithRedirect(cmd, args, stdout="/dev/tty5", stderr="/dev/tty5")
+ iutil.execWithRedirect(cmd, args)
def get_all_territory_timezones(territory):