From 31341a744527ec71c578c22fadd43e59cab546e9 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 14 Jul 2005 19:28:59 +0000 Subject: [PATCH] change names of clients --- heartbeat => hbc | 2 +- heartbeatmsg => hbmsg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename heartbeat => hbc (93%) rename heartbeatmsg => hbmsg (84%) diff --git a/heartbeat b/hbc similarity index 93% rename from heartbeat rename to hbc index 468c3c1..1a78171 100755 --- a/heartbeat +++ b/hbc @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: heartbeat,v 1.3 2005/05/17 14:57:56 andreas Exp $ +# $Id: hbc,v 1.1 2005/07/14 19:28:59 andreas Exp $ import sys, time, socket, os, signal ADDR="204.29.161.33" diff --git a/heartbeatmsg b/hbmsg similarity index 84% rename from heartbeatmsg rename to hbmsg index ce2129e..15d5e99 100755 --- a/heartbeatmsg +++ b/hbmsg @@ -1,5 +1,5 @@ #!/usr/bin/env python -# $Id: heartbeatmsg,v 1.2 2005/02/27 16:41:40 andreas Exp $ +# $Id: hbmsg,v 1.1 2005/07/14 19:28:59 andreas Exp $ import time, socket ADDR="204.29.161.33"