diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-07 19:53:41 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-07 19:53:41 +0000 |
commit | 46cf189b32cdd063bfb3d155a95dd021f18e7e88 (patch) | |
tree | f15207a39831688b5518e0833da2c96b00af65af /anaconda | |
parent | d85bf1c5a3d4eea0eb897033d11915517a1b86e6 (diff) | |
download | anaconda-46cf189b32cdd063bfb3d155a95dd021f18e7e88.tar.gz anaconda-46cf189b32cdd063bfb3d155a95dd021f18e7e88.tar.xz anaconda-46cf189b32cdd063bfb3d155a95dd021f18e7e88.zip |
added logfile
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ EndSection server = os.fork() if (not server): os.execv(serverPath, [serverPath, ':1', '-xf86config', - '/tmp/XF86Config']) + '/tmp/XF86Config'], 'vt5') child = os.fork() if (child): os.waitpid(child, 0) |