Correct typo that snuck in at the last minute.

This commit is contained in:
Joe Marcus Clarke 2006-05-07 07:06:41 +00:00
parent 85ae49722e
commit 34cabe9aad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161541
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
PORTNAME= service-discovery-applet
PORTVERSION= 0.4.1
PORTREVISION= 1
CATEGORIES= net dns gnome
MASTER_SITES= http://0pointer.de/~sebest/

View File

@ -11,7 +11,7 @@
- print "connecting using xvncviewer"
- cmdline = ["xvncviewer", "-xrm", "*passwordDialog:true", hostname ]
+ print "connecting using vncviewer"
+ cmdline = ["vncviewer", "-xrm", "*passwordDialog:true",]
+ cmdline = ["vncviewer", "-xrm", "*passwordDialog:true", hostname]
print cmdline
pid = subprocess.Popen(cmdline, close_fds=True).pid