BIND 10 trac1901, updated. 87da92a958f4eb914c981d0b3ddab3cf68d41803 [1901] Remove sys.argv[0] from rename() call in b10-init
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 5 11:04:37 UTC 2013
The branch, trac1901 has been updated
via 87da92a958f4eb914c981d0b3ddab3cf68d41803 (commit)
from 2dffde2cef71ec693097f59f81fe40ada8035975 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 87da92a958f4eb914c981d0b3ddab3cf68d41803
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Feb 5 12:04:09 2013 +0100
[1901] Remove sys.argv[0] from rename() call in b10-init
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/init.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/init.py.in b/src/bin/bind10/init.py.in
index 799aafd..874fb34 100755
--- a/src/bin/bind10/init.py.in
+++ b/src/bin/bind10/init.py.in
@@ -96,7 +96,7 @@ CREATOR_SOCKET_ERROR = 2
CREATOR_SHARE_ERROR = 3
# Assign this process some longer name
-isc.util.process.rename(sys.argv[0])
+isc.util.process.rename()
# This is the version that gets displayed to the user.
# The VERSION string consists of the module name, the module version
More information about the bind10-changes
mailing list