diff options
author | Peter Åstrand <astrand@cendio.se> | 2014-02-24 10:21:29 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2014-02-24 10:21:29 +0000 |
commit | 7ea9b2c602893ac1b7e843bcf2f64e1677f98d1d (patch) | |
tree | 00d5d96131318294f068055cc95f11ef8924f218 /contrib | |
parent | 889b4896f46787aba1790724608c207666b7d4c8 (diff) | |
download | tigervnc-7ea9b2c602893ac1b7e843bcf2f64e1677f98d1d.tar.gz tigervnc-7ea9b2c602893ac1b7e843bcf2f64e1677f98d1d.zip |
Applied patch from Alois Mahdal <amahdal@redhat.com>:
missing ending quote in 10-libvnc.conf
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5162 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/packages/rpm/sle11/SOURCES/10-libvnc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/packages/rpm/sle11/SOURCES/10-libvnc.conf b/contrib/packages/rpm/sle11/SOURCES/10-libvnc.conf index 40206a7f..e4f6a93d 100644 --- a/contrib/packages/rpm/sle11/SOURCES/10-libvnc.conf +++ b/contrib/packages/rpm/sle11/SOURCES/10-libvnc.conf @@ -12,7 +12,7 @@ #EndSection #Section "Screen" -# Identifier "Screen0 +# Identifier "Screen0" # DefaultDepth 16 # Option "SecurityTypes" "VncAuth" # Option "PasswordFile" "/root/.vnc/passwd" |