summaryrefslogtreecommitdiffstats
path: root/remote/modules/pvs2
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-25 15:56:48 +0200
committerJonathan Bauer2014-07-25 15:56:48 +0200
commitb063cb9e530760acdfc16819fd1d21ab797666bb (patch)
treefa75dd8a01d7e8ed72e081454861d5a816d305e5 /remote/modules/pvs2
parent[rfs-s31] fix copying of the busybox (diff)
parent[pvs2 + x11vnc] Add conf files for fedora (diff)
downloadtm-scripts-b063cb9e530760acdfc16819fd1d21ab797666bb.tar.gz
tm-scripts-b063cb9e530760acdfc16819fd1d21ab797666bb.tar.xz
tm-scripts-b063cb9e530760acdfc16819fd1d21ab797666bb.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/pvs2')
-rw-r--r--remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient10
-rw-r--r--remote/modules/pvs2/module.conf.fedora6
2 files changed, 10 insertions, 6 deletions
diff --git a/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient b/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
index 75ba0709..b33889df 100644
--- a/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
+++ b/remote/modules/pvs2/data/opt/openslx/vmchooser/sessionstart.d/50-PVSclient
@@ -1,11 +1,9 @@
#!/bin/ash
# If the ENV var PVS has been set by vmchooser start pvsclient
-if [ -n "$PVS" -a "$PVS" = "true" ]; then
- if [ -n "$PVS_SESSIONID" ]; then
- pvsclient --session-id "$PVS_SESSIONID" &
- else
- pvsclient &
- fi
+if [ -n "$PVS_SESSIONID" ]; then
+ pvsclient --session-id "$PVS_SESSIONID" &
+else
+ pvsclient &
fi
diff --git a/remote/modules/pvs2/module.conf.fedora b/remote/modules/pvs2/module.conf.fedora
new file mode 100644
index 00000000..6d2cd0f6
--- /dev/null
+++ b/remote/modules/pvs2/module.conf.fedora
@@ -0,0 +1,6 @@
+REQUIRED_INSTALLED_PACKAGES="
+ qt-devel
+ libvncserver-devel
+"
+REQUIRED_CONTENT_PACKAGES="
+"