From 3d556d044892e56eeb2f4e0796b317c5779b4d33 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 2 Feb 2011 22:19:45 +0100 Subject: [PATCH] cleanup explorer naming Signed-off-by: Nico Schottelius --- conf/explorer/{cdist_explore_hostname.sh => hostname} | 0 conf/explorer/{cdist_explore_os.sh => os} | 0 conf/explorer/{cdist_explore_pkg_system.sh => pkg_system} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename conf/explorer/{cdist_explore_hostname.sh => hostname} (100%) mode change 100644 => 100755 rename conf/explorer/{cdist_explore_os.sh => os} (100%) mode change 100644 => 100755 rename conf/explorer/{cdist_explore_pkg_system.sh => pkg_system} (100%) mode change 100644 => 100755 diff --git a/conf/explorer/cdist_explore_hostname.sh b/conf/explorer/hostname old mode 100644 new mode 100755 similarity index 100% rename from conf/explorer/cdist_explore_hostname.sh rename to conf/explorer/hostname diff --git a/conf/explorer/cdist_explore_os.sh b/conf/explorer/os old mode 100644 new mode 100755 similarity index 100% rename from conf/explorer/cdist_explore_os.sh rename to conf/explorer/os diff --git a/conf/explorer/cdist_explore_pkg_system.sh b/conf/explorer/pkg_system old mode 100644 new mode 100755 similarity index 100% rename from conf/explorer/cdist_explore_pkg_system.sh rename to conf/explorer/pkg_system