[svn] commit: r751 - in /branches/each-datasrc/src/bin: Makefile.am auth/auth.spec bind10/bind10.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 8 19:05:18 UTC 2010
Author: each
Date: Mon Feb 8 19:05:18 2010
New Revision: 751
Log:
changed "ParkingLot" to "Auth" in a few places
Modified:
branches/each-datasrc/src/bin/Makefile.am
branches/each-datasrc/src/bin/auth/auth.spec
branches/each-datasrc/src/bin/bind10/bind10.py.in
Modified: branches/each-datasrc/src/bin/Makefile.am
==============================================================================
--- branches/each-datasrc/src/bin/Makefile.am (original)
+++ branches/each-datasrc/src/bin/Makefile.am Mon Feb 8 19:05:18 2010
@@ -1,1 +1,1 @@
-SUBDIRS = bind10 bindctl cfgmgr msgq host cmdctl auth parkinglot
+SUBDIRS = bind10 bindctl cfgmgr msgq host cmdctl auth
Modified: branches/each-datasrc/src/bin/auth/auth.spec
==============================================================================
--- branches/each-datasrc/src/bin/auth/auth.spec (original)
+++ branches/each-datasrc/src/bin/auth/auth.spec Mon Feb 8 19:05:18 2010
@@ -1,6 +1,6 @@
{
"data_specification": {
- "module_name": "ParkingLot"
+ "module_name": "Auth"
}
}
Modified: branches/each-datasrc/src/bin/bind10/bind10.py.in
==============================================================================
--- branches/each-datasrc/src/bin/bind10/bind10.py.in (original)
+++ branches/each-datasrc/src/bin/bind10/bind10.py.in Mon Feb 8 19:05:18 2010
@@ -194,7 +194,7 @@
if self.verbose:
print("[XX] ccsession started")
- # start the parking lot
+ # start the auth server
# XXX: this must be read from the configuration manager in the future
# XXX: we hardcode port 5300
if self.verbose:
@@ -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