[svn] commit: r853 - in /trunk/src/bin: auth/auth.spec bind10/bind10.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 17 19:39:08 UTC 2010
Author: jreed
Date: Wed Feb 17 19:39:08 2010
New Revision: 853
Log:
Use Auth instead of ParkingLot for the module_name.
Modified:
trunk/src/bin/auth/auth.spec
trunk/src/bin/bind10/bind10.py.in
Modified: trunk/src/bin/auth/auth.spec
==============================================================================
--- trunk/src/bin/auth/auth.spec (original)
+++ trunk/src/bin/auth/auth.spec Wed Feb 17 19:39:08 2010
@@ -1,6 +1,6 @@
{
"data_specification": {
- "module_name": "ParkingLot"
+ "module_name": "Auth"
}
}
Modified: trunk/src/bin/bind10/bind10.py.in
==============================================================================
--- trunk/src/bin/bind10/bind10.py.in (original)
+++ trunk/src/bin/bind10/bind10.py.in Wed Feb 17 19:39:08 2010
@@ -233,7 +233,7 @@
cmd = { "command": ['shutdown']}
self.cc_session.group_sendmsg(cmd, 'Boss', 'Cmd-Ctrld')
self.cc_session.group_sendmsg(cmd, "Boss", "ConfigManager")
- self.cc_session.group_sendmsg(cmd, "Boss", "ParkingLot")
+ self.cc_session.group_sendmsg(cmd, "Boss", "Auth")
def stop_process(self, process):
"""Stop the given process, friendly-like."""
More information about the bind10-changes
mailing list