summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/pvs/XX_pvs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/pvs/XX_pvs.sh')
-rw-r--r--os-plugins/plugins/pvs/XX_pvs.sh20
1 files changed, 10 insertions, 10 deletions
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 ...";