summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-11-30 18:20:06 +0000
committerChris Lumens <clumens@redhat.com>2005-11-30 18:20:06 +0000
commit1b1604f8359b3a32325ccd4cd200929695a9721f (patch)
tree8c20e395ab11b3b2e6595f7f81bc86cdad757c88
parenteb2ddc938f62fd201a574276f3c9305801026ce1 (diff)
downloadanaconda-1b1604f8359b3a32325ccd4cd200929695a9721f.tar.gz
anaconda-1b1604f8359b3a32325ccd4cd200929695a9721f.tar.xz
anaconda-1b1604f8359b3a32325ccd4cd200929695a9721f.zip
None vs. "" yet again.
-rw-r--r--ChangeLog5
-rwxr-xr-xanaconda2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d6fd3b426..64ebd0fd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-30 Chris Lumens <clumens@redhat.com>
+
+ * anaconda: None vs. "" for vncpasswd in test mode (from Patrick
+ Mansfield <patmans AT us.ibm.com> on anaconda-devel-list)
+
2005-11-30 Paul Nasrat <pnasrat@redhat.com>
* yuminstall.py: Don't try split transactions on non split
diff --git a/anaconda b/anaconda
index 93aa77a1f..bd48508c5 100755
--- a/anaconda
+++ b/anaconda
@@ -1000,7 +1000,7 @@ if display_mode == 't' and graphical_failed:
if display_mode == 'g' and flags.usevnc:
# dont run vncpassword if in test mode
if flags.test:
- vncpassword = None
+ vncpassword = ""
startVNCServer(vncpassword=vncpassword,
vncconnecthost=vncconnecthost,