last change

This commit is contained in:
andreas
2010-08-21 14:07:17 +00:00
parent e0c6620605
commit 6d8ef8fec9
+2 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# $Id: hbd,v 1.22 2010/08/21 12:35:37 andreas Exp $ # $Id: hbd,v 1.23 2010/08/21 14:07:17 andreas Exp $
# Wait for heartbeat messages and act on them (or their absence) # Wait for heartbeat messages and act on them (or their absence)
# #
import time, os, string, sys, socket, atexit, select, SocketServer, getopt, signal, cPickle import time, os, string, sys, socket, atexit, select, SocketServer, getopt, signal, cPickle
@@ -656,5 +656,5 @@ if sig == signal.SIGHUP:
pick.dump(msgs) pick.dump(msgs)
pickf.close() pickf.close()
os.execv(sys.argv[0],cmdargs) os.execv(sys.argv[0],sys.argv[0]+cmdargs)