Browse Source

Use Auth instead of ParkingLot for the module_name.

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@853 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
da9c7b09ab
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/auth/auth.spec
  2. 1 1
      src/bin/bind10/bind10.py.in

+ 1 - 1
src/bin/auth/auth.spec

@@ -1,6 +1,6 @@
 {
   "data_specification": {
-    "module_name": "ParkingLot"
+    "module_name": "Auth"
   }
 }
 

+ 1 - 1
src/bin/bind10/bind10.py.in

@@ -233,7 +233,7 @@ class BoB:
         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."""