summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/pvs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-02-17 23:15:33 +0100
committerDirk von Suchodoletz2010-02-17 23:15:33 +0100
commit74b4cedc02259b76e83645c10f9086cd96a8af97 (patch)
treee18e2046f0df9906294eb40084d522383fba7476 /os-plugins/plugins/pvs
parentSuSE 11.2 functions file ... (diff)
downloadcore-74b4cedc02259b76e83645c10f9086cd96a8af97.tar.gz
core-74b4cedc02259b76e83645c10f9086cd96a8af97.tar.xz
core-74b4cedc02259b76e83645c10f9086cd96a8af97.zip
Xserver, qemukvm plugin stuff ...
Diffstat (limited to 'os-plugins/plugins/pvs')
-rw-r--r--os-plugins/plugins/pvs/OpenSLX/OSPlugin/pvs.pm2
-rw-r--r--os-plugins/plugins/pvs/XX_pvs.sh20
2 files changed, 11 insertions, 11 deletions
diff --git a/os-plugins/plugins/pvs/OpenSLX/OSPlugin/pvs.pm b/os-plugins/plugins/pvs/OpenSLX/OSPlugin/pvs.pm
index 6a6c7a8e..d0a629e4 100644
--- a/os-plugins/plugins/pvs/OpenSLX/OSPlugin/pvs.pm
+++ b/os-plugins/plugins/pvs/OpenSLX/OSPlugin/pvs.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 - OpenSLX GmbH
+# Copyright (c) 2009..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
diff --git a/os-plugins/plugins/pvs/XX_pvs.sh b/os-plugins/plugins/pvs/XX_pvs.sh
index e96f5a63..9a86574f 100644
--- a/os-plugins/plugins/pvs/XX_pvs.sh
+++ b/os-plugins/plugins/pvs/XX_pvs.sh
@@ -1,5 +1,5 @@
-# Copyright (c) 2009 - RZ Uni Freiburg
-# Copyright (c) 2009 - OpenSLX GmbH
+# Copyright (c) 2009..2010 - RZ Uni Freiburg
+# Copyright (c) 2009..2010 - OpenSLX GmbH
#
# This program/file is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -21,20 +21,20 @@ if [ -e /initramfs/plugin-conf/pvs.conf ]; then
. /initramfs/plugin-conf/pvs.conf
if [ $pvs_active -ne 0 ]; then
[ $DEBUGLEVEL -gt 0 ] && echo "executing the 'pvs' os-plugin ...";
- # configure central pvs client configuration file
- testmkdi /mnt/etc/pvs
+ # location of central pvs configuration files
+ testmkdi /mnt/etc/openslx/pvs
# add it to the Xserver script (?)
# link the executables
- for tool in poolVS poolVSClient VNCwrapper ; do
- ln -s /opt/openslx/plugin-repo/pvs/${tool} /mnt/var/X11R6/bin/${tool}
- done
+ #for tool in poolVS poolVSClient VNCwrapper ; do
+ # ln -s /opt/openslx/plugin-repo/pvs/${tool} /mnt/var/X11R6/bin/${tool}
+ #done
# write config file
- echo "# parameters generated by $0" > /mnt/etc/pvs/pvs.conf
- echo "pvs_PARAMS=\"$PARAMS\"" >> /mnt/etc/pvs/pvs.conf
- echo "pvs_X11=\"$pvs_X11\"" >> /mnt/etc/pvs/pvs.conf
+ #echo "# parameters generated by $0" > /mnt/etc/pvs/pvs.conf
+ #echo "pvs_PARAMS=\"$PARAMS\"" >> /mnt/etc/pvs/pvs.conf
+ #echo "pvs_X11=\"$pvs_X11\"" >> /mnt/etc/pvs/pvs.conf
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'pvs' os-plugin ...";