From e2659f1cfde7aa21922d338c67f23467e6429bc6 Mon Sep 17 00:00:00 2001
From: thierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Date: Tue, 20 Mar 2007 12:04:03 +0000
Subject: [PATCH] enables keyword substitution on the trunks

---
 nagios/plugin/check_planetlab.py     | 2 +-
 scripts/crontabs.sh                  | 2 +-
 tunings-myplc-devel/init-d-plc-devel | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nagios/plugin/check_planetlab.py b/nagios/plugin/check_planetlab.py
index 02fd473..94cb4b8 100755
--- a/nagios/plugin/check_planetlab.py
+++ b/nagios/plugin/check_planetlab.py
@@ -12,7 +12,7 @@ import comon_query
 import comon_sensor
 
 command=sys.argv[0]
-revision="$Revision: 1.3 $"
+revision="$Revision$"
 
 #nagios_plugins_dir="/usr/lib/nagios/plugins"
 
diff --git a/scripts/crontabs.sh b/scripts/crontabs.sh
index 585b7dd..5383349 100755
--- a/scripts/crontabs.sh
+++ b/scripts/crontabs.sh
@@ -30,7 +30,7 @@
 # the config file can optionnally get passed as an argument
 
 COMMAND=$(basename $0)
-REV=$(echo '$Revision: 437 $' | sed -e 's,\$,,g')
+REV=$(echo '$Revision$' | sed -e 's,\$,,g')
 
 DEF_CONFIG="$HOME/.$(basename ${COMMAND} .sh)rc"
 
diff --git a/tunings-myplc-devel/init-d-plc-devel b/tunings-myplc-devel/init-d-plc-devel
index 2dc8438..342bfc4 100755
--- a/tunings-myplc-devel/init-d-plc-devel
+++ b/tunings-myplc-devel/init-d-plc-devel
@@ -6,7 +6,7 @@
 #
 # description:	Manages all PLC services on this machine
 #
-# $Id: host.init,v 1.7.2.4 2006/08/21 21:21:11 mlhuang Exp $
+# $Id$
 #
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin
-- 
2.47.0