From 283b5eff6e6fe11b94b9abf696495a017b8b8fd5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 9 Jan 2012 11:53:22 +0100 Subject: [PATCH] include __nfs_* into types_submitted_for_inclusion Signed-off-by: Nico Schottelius --- .../.readmes/README.inclusion.specific | 18 ++++++++++++++++++ .../__nfs_client/README.inclusion | 1 + .../__nfs_client/man.text | 0 .../__nfs_client/manifest | 0 .../__nfs_client/singleton | 0 .../__nfs_export/README.inclusion | 1 + .../__nfs_export/explorer/entry | 0 .../__nfs_export/explorer/exports.d | 0 .../__nfs_export/gencode-remote | 0 .../__nfs_export/man.text | 0 .../__nfs_export/manifest | 0 .../__nfs_export/parameter/optional | 0 .../__nfs_export/parameter/required | 0 .../__nfs_server/README.inclusion | 1 + .../__nfs_server/man.text | 0 .../__nfs_server/manifest | 0 .../__nfs_server/singleton | 0 17 files changed, 21 insertions(+) create mode 100644 other/types_submitted_for_inclusion/.readmes/README.inclusion.specific create mode 120000 other/types_submitted_for_inclusion/__nfs_client/README.inclusion rename {conf/type => other/types_submitted_for_inclusion}/__nfs_client/man.text (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_client/manifest (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_client/singleton (100%) create mode 120000 other/types_submitted_for_inclusion/__nfs_export/README.inclusion rename {conf/type => other/types_submitted_for_inclusion}/__nfs_export/explorer/entry (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_export/explorer/exports.d (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_export/gencode-remote (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_export/man.text (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_export/manifest (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_export/parameter/optional (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_export/parameter/required (100%) create mode 120000 other/types_submitted_for_inclusion/__nfs_server/README.inclusion rename {conf/type => other/types_submitted_for_inclusion}/__nfs_server/man.text (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_server/manifest (100%) rename {conf/type => other/types_submitted_for_inclusion}/__nfs_server/singleton (100%) diff --git a/other/types_submitted_for_inclusion/.readmes/README.inclusion.specific b/other/types_submitted_for_inclusion/.readmes/README.inclusion.specific new file mode 100644 index 00000000..0a1eb22e --- /dev/null +++ b/other/types_submitted_for_inclusion/.readmes/README.inclusion.specific @@ -0,0 +1,18 @@ +Description: + + Type that will probably only work in a very specific environnment + (like a specific distribution only). + +Problem: + + If included into core/ directory, many users would be disappointed, + because it does not work for them out of the box. + +Solutions: + + - Make visible for others (done: by integrating into other/types_submitted_for_inclusion) + - Improve: make usable for at least 80% of the standard cases + + or + + - Modify for yourself and use it diff --git a/other/types_submitted_for_inclusion/__nfs_client/README.inclusion b/other/types_submitted_for_inclusion/__nfs_client/README.inclusion new file mode 120000 index 00000000..573e1f5f --- /dev/null +++ b/other/types_submitted_for_inclusion/__nfs_client/README.inclusion @@ -0,0 +1 @@ +../.readmes/README.inclusion.specific \ No newline at end of file diff --git a/conf/type/__nfs_client/man.text b/other/types_submitted_for_inclusion/__nfs_client/man.text similarity index 100% rename from conf/type/__nfs_client/man.text rename to other/types_submitted_for_inclusion/__nfs_client/man.text diff --git a/conf/type/__nfs_client/manifest b/other/types_submitted_for_inclusion/__nfs_client/manifest similarity index 100% rename from conf/type/__nfs_client/manifest rename to other/types_submitted_for_inclusion/__nfs_client/manifest diff --git a/conf/type/__nfs_client/singleton b/other/types_submitted_for_inclusion/__nfs_client/singleton similarity index 100% rename from conf/type/__nfs_client/singleton rename to other/types_submitted_for_inclusion/__nfs_client/singleton diff --git a/other/types_submitted_for_inclusion/__nfs_export/README.inclusion b/other/types_submitted_for_inclusion/__nfs_export/README.inclusion new file mode 120000 index 00000000..52517640 --- /dev/null +++ b/other/types_submitted_for_inclusion/__nfs_export/README.inclusion @@ -0,0 +1 @@ +../.readmes/README.inclusion.dependent \ No newline at end of file diff --git a/conf/type/__nfs_export/explorer/entry b/other/types_submitted_for_inclusion/__nfs_export/explorer/entry similarity index 100% rename from conf/type/__nfs_export/explorer/entry rename to other/types_submitted_for_inclusion/__nfs_export/explorer/entry diff --git a/conf/type/__nfs_export/explorer/exports.d b/other/types_submitted_for_inclusion/__nfs_export/explorer/exports.d similarity index 100% rename from conf/type/__nfs_export/explorer/exports.d rename to other/types_submitted_for_inclusion/__nfs_export/explorer/exports.d diff --git a/conf/type/__nfs_export/gencode-remote b/other/types_submitted_for_inclusion/__nfs_export/gencode-remote similarity index 100% rename from conf/type/__nfs_export/gencode-remote rename to other/types_submitted_for_inclusion/__nfs_export/gencode-remote diff --git a/conf/type/__nfs_export/man.text b/other/types_submitted_for_inclusion/__nfs_export/man.text similarity index 100% rename from conf/type/__nfs_export/man.text rename to other/types_submitted_for_inclusion/__nfs_export/man.text diff --git a/conf/type/__nfs_export/manifest b/other/types_submitted_for_inclusion/__nfs_export/manifest similarity index 100% rename from conf/type/__nfs_export/manifest rename to other/types_submitted_for_inclusion/__nfs_export/manifest diff --git a/conf/type/__nfs_export/parameter/optional b/other/types_submitted_for_inclusion/__nfs_export/parameter/optional similarity index 100% rename from conf/type/__nfs_export/parameter/optional rename to other/types_submitted_for_inclusion/__nfs_export/parameter/optional diff --git a/conf/type/__nfs_export/parameter/required b/other/types_submitted_for_inclusion/__nfs_export/parameter/required similarity index 100% rename from conf/type/__nfs_export/parameter/required rename to other/types_submitted_for_inclusion/__nfs_export/parameter/required diff --git a/other/types_submitted_for_inclusion/__nfs_server/README.inclusion b/other/types_submitted_for_inclusion/__nfs_server/README.inclusion new file mode 120000 index 00000000..573e1f5f --- /dev/null +++ b/other/types_submitted_for_inclusion/__nfs_server/README.inclusion @@ -0,0 +1 @@ +../.readmes/README.inclusion.specific \ No newline at end of file diff --git a/conf/type/__nfs_server/man.text b/other/types_submitted_for_inclusion/__nfs_server/man.text similarity index 100% rename from conf/type/__nfs_server/man.text rename to other/types_submitted_for_inclusion/__nfs_server/man.text diff --git a/conf/type/__nfs_server/manifest b/other/types_submitted_for_inclusion/__nfs_server/manifest similarity index 100% rename from conf/type/__nfs_server/manifest rename to other/types_submitted_for_inclusion/__nfs_server/manifest diff --git a/conf/type/__nfs_server/singleton b/other/types_submitted_for_inclusion/__nfs_server/singleton similarity index 100% rename from conf/type/__nfs_server/singleton rename to other/types_submitted_for_inclusion/__nfs_server/singleton