summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-03-10 22:02:16 +0000
committerChris Lumens <clumens@redhat.com>2005-03-10 22:02:16 +0000
commit58d60f65572176462af8e21e92f52415b4ebdf2e (patch)
tree46c3806fb6b75940f719cd85e27253393e4a1291
parentc8db8f4ca10ddb4a498282edfb7307b7489d53f0 (diff)
downloadanaconda-58d60f65572176462af8e21e92f52415b4ebdf2e.tar.gz
anaconda-58d60f65572176462af8e21e92f52415b4ebdf2e.tar.xz
anaconda-58d60f65572176462af8e21e92f52415b4ebdf2e.zip
Put a comma between "once" and "DisconnectClients" (#150498).
-rw-r--r--ChangeLog5
-rwxr-xr-xanaconda2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f706920b1..804296056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/anaconda b/anaconda
index 105172fdc..67376db27 100755
--- a/anaconda
+++ b/anaconda
@@ -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