From: Guilherme Maciel Ferreira Date: Thu, 3 Mar 2011 16:30:11 +0000 (+0100) Subject: Renamed config directory to conf, in order to avoid confusion with the directory... X-Git-Tag: v1.0~164 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=905174d95a61a37bdbe7ed6bb7a0fc43a6d7f85e;p=pingcheck Renamed config directory to conf, in order to avoid confusion with the directory name inside src --- diff --git a/config/pingcheck.cfg b/conf/pingcheck.conf similarity index 100% rename from config/pingcheck.cfg rename to conf/pingcheck.conf diff --git a/src/config/configurationreader.cpp b/src/config/configurationreader.cpp index 4b6cbf3..adf9525 100644 --- a/src/config/configurationreader.cpp +++ b/src/config/configurationreader.cpp @@ -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 ),