From 344e08dddae8c2a03b4ac135a3feb72c02a6ff27 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@brief.schottelius.org>
Date: Wed, 7 Nov 2012 18:22:25 +0100
Subject: [PATCH] Archive __autofs types (fixes #116)

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
---
 other/archived_types/.README.unmaintained                      | 1 +
 other/archived_types/README                                    | 3 +++
 other/archived_types/__autofs/README                           | 1 +
 {cdist/conf/type => other/archived_types}/__autofs/man.text    | 0
 {cdist/conf/type => other/archived_types}/__autofs/manifest    | 0
 {cdist/conf/type => other/archived_types}/__autofs/singleton   | 0
 other/archived_types/__autofs_map/README                       | 1 +
 .../type => other/archived_types}/__autofs_map/explorer/entry  | 0
 .../type => other/archived_types}/__autofs_map/gencode-remote  | 0
 .../conf/type => other/archived_types}/__autofs_map/man.text   | 0
 .../conf/type => other/archived_types}/__autofs_map/manifest   | 0
 .../archived_types}/__autofs_map/parameter/boolean             | 0
 .../archived_types}/__autofs_map/parameter/optional            | 0
 .../archived_types}/__autofs_map/parameter/required            | 0
 other/archived_types/__autofs_reload/README                    | 1 +
 .../archived_types}/__autofs_reload/gencode-remote             | 0
 .../type => other/archived_types}/__autofs_reload/man.text     | 0
 .../type => other/archived_types}/__autofs_reload/singleton    | 0
 18 files changed, 7 insertions(+)
 create mode 100644 other/archived_types/.README.unmaintained
 create mode 100644 other/archived_types/README
 create mode 120000 other/archived_types/__autofs/README
 rename {cdist/conf/type => other/archived_types}/__autofs/man.text (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs/manifest (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs/singleton (100%)
 create mode 120000 other/archived_types/__autofs_map/README
 rename {cdist/conf/type => other/archived_types}/__autofs_map/explorer/entry (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs_map/gencode-remote (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs_map/man.text (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs_map/manifest (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs_map/parameter/boolean (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs_map/parameter/optional (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs_map/parameter/required (100%)
 create mode 120000 other/archived_types/__autofs_reload/README
 rename {cdist/conf/type => other/archived_types}/__autofs_reload/gencode-remote (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs_reload/man.text (100%)
 rename {cdist/conf/type => other/archived_types}/__autofs_reload/singleton (100%)

diff --git a/other/archived_types/.README.unmaintained b/other/archived_types/.README.unmaintained
new file mode 100644
index 00000000..e9795911
--- /dev/null
+++ b/other/archived_types/.README.unmaintained
@@ -0,0 +1 @@
+This type is not maintained by anymore and has thus been removed from cdist.
diff --git a/other/archived_types/README b/other/archived_types/README
new file mode 100644
index 00000000..32cd1f3d
--- /dev/null
+++ b/other/archived_types/README
@@ -0,0 +1,3 @@
+This directory contains types that used to be included with
+cdist, but are not in use anymore. Have a look at the README
+file in each type, to find out why it was removed.
diff --git a/other/archived_types/__autofs/README b/other/archived_types/__autofs/README
new file mode 120000
index 00000000..7495e43b
--- /dev/null
+++ b/other/archived_types/__autofs/README
@@ -0,0 +1 @@
+../.README.unmaintained
\ No newline at end of file
diff --git a/cdist/conf/type/__autofs/man.text b/other/archived_types/__autofs/man.text
similarity index 100%
rename from cdist/conf/type/__autofs/man.text
rename to other/archived_types/__autofs/man.text
diff --git a/cdist/conf/type/__autofs/manifest b/other/archived_types/__autofs/manifest
similarity index 100%
rename from cdist/conf/type/__autofs/manifest
rename to other/archived_types/__autofs/manifest
diff --git a/cdist/conf/type/__autofs/singleton b/other/archived_types/__autofs/singleton
similarity index 100%
rename from cdist/conf/type/__autofs/singleton
rename to other/archived_types/__autofs/singleton
diff --git a/other/archived_types/__autofs_map/README b/other/archived_types/__autofs_map/README
new file mode 120000
index 00000000..7495e43b
--- /dev/null
+++ b/other/archived_types/__autofs_map/README
@@ -0,0 +1 @@
+../.README.unmaintained
\ No newline at end of file
diff --git a/cdist/conf/type/__autofs_map/explorer/entry b/other/archived_types/__autofs_map/explorer/entry
similarity index 100%
rename from cdist/conf/type/__autofs_map/explorer/entry
rename to other/archived_types/__autofs_map/explorer/entry
diff --git a/cdist/conf/type/__autofs_map/gencode-remote b/other/archived_types/__autofs_map/gencode-remote
similarity index 100%
rename from cdist/conf/type/__autofs_map/gencode-remote
rename to other/archived_types/__autofs_map/gencode-remote
diff --git a/cdist/conf/type/__autofs_map/man.text b/other/archived_types/__autofs_map/man.text
similarity index 100%
rename from cdist/conf/type/__autofs_map/man.text
rename to other/archived_types/__autofs_map/man.text
diff --git a/cdist/conf/type/__autofs_map/manifest b/other/archived_types/__autofs_map/manifest
similarity index 100%
rename from cdist/conf/type/__autofs_map/manifest
rename to other/archived_types/__autofs_map/manifest
diff --git a/cdist/conf/type/__autofs_map/parameter/boolean b/other/archived_types/__autofs_map/parameter/boolean
similarity index 100%
rename from cdist/conf/type/__autofs_map/parameter/boolean
rename to other/archived_types/__autofs_map/parameter/boolean
diff --git a/cdist/conf/type/__autofs_map/parameter/optional b/other/archived_types/__autofs_map/parameter/optional
similarity index 100%
rename from cdist/conf/type/__autofs_map/parameter/optional
rename to other/archived_types/__autofs_map/parameter/optional
diff --git a/cdist/conf/type/__autofs_map/parameter/required b/other/archived_types/__autofs_map/parameter/required
similarity index 100%
rename from cdist/conf/type/__autofs_map/parameter/required
rename to other/archived_types/__autofs_map/parameter/required
diff --git a/other/archived_types/__autofs_reload/README b/other/archived_types/__autofs_reload/README
new file mode 120000
index 00000000..7495e43b
--- /dev/null
+++ b/other/archived_types/__autofs_reload/README
@@ -0,0 +1 @@
+../.README.unmaintained
\ No newline at end of file
diff --git a/cdist/conf/type/__autofs_reload/gencode-remote b/other/archived_types/__autofs_reload/gencode-remote
similarity index 100%
rename from cdist/conf/type/__autofs_reload/gencode-remote
rename to other/archived_types/__autofs_reload/gencode-remote
diff --git a/cdist/conf/type/__autofs_reload/man.text b/other/archived_types/__autofs_reload/man.text
similarity index 100%
rename from cdist/conf/type/__autofs_reload/man.text
rename to other/archived_types/__autofs_reload/man.text
diff --git a/cdist/conf/type/__autofs_reload/singleton b/other/archived_types/__autofs_reload/singleton
similarity index 100%
rename from cdist/conf/type/__autofs_reload/singleton
rename to other/archived_types/__autofs_reload/singleton