1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-03 13:47:01 +03:00

changed tm configuration files

git-svn-id: http://svn.opennebula.org/one/trunk@267 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2008-11-27 18:13:21 +00:00
parent da296bda48
commit 1734df8096
2 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
CLONE = ONE_LOCATION/lib/tm_commands/nfs/tm_clone.sh
LN = ONE_LOCATION/lib/tm_commands/nfs/tm_ln.sh
MKSWAP = ONE_LOCATION/lib/tm_commands/nfs/tm_mkswap.sh
MKIMAGE = ONE_LOCATION/lib/tm_commands/nfs/tm_mkimage.sh
DELETE = ONE_LOCATION/lib/tm_commands/nfs/tm_delete.sh
MV = ONE_LOCATION/lib/tm_commands/nfs/tm_mv.sh
CLONE = lib/tm_commands/nfs/tm_clone.sh
LN = lib/tm_commands/nfs/tm_ln.sh
MKSWAP = lib/tm_commands/nfs/tm_mkswap.sh
MKIMAGE = lib/tm_commands/nfs/tm_mkimage.sh
DELETE = lib/tm_commands/nfs/tm_delete.sh
MV = lib/tm_commands/nfs/tm_mv.sh

View File

@ -1,6 +1,6 @@
CLONE = ONE_LOCATION/lib/tm_commands/ssh/tm_clone.sh
LN = ONE_LOCATION/lib/tm_commands/ssh/tm_ln.sh
MKSWAP = ONE_LOCATION/lib/tm_commands/ssh/tm_mkswap.sh
MKIMAGE = ONE_LOCATION/lib/tm_commands/ssh/tm_mkimage.sh
DELETE = ONE_LOCATION/lib/tm_commands/ssh/tm_delete.sh
MV = ONE_LOCATION/lib/tm_commands/ssh/tm_mv.sh
CLONE = lib/tm_commands/ssh/tm_clone.sh
LN = lib/tm_commands/ssh/tm_ln.sh
MKSWAP = lib/tm_commands/ssh/tm_mkswap.sh
MKIMAGE = lib/tm_commands/ssh/tm_mkimage.sh
DELETE = lib/tm_commands/ssh/tm_delete.sh
MV = lib/tm_commands/ssh/tm_mv.sh