enables keyword substitution on the trunks
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 20 Mar 2007 12:04:03 +0000 (12:04 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 20 Mar 2007 12:04:03 +0000 (12:04 +0000)
nagios/plugin/check_planetlab.py
scripts/crontabs.sh
tunings-myplc-devel/init-d-plc-devel

index 02fd473..94cb4b8 100755 (executable)
@@ -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"
 
index 585b7dd..5383349 100755 (executable)
@@ -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"
 
index 2dc8438..342bfc4 100755 (executable)
@@ -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