Renamed project from libpingcheck to pingcheck
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 3 May 2011 08:04:15 +0000 (10:04 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 3 May 2011 08:04:15 +0000 (10:04 +0200)
CMakeLists.txt
Readme
pingcheck.spec [moved from libpingcheck.spec with 93% similarity]

index d6d6092..594b940 100644 (file)
@@ -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 (file)
--- 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).
 
similarity index 93%
rename from libpingcheck.spec
rename to pingcheck.spec
index 21a7c46..063fdc4 100644 (file)
@@ -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