BIND 10 trac1819, updated. 3bd3d5018e3b297d75c98d054730262b42113179 bug #1819: Rename --no-kill-i option to --no-kill

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 23 11:50:20 UTC 2012


The branch, trac1819 has been updated
       via  3bd3d5018e3b297d75c98d054730262b42113179 (commit)
      from  98e5599610b27934426c3e0dae5f20e0f79934c6 (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 3bd3d5018e3b297d75c98d054730262b42113179
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Mar 23 17:20:12 2012 +0530

    bug #1819: Rename --no-kill-i option to --no-kill

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

Summary of changes:
 ChangeLog                       |    2 +-
 src/bin/bind10/bind10_src.py.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 45153f6..682814a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 406.	[func]		muks
-	Add a -i/--no-kill-i command-line argument to bind10, which stops
+	Add a -i/--no-kill command-line argument to bind10, which stops
 	it from sending SIGTERM and SIGKILL to other b10 processes when
 	they're shutting down.
 	(Trac #1819, git 048206388a5b4eaadc752b2769b125b073caade2)
diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in
index 08d7cfe..5e1f44e 100755
--- a/src/bin/bind10/bind10_src.py.in
+++ b/src/bin/bind10/bind10_src.py.in
@@ -1048,7 +1048,7 @@ def parse_args(args=sys.argv[1:], Parser=OptionParser):
                       help="UNIX domain socket file the b10-msgq daemon will use")
     parser.add_option("-n", "--no-cache", action="store_true", dest="nocache",
                       default=False, help="disable hot-spot cache in authoritative DNS server")
-    parser.add_option("-i", "--no-kill-i", action="store_true", dest="nokill",
+    parser.add_option("-i", "--no-kill", action="store_true", dest="nokill",
                       default=False, help="do not send SIGTERM and SIGKILL signals to modules")
     parser.add_option("-u", "--user", dest="user", type="string", default=None,
                       help="Change user after startup (must run as root)")



More information about the bind10-changes mailing list