]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3417] Cosmetic changes after review
authorTomek Mrugalski <tomasz@isc.org>
Thu, 7 Aug 2014 11:09:23 +0000 (13:09 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 7 Aug 2014 11:09:23 +0000 (13:09 +0200)
ChangeLog
src/bin/d2/d2_messages.mes
src/bin/dhcp4/main.cc
src/bin/dhcp6/main.cc

index c5ed83d16e8e8bcb8ee2aae5fe5ddb961bf7cbb2..c0359e04e867863704809b714b2c25eee8507e41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-8XX. [func]            tomek
+8XX.   [func]          tomek
        Functions, methods and variables referring to BIND10 were renamed
        to Kea. In particular, system variables (B10_LOGGER_ROOT,
        B10_LOCKFILE_DIR_FROM_BUILD etc.) were renamed. B10_ prefix was
index 883919731e54737d3231b1165bcbefd467e1e533..ababcac07547a2260a5ffa8fa9334d91e92acfe2 100644 (file)
@@ -56,7 +56,7 @@ updated configuration from the Kea configuration system.
 
 % DCTL_DISCONNECT_FAIL %1 controller failed to end session with Bundy: %2
 This message indicates that while shutting down, the DHCP-DDNS controller
-encountered an error terminating communication with the Kea configuration
+encountered an error terminating communication with the Bundy configuration
 system. The service will still exit.  While theoretically possible,
 this situation is rather unlikely.
 
index 4839d0fe83d548dcd3fd0f9bab120494db3bda64..a58414a9887da7cc23d91e840b1a964737f28e62 100644 (file)
@@ -27,7 +27,7 @@ using namespace isc::dhcp;
 using namespace std;
 
 /// This file contains entry point (main() function) for standard DHCPv4 server
-/// component for Kea software suite. It parses command-line arguments and
+/// component of Kea software suite. It parses command-line arguments and
 /// instantiates ControlledDhcpv4Srv class that is responsible for establishing
 /// connection with msgq (receiving commands and configuration) and also
 /// creating Dhcpv4 server object as well.
index 5b770f23f543469e8dd18f5d76855057b6c57b3e..272026501bca34aaeb056d4f015d224bcd35d620 100644 (file)
@@ -28,7 +28,7 @@ using namespace isc::dhcp;
 using namespace std;
 
 /// This file contains entry point (main() function) for standard DHCPv6 server
-/// component for Kea software suite. It parses command-line arguments and
+/// component of Kea software suite. It parses command-line arguments and
 /// instantiates ControlledDhcpv6Srv class that is responsible for establishing
 /// connection with msgq (receiving commands and configuration) and also
 /// creating Dhcpv6 server object as well.