Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
194ef647
Commit
194ef647
authored
Mar 23, 2012
by
Mukund Sivaraman
Browse files
bug
#1819
: Rename --no-kill-i option to --no-kill
parent
631e9f19
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
194ef647
411. [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 774554f46b20ca5ec2ef6c6d5e608114f14e2102)
...
...
src/bin/bind10/bind10_src.py.in
View file @
194ef647
...
...
@@ -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)")
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment