summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-03-10 22:27:32 +0000
committerChris Lumens <clumens@redhat.com>2005-03-10 22:27:32 +0000
commit5d49a33e04d3f33e0893bfa3104ed2e6fb494c7f (patch)
tree620c67c00cbc017904278e6838ed4057cdbcbbf5
parentbd9af460b5d82a51d72b652e8f9edf80ae9a0a06 (diff)
downloadanaconda-5d49a33e04d3f33e0893bfa3104ed2e6fb494c7f.tar.gz
anaconda-5d49a33e04d3f33e0893bfa3104ed2e6fb494c7f.tar.xz
anaconda-5d49a33e04d3f33e0893bfa3104ed2e6fb494c7f.zip
Fix typo in Xvnc parameters (#150498).
-rw-r--r--ChangeLog4
-rwxr-xr-xanaconda2
-rw-r--r--anaconda.spec3
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc931f30c..cddb09b79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-10 Chris Lumens <clumens@redhat.com>
+
+ * anaconda (startVNCServer): Fix typo in Xvnc parameters (#150498).
+
2005-03-02 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
diff --git a/anaconda b/anaconda
index 43379e9bd..40b21ff43 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
diff --git a/anaconda.spec b/anaconda.spec
index b032f2e22..6dee543b6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Mar XX 2005 XXX <XXX@redhat.com> 10.1.1.XX-X
+- Fix typo in Xvnc parameters (#150498).
+
* Wed Mar 2 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.15-1
- Ensure Xvnc exits when the last client goes away (#137337)
- Allow logical partitions to go all the way to the end of an