#!/bin/sh #------------------------------------------------------------------------------- # /var/install/bin/xen-update-templates - menu script for updating templates # # Creation: 2012-03-13 sk # Last Update: $Id$ # # $1: Filename of configuration file without extension # # Copyright (c) 2012-2012 the eisfair team, team(at)eisfair(dot)org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------- . /var/install/include/xenlib #exec 2> /tmp/xen-domain-config-trace$$.log #set -x clrhome echo "Empty Script for updating templates ..." echo "... to be filled." echo "" /var/install/bin/anykey #set +x