Renamed config directory to conf, in order to avoid confusion with the directory...
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Thu, 3 Mar 2011 16:30:11 +0000 (17:30 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Thu, 3 Mar 2011 16:30:11 +0000 (17:30 +0100)
conf/pingcheck.conf [moved from config/pingcheck.cfg with 100% similarity]
src/config/configurationreader.cpp

similarity index 100%
rename from config/pingcheck.cfg
rename to conf/pingcheck.conf
index 4b6cbf3..adf9525 100644 (file)
@@ -18,7 +18,7 @@ ConfigurationReader::ConfigurationReader() :
     VersionCmdDesc( "Print the version string and exit." ),
     HelpCmdStr( "help" ),
     HelpCmdDesc( "Print this help and exit." ),
-    DefaultConfigFileName( "pingcheck.cfg" ),
+    DefaultConfigFileName( "pingcheck.conf" ),
     ConfigFileCmdStr( "config-file" ),
     ConfigFileCmdDesc( "Name of the configuration file." ),
     DefaultLimitToNotify( 4 ),