BIND 10 trac760, updated. ca03a1f5156b0a68a2179e287d9af444c64aee91 [trac760] address review comments

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 30 08:39:59 UTC 2011


The branch, trac760 has been updated
       via  ca03a1f5156b0a68a2179e287d9af444c64aee91 (commit)
      from  4dc1b4bf31b25256bac76baca6e8af71e11cc83a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ca03a1f5156b0a68a2179e287d9af444c64aee91
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Jun 30 10:39:49 2011 +0200

    [trac760] address review comments

-----------------------------------------------------------------------

Summary of changes:
 src/bin/cmdctl/cmdctl_messages.mes |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/cmdctl_messages.mes b/src/bin/cmdctl/cmdctl_messages.mes
index c3755bc..9ba2a9b 100644
--- a/src/bin/cmdctl/cmdctl_messages.mes
+++ b/src/bin/cmdctl/cmdctl_messages.mes
@@ -19,13 +19,13 @@
 There was an error reading the updated configuration data. The specific
 error is printed.
 
-% CMDCTL_BAD_PASSWORD Bad password for user: %1
+% CMDCTL_BAD_PASSWORD bad password for user: %1
 A login attempt was made to b10-cmdctl, but the password was wrong.
 Users can be managed with the tool b10-cmdctl-usermgr.
 
 % CMDCTL_CC_SESSION_ERROR error reading from cc channel: %1
 There was a problem reading from the command and control channel. The
-most likely cause is that the msgq daemon is not running.
+most likely cause is that the message bus daemon is not running.
 
 % CMDCTL_CC_SESSION_TIMEOUT timeout on cc channel
 A timeout occurred when waiting for essential data from the cc session.
@@ -33,14 +33,14 @@ This usually occurs when b10-cfgmgr is not running or not responding.
 Since we are waiting for essential information, this is a fatal error,
 and the cmdctl daemon will now shut down.
 
-% CMDCTL_COMMAND_ERROR Error in command %1 to module %2: %3
+% CMDCTL_COMMAND_ERROR error in command %1 to module %2: %3
 An error was encountered sending the given command to the given module.
 Either there was a communication problem with the module, or the module
 was not able to process the command, and sent back an error. The
 specific error is printed in the message.
 
-% CMDCTL_COMMAND_SENT Command '%1' to module '%2' was sent
-This debug message indicates that the given command is being sent to
+% CMDCTL_COMMAND_SENT command '%1' to module '%2' was sent
+This debug message indicates that the given command has been sent to
 the given module.
 
 % CMDCTL_NO_SUCH_USER username not found in user database: %1
@@ -54,15 +54,15 @@ this message follows a message CMDCTL_USER_DATABASE_READ_ERROR
 containing a specific error), or the file was empty. Users can be added
 with the tool b10-cmdctl-usermgr.
 
-% CMDCTL_SEND_COMMAND Sending command %1 to module %2
+% CMDCTL_SEND_COMMAND sending command %1 to module %2
 This debug message indicates that the given command is being sent to
 the given module.
 
-% CMDCTL_SSL_ERROR_USER_DENIED User denied because of SSL error: %1
+% CMDCTL_SSL_ERROR_USER_DENIED user denied because of SSL error: %1
 The user was denied because the SSL connection could not successfully
 be set up. The specific error is given in the log message. Possible
-causes may be that the ssl request itself was bad, or the key or
-certificate file had a problem.
+causes may be that the ssl request itself was bad, or the local key or
+certificate file could not be read.
 
 % CMDCTL_STOPPED_BY_KEYBOARD keyboard interrupt, shutting down
 There was a keyboard interrupt signal to stop the cmdctl daemon. The




More information about the bind10-changes mailing list