diff options
author | Chris Lumens <clumens@redhat.com> | 2005-03-10 22:02:16 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2005-03-10 22:02:16 +0000 |
commit | 58d60f65572176462af8e21e92f52415b4ebdf2e (patch) | |
tree | 46c3806fb6b75940f719cd85e27253393e4a1291 | |
parent | c8db8f4ca10ddb4a498282edfb7307b7489d53f0 (diff) | |
download | anaconda-58d60f65572176462af8e21e92f52415b4ebdf2e.tar.gz anaconda-58d60f65572176462af8e21e92f52415b4ebdf2e.tar.xz anaconda-58d60f65572176462af8e21e92f52415b4ebdf2e.zip |
Put a comma between "once" and "DisconnectClients" (#150498).
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | anaconda | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-03-09 Chris Lumens <clumens@redhat.com> + + * anaconda: Put a comma between "once" and "DisconnectClients" + (#150498). + 2005-03-09 Peter Jones <pjones@redhat.com> * iutil.py (swapAmount): fix this to actually use the SwapTotal line @@ -143,7 +143,7 @@ def startVNCServer(vncpassword=None, root='/', vncconnecthost=None, if not vncpid: args = [ root + "/usr/bin/Xvnc", ":1", "-nevershared", "-depth", "16", "-geometry", "800x600", - "IdleTimeout=0", "-auth", "/dev/null", "-once" + "IdleTimeout=0", "-auth", "/dev/null", "-once", "DisconnectClients=false", "desktop=%s" % (desktopname,)] # set passwd if necessary |