From 6790fa8d3052af28a45e4ec1327f79466c6cc56d Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Wed, 18 Jul 2012 14:47:18 +0200
Subject: [PATCH] remove old svn-keywords & stuff

---
 Makefile     | 2 --
 leak.c       | 1 -
 pl_mom.cron  | 2 --
 pl_mom.py    | 2 --
 pl_mom.spec  | 7 +------
 pl_mop.sh    | 2 --
 swapmon.init | 2 --
 swapmon.py   | 3 +--
 8 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/Makefile b/Makefile
index 9b75c7f..3e3075b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 ALL := leak
 
diff --git a/leak.c b/leak.c
index 017f05a..6439ed1 100644
--- a/leak.c
+++ b/leak.c
@@ -4,7 +4,6 @@
  * Mark Huang <mlhuang@cs.princeton.edu>
  * Copyright (C) 2006 The Trustees of Princeton University
  *
- * $Id$
  */
 
 #include <stdio.h>
diff --git a/pl_mom.cron b/pl_mom.cron
index 46509de..23732d9 100644
--- a/pl_mom.cron
+++ b/pl_mom.cron
@@ -4,7 +4,5 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id$
-#
 
 @M@	@H@	* *	*	root	/usr/bin/pl_mop.sh
diff --git a/pl_mom.py b/pl_mom.py
index bcb77c4..ad7559f 100644
--- a/pl_mom.py
+++ b/pl_mom.py
@@ -5,8 +5,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 import os
 import sys
diff --git a/pl_mom.spec b/pl_mom.spec
index dda1e6c..21f07bb 100644
--- a/pl_mom.spec
+++ b/pl_mom.spec
@@ -1,8 +1,3 @@
-#
-# $Id$
-#
-%define url $URL$
-
 %define name pl_mom
 %define version 2.3
 %define taglevel 4
@@ -19,7 +14,7 @@ Source: %{name}-%{version}.tgz
 Vendor: PlanetLab
 Packager: PlanetLab Central <support@planet-lab.org>
 Distribution: PlanetLab %{plrelease}
-URL: %(echo %{url} | cut -d ' ' -f 2)
+URL: %{SCMURL}
 #URL: http://cvs.planet-lab.org/cvs/pl_mom
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: expect
diff --git a/pl_mop.sh b/pl_mop.sh
index 24346e1..4922277 100755
--- a/pl_mop.sh
+++ b/pl_mop.sh
@@ -5,8 +5,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2005 The Trustees of Princeton University
 #
-# $Id$
-#
 
 PATH=/sbin:/usr/sbin:$PATH
 
diff --git a/swapmon.init b/swapmon.init
index b0a9d14..9debc52 100755
--- a/swapmon.init
+++ b/swapmon.init
@@ -6,8 +6,6 @@
 #
 # description:	Resets memory hogs when swap is running low
 #
-# $Id$
-#
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin
 
diff --git a/swapmon.py b/swapmon.py
index 6f995fa..edc00a3 100755
--- a/swapmon.py
+++ b/swapmon.py
@@ -10,8 +10,6 @@
 # Faiyaz Ahmed <faiyaza@cs.princeton.edu>
 # Copyright (C) 2004-2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 import syslog
 import os
@@ -32,6 +30,7 @@ from pl_mom import *
 debug = False
 verbose = 0
 DATAFILE = "/var/lib/misc/swapmon.dat"
+# xxx fixme - this is broken under git
 VERSION = "$Id$"
 # Seconds between process analysis
 period = 30
-- 
2.47.0