[svn] commit: r3028 - /branches/trac322/src/bin/bind10/bind10.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Sep 27 10:58:04 UTC 2010
Author: vorner
Date: Mon Sep 27 10:58:04 2010
New Revision: 3028
Log:
Full name for BoB
Rather than version, trunk has a really long version string now.
Modified:
branches/trac322/src/bin/bind10/bind10.py.in
Modified: branches/trac322/src/bin/bind10/bind10.py.in
==============================================================================
--- branches/trac322/src/bin/bind10/bind10.py.in (original)
+++ branches/trac322/src/bin/bind10/bind10.py.in Mon Sep 27 10:58:04 2010
@@ -65,11 +65,11 @@
import isc.cc
import isc.utils.process
+# Assign this process some longer name
+isc.utils.process.rename(sys.argv[0])
+
# This is the version that gets displayed to the user.
__version__ = "v20100531"
-
-# Assign this process some nicer name
-isc.utils.process.rename("bind10" + __version__)
class RestartSchedule:
"""
More information about the bind10-changes
mailing list