[bind10-dev] s/bind-cfgd/b10-cfgmgr/
Jeremy C. Reed
jreed at isc.org
Tue Feb 23 19:39:54 UTC 2010
I didn't commit this since one is in a python module and since is in
src/lib I assume other programs than b10-cfgmgr may print this.
Index: src/lib/config/python/isc/config/cfgmgr.py
===================================================================
--- src/lib/config/python/isc/config/cfgmgr.py (revision 935)
+++ src/lib/config/python/isc/config/cfgmgr.py (working copy)
@@ -70,7 +70,7 @@
config.data = file_config
else:
# We can put in a migration path here for old data
- raise ConfigManagerDataReadError("[bind-cfgd] Old
version of data found")
+ raise ConfigManagerDataReadError("[b10-cfgmgr] Old
version of data found")
file.close()
except IOError as ioe:
raise ConfigManagerDataEmpty("No config file found")
Index: src/bin/cfgmgr/b10-cfgmgr.py.in
===================================================================
--- src/bin/cfgmgr/b10-cfgmgr.py.in (revision 935)
+++ src/bin/cfgmgr/b10-cfgmgr.py.in (working copy)
@@ -31,7 +31,7 @@
cm.notify_boss()
cm.run()
except isc.cc.SessionError as se:
- print("[bind-cfgd] Error creating config manager, "
+ print("[b10-cfgmgr] Error creating config manager, "
"is the command channel daemon running?")
except KeyboardInterrupt as kie:
print("Got ctrl-c, exit")
More information about the bind10-dev
mailing list