diff options
Diffstat (limited to 'templates/copy/files')
-rw-r--r-- | templates/copy/files/node.def | 1 | ||||
-rw-r--r-- | templates/copy/files/node.tag/node.def | 6 | ||||
-rw-r--r-- | templates/copy/files/node.tag/to/node.def | 1 | ||||
-rw-r--r-- | templates/copy/files/node.tag/to/node.tag/node.def | 7 |
4 files changed, 0 insertions, 15 deletions
diff --git a/templates/copy/files/node.def b/templates/copy/files/node.def deleted file mode 100644 index e1b2447..0000000 --- a/templates/copy/files/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Copy files diff --git a/templates/copy/files/node.tag/node.def b/templates/copy/files/node.tag/node.def deleted file mode 100644 index c52dccd..0000000 --- a/templates/copy/files/node.tag/node.def +++ /dev/null @@ -1,6 +0,0 @@ -help: Copy files from specified source - scp://<user>:<passwd>@<host>/<file> - ftp://<user>:<passwd>@<host>/<file> - tftp://<host>/<file> -comptype: imagefiles -allowed: echo -n "<imagefiles>" diff --git a/templates/copy/files/node.tag/to/node.def b/templates/copy/files/node.tag/to/node.def deleted file mode 100644 index 21f3ade..0000000 --- a/templates/copy/files/node.tag/to/node.def +++ /dev/null @@ -1 +0,0 @@ -help: Path to copy into diff --git a/templates/copy/files/node.tag/to/node.tag/node.def b/templates/copy/files/node.tag/to/node.tag/node.def deleted file mode 100644 index 75d4aff..0000000 --- a/templates/copy/files/node.tag/to/node.tag/node.def +++ /dev/null @@ -1,7 +0,0 @@ -help: Copy files to specified destination - scp://<user>:<passwd>@<host>/<file> - ftp://<user>:<passwd>@<host>/<file> - tftp://<host>/<file> -comptype: imagefiles -allowed: echo -n "<imagefiles>" -run: sudo ${vyatta_sbindir}/vyatta-image-tools.pl --copy $3 $5 |