diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-04-28 16:36:38 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-04-28 16:36:38 -0500 |
commit | d93d2275eba8e7ce1d1bae31e069e696120b0008 (patch) | |
tree | 3dff8e4928f1bf1ff3bcfe01fc8793891d0f4f19 /templates/copy/files | |
parent | fac678441717efbd2100a85cb3561ea1e513c3b8 (diff) | |
download | vyatta-op-d93d2275eba8e7ce1d1bae31e069e696120b0008.tar.gz vyatta-op-d93d2275eba8e7ce1d1bae31e069e696120b0008.zip |
rename 'files' to 'file' in templates for image-tools
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 |