Skip to content

Commit

Permalink
Remove obsolete scripts
Browse files Browse the repository at this point in the history
refs #7248
  • Loading branch information
gunnarbeutner committed Oct 24, 2014
1 parent 10150c3 commit 41266aa
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 439 deletions.
14 changes: 0 additions & 14 deletions agent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,6 @@
# along with this program; if not, write to the Free Software Foundation
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

if(UNIX OR CYGWIN)
configure_file(icinga2-discover-agent.cmake ${CMAKE_CURRENT_BINARY_DIR}/icinga2-discover-agent @ONLY)
configure_file(icinga2-forget-agent.cmake ${CMAKE_CURRENT_BINARY_DIR}/icinga2-forget-agent @ONLY)
configure_file(icinga2-list-agents.cmake ${CMAKE_CURRENT_BINARY_DIR}/icinga2-list-agents @ONLY)
configure_file(icinga2-setup-agent.cmake ${CMAKE_CURRENT_BINARY_DIR}/icinga2-setup-agent @ONLY)

install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/icinga2-discover-agent ${CMAKE_CURRENT_BINARY_DIR}/icinga2-setup-agent
${CMAKE_CURRENT_BINARY_DIR}/icinga2-forget-agent ${CMAKE_CURRENT_BINARY_DIR}/icinga2-list-agents
DESTINATION ${CMAKE_INSTALL_SBINDIR}
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
endif()

if(MSVC)
include_external_msproject(
icinga2setupagent
Expand Down
84 changes: 0 additions & 84 deletions agent/icinga2-discover-agent.cmake

This file was deleted.

45 changes: 0 additions & 45 deletions agent/icinga2-forget-agent.cmake

This file was deleted.

71 changes: 0 additions & 71 deletions agent/icinga2-list-agents.cmake

This file was deleted.

0 comments on commit 41266aa

Please sign in to comment.