summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-03-13 11:20:44 +0100
committerSebastian Schmelzer2008-03-13 11:20:44 +0100
commita80b581d041872ab0407a3133e2f49af65f0adef (patch)
treedc08bad4daaebc7bd735bbf71aedf62f3466f5c6 /os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm
parent* added support for new action 'list-selections' which shows the available (diff)
downloadcore-a80b581d041872ab0407a3133e2f49af65f0adef.tar.gz
core-a80b581d041872ab0407a3133e2f49af65f0adef.tar.xz
core-a80b581d041872ab0407a3133e2f49af65f0adef.zip
* fixed suse problems with autoprobing Xauthority files
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1629 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm')
-rw-r--r--os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm b/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm
index 6525ccc7..8accd45d 100644
--- a/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm
+++ b/os-plugins/plugins/x11vnc/OpenSLX/OSPlugin/x11vnc.pm
@@ -211,7 +211,7 @@ sub installationPhase
}
if ( $self->{'os-plugin-engine'}->{'vendor-os-name'} =~ m/suse/i ) {
# PLEASE TEST THIS!!!
- my $cmd = "yast --install x11vnc";
+ my $cmd = "zypper -n in x11vnc";
vlog(3, "executing: $cmd");
if (slxsystem($cmd)) {
die _tr(