(no commit message)
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 3 Jan 2008 19:48:17 +0000 (19:48 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 3 Jan 2008 19:48:17 +0000 (19:48 +0000)
bootauth.py
bwmon.py
conf_files.init
config.py

index e2ad8fb..930b9de 100755 (executable)
@@ -9,7 +9,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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
index 5517f34..ee5d41b 100644 (file)
--- a/bwmon.py
+++ b/bwmon.py
@@ -14,7 +14,7 @@
 # Faiyaz Ahmed <faiyaza@cs.princeton.edu>
 # 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 = {}
 
index c8fc664..5f6e7aa 100644 (file)
@@ -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
index 7321361..5b890de 100644 (file)
--- a/config.py
+++ b/config.py
@@ -6,7 +6,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # 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