diff options
| author | Dirk von Suchodoletz | 2009-01-11 13:09:00 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2009-01-11 13:09:00 +0100 |
| commit | 7c35b56f1acd67d7cdf33bc120dec9950f923146 (patch) | |
| tree | 6c9ad6d8bc1f01a0ce2b598af14d369fe40a330e /os-plugins/plugins/x11vnc/OpenSLX/OSPlugin | |
| parent | Test checkin for "ah", "fixing" #288 ... (diff) | |
| download | core-7c35b56f1acd67d7cdf33bc120dec9950f923146.tar.gz core-7c35b56f1acd67d7cdf33bc120dec9950f923146.tar.xz core-7c35b56f1acd67d7cdf33bc120dec9950f923146.zip | |
Fixes to x11vnc plugin, updated AUTHORS list.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2461 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/x11vnc/OpenSLX/OSPlugin')
| -rw-r--r-- | os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm b/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm index 98667c3a..43d7cb45 100644 --- a/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm +++ b/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm @@ -66,9 +66,9 @@ sub getAttrInfo access to the Xorg server (including displaymanager login) and console framebuffer. End-of-Here - content_regex => qr{^(x11user|x11gen|fb)$}, - content_descr => 'x11user for user, x11gen for general X access or fb', - default => 'x11gen', + content_regex => qr{^(x11user|x11mod|fb)$}, + content_descr => 'x11user for user, x11mod for access via Xorg module or fb', + default => 'x11user', }, 'x11vnc::scale' => { |
