From de28cf82e6c3dc7f550a613a7f8896ebc4f52e00 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 2 Feb 2011 22:09:36 +0100 Subject: [PATCH] begin to cleanup obsoleted conf/lib directory Signed-off-by: Nico Schottelius --- conf/{lib => explorer}/cdist_explore_hostname.sh | 0 conf/{lib => explorer}/cdist_explore_os.sh | 0 conf/{lib => explorer}/cdist_explore_pkg_system.sh | 0 conf/{lib => types/file}/cdist_dir.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename conf/{lib => explorer}/cdist_explore_hostname.sh (100%) rename conf/{lib => explorer}/cdist_explore_os.sh (100%) rename conf/{lib => explorer}/cdist_explore_pkg_system.sh (100%) rename conf/{lib => types/file}/cdist_dir.sh (100%) diff --git a/conf/lib/cdist_explore_hostname.sh b/conf/explorer/cdist_explore_hostname.sh similarity index 100% rename from conf/lib/cdist_explore_hostname.sh rename to conf/explorer/cdist_explore_hostname.sh diff --git a/conf/lib/cdist_explore_os.sh b/conf/explorer/cdist_explore_os.sh similarity index 100% rename from conf/lib/cdist_explore_os.sh rename to conf/explorer/cdist_explore_os.sh diff --git a/conf/lib/cdist_explore_pkg_system.sh b/conf/explorer/cdist_explore_pkg_system.sh similarity index 100% rename from conf/lib/cdist_explore_pkg_system.sh rename to conf/explorer/cdist_explore_pkg_system.sh diff --git a/conf/lib/cdist_dir.sh b/conf/types/file/cdist_dir.sh similarity index 100% rename from conf/lib/cdist_dir.sh rename to conf/types/file/cdist_dir.sh