From d93d2275eba8e7ce1d1bae31e069e696120b0008 Mon Sep 17 00:00:00 2001
From: John Southworth <john.southworth@vyatta.com>
Date: Thu, 28 Apr 2011 16:36:38 -0500
Subject: rename 'files' to 'file' in templates for image-tools

---
 templates/show/file/node.def           | 1 +
 templates/show/file/node.tag/node.def  | 4 ++++
 templates/show/files/node.def          | 1 -
 templates/show/files/node.tag/node.def | 4 ----
 4 files changed, 5 insertions(+), 5 deletions(-)
 create mode 100644 templates/show/file/node.def
 create mode 100644 templates/show/file/node.tag/node.def
 delete mode 100644 templates/show/files/node.def
 delete mode 100644 templates/show/files/node.tag/node.def

(limited to 'templates/show')

diff --git a/templates/show/file/node.def b/templates/show/file/node.def
new file mode 100644
index 0000000..a6c408d
--- /dev/null
+++ b/templates/show/file/node.def
@@ -0,0 +1 @@
+help: Show files for a particular image
diff --git a/templates/show/file/node.tag/node.def b/templates/show/file/node.tag/node.def
new file mode 100644
index 0000000..7e205da
--- /dev/null
+++ b/templates/show/file/node.tag/node.def
@@ -0,0 +1,4 @@
+help: Show files in the specified directory
+comptype: imagefiles
+allowed: echo -n "<imagefiles>"
+run: sudo ${vyatta_sbindir}/vyatta-image-tools.pl --show=$3
diff --git a/templates/show/files/node.def b/templates/show/files/node.def
deleted file mode 100644
index a6c408d..0000000
--- a/templates/show/files/node.def
+++ /dev/null
@@ -1 +0,0 @@
-help: Show files for a particular image
diff --git a/templates/show/files/node.tag/node.def b/templates/show/files/node.tag/node.def
deleted file mode 100644
index 7e205da..0000000
--- a/templates/show/files/node.tag/node.def
+++ /dev/null
@@ -1,4 +0,0 @@
-help: Show files in the specified directory
-comptype: imagefiles
-allowed: echo -n "<imagefiles>"
-run: sudo ${vyatta_sbindir}/vyatta-image-tools.pl --show=$3
-- 
cgit v1.2.3