From: Faiyaz Ahmed Date: Thu, 3 Jan 2008 19:48:17 +0000 (+0000) Subject: (no commit message) X-Git-Tag: NodeManager-1.6-1~2 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=5c20310810597b3601deca0daf6a3f9cee246fdd --- diff --git a/bootauth.py b/bootauth.py index e2ad8fb..930b9de 100755 --- a/bootauth.py +++ b/bootauth.py @@ -9,7 +9,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: bootauth.py,v 1.2 2006/11/18 18:16:40 mlhuang Exp $ +# $Id$ # import os, sys diff --git a/bwmon.py b/bwmon.py index 5517f34..ee5d41b 100644 --- a/bwmon.py +++ b/bwmon.py @@ -14,7 +14,7 @@ # Faiyaz Ahmed # Copyright (C) 2004-2008 The Trustees of Princeton University # -# $Id: bwmon.py,v 1.1.2.11 2007/06/26 18:03:55 faiyaza Exp $ +# $Id$ # import os @@ -465,11 +465,11 @@ def sync(nmdbcopy): (version, slices, deaddb) = pickle.load(f) f.close() # Check version of data file - if version != "$Id: bwmon.py,v 1.1.2.11 2007/06/26 18:03:55 faiyaza Exp $": + if version != "$Id$": logger.log("bwmon: Not using old version '%s' data file %s" % (version, datafile)) raise Exception except Exception: - version = "$Id: bwmon.py,v 1.1.2.11 2007/06/26 18:03:55 faiyaza Exp $" + version = "$Id$" slices = {} deaddb = {} diff --git a/conf_files.init b/conf_files.init index c8fc664..5f6e7aa 100644 --- a/conf_files.init +++ b/conf_files.init @@ -5,7 +5,7 @@ # chkconfig: 3 20 80 # description: Updates node configuration files at startup # -# $Id: conf_files.init,v 1.1 2006/11/18 18:43:18 mlhuang Exp $ +# $Id$ # Source function library. . /etc/init.d/functions diff --git a/config.py b/config.py index 7321361..5b890de 100644 --- a/config.py +++ b/config.py @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: config.py,v 1.5 2006/11/18 18:15:37 mlhuang Exp $ +# $Id$ # import os