From: Thomas Jarosch Date: Tue, 3 May 2011 08:04:15 +0000 (+0200) Subject: Renamed project from libpingcheck to pingcheck X-Git-Tag: v1.0~39^2 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=aca0d1d71fff3dcea2634092eb5aef1ac09516db;p=pingcheck Renamed project from libpingcheck to pingcheck --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d6d6092..594b940 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}) # project: definitions -project(libpingcheck) +project(pingcheck) set(VERSION 0.1) set(TARGET ${PROJECT_NAME}) diff --git a/Readme b/Readme index 3d4efbe..e0950ac 100644 --- a/Readme +++ b/Readme @@ -24,7 +24,7 @@ The host's address can be an IP or a DNS. 1.2. How to use --------------------------------------- There are many ways to invoke the application, the simplest is just type: - ./libpingcheck + ./pingcheck which uses the configuration values from the configuration file (describled in the Configuration File section). diff --git a/libpingcheck.spec b/pingcheck.spec similarity index 93% rename from libpingcheck.spec rename to pingcheck.spec index 21a7c46..063fdc4 100644 --- a/libpingcheck.spec +++ b/pingcheck.spec @@ -1,5 +1,5 @@ Summary: Pingcheck -Name: libpingcheck +Name: pingcheck Version: ##VERSION## Release: 1 License: Intranator License @@ -47,4 +47,4 @@ rm -fr $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc LICENSE -%{_bindir}/libpingcheck +%{_bindir}/pingcheck