--- a/kvmctl Fri Oct 24 05:57:25 2008 +0000
+++ b/kvmctl Fri Oct 24 06:06:18 2008 +0000
@@ -1,8 +1,13 @@
#! /bin/bash
+# status: in development
+# $Id$
+# $URL$
+# Heiko Schlittermann
action="${1?}"; shift
vm="$1"; shift
+DIR=/kvm
# no user service able parts below
unset ${!LC_*} LANG
@@ -10,9 +15,7 @@
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
set +m # switch off job control
-DIR=$(dirname $0)
ME=$(basename $0)
-
KVM=$(command -v kvm)
NC=$(command -v nc)
FUSER=$(command -v fuser)