summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xACE/ASNMP/tests/run_tests.sh1
-rwxr-xr-xACE/apps/JAWS/clients/WebSTONE/bin/genfiles-from-filelist.sh1
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/conf/paths.sh2
-rwxr-xr-xACE/bin/add_rel_link.sh1
-rwxr-xr-xACE/bin/clean_sems.sh1
-rwxr-xr-xACE/bin/cleanbuilds.sh1
-rwxr-xr-xACE/bin/copy-script.sh1
-rwxr-xr-xACE/bin/diff-builds-and-group-fixed-tests-only.sh1
-rwxr-xr-xACE/bin/footprint_stats.sh2
-rwxr-xr-xACE/bin/g++_metric.sh2
-rwxr-xr-xACE/bin/generate_compile_stats.sh2
-rwxr-xr-xACE/bin/generate_footprint_chart.sh2
-rwxr-xr-xACE/bin/generate_performance_chart.sh2
-rwxr-xr-xACE/bin/generate_topinfo_charts.sh1
-rwxr-xr-xACE/bin/group_test_stats.sh1
-rwxr-xr-xACE/bin/mail_test_stats.sh1
-rwxr-xr-xACE/bin/performance_stats.sh2
-rwxr-xr-xACE/bin/topinfo_iorsize_stats.sh2
-rwxr-xr-xACE/bin/topinfo_simple_stats.sh2
-rwxr-xr-xACE/bin/topinfo_stats.sh2
-rwxr-xr-xACE/debian/cmp-installation.sh1
-rwxr-xr-xACE/debian/fix_doxygen.sh1
-rwxr-xr-xACE/examples/IPC_SAP/SOCK_SAP/run_test.sh1
-rwxr-xr-xACE/performance-tests/Server_Concurrency/run_test.sh2
-rwxr-xr-xTAO/examples/RTCORBA/Activity/gen_graphs.sh2
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_acc.sh1
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_cmp.sh1
-rw-r--r--TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_compared_histo.sh1
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_histo.sh1
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_percentiles.sh1
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_stat.sh1
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_dispatching.sh2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_filter.sh2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_locking.sh2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/run_roundtrip.sh2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_cmp.sh1
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_histo.sh1
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_percentiles.sh1
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/run.sh2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/run_test.sh2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_dispatching.sh2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_locking.sh2
-rwxr-xr-xTAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_roundtrip.sh2
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/double_start/restart.sh1
-rwxr-xr-xTAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark.sh1
-rwxr-xr-xTAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark_sequence.sh1
-rwxr-xr-xTAO/performance-tests/Protocols/set_lksctp_params.sh2
-rwxr-xr-xTAO/performance-tests/Protocols/set_sctp_params.sh2
-rwxr-xr-xTAO/performance-tests/Protocols/show_lksctp_params.sh2
-rwxr-xr-xTAO/performance-tests/Protocols/show_sctp_params.sh2
50 files changed, 1 insertions, 74 deletions
diff --git a/ACE/ASNMP/tests/run_tests.sh b/ACE/ASNMP/tests/run_tests.sh
index 74e7e66036a..b99c1d2163e 100755
--- a/ACE/ASNMP/tests/run_tests.sh
+++ b/ACE/ASNMP/tests/run_tests.sh
@@ -1,6 +1,5 @@
#!/bin/sh
-# $Id$
# This is the UNIX version of the one-button ACE tests.
# Contributed by Michael Rueger <m_rueger@SYSCOMP.DE>
diff --git a/ACE/apps/JAWS/clients/WebSTONE/bin/genfiles-from-filelist.sh b/ACE/apps/JAWS/clients/WebSTONE/bin/genfiles-from-filelist.sh
index 7da639ad1b6..e0e501305f5 100755
--- a/ACE/apps/JAWS/clients/WebSTONE/bin/genfiles-from-filelist.sh
+++ b/ACE/apps/JAWS/clients/WebSTONE/bin/genfiles-from-filelist.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
# get configuration
[ -n "$WEBSTONEROOT" ] || WEBSTONEROOT=`pwd`/..
diff --git a/ACE/apps/JAWS/clients/WebSTONE/conf/paths.sh b/ACE/apps/JAWS/clients/WebSTONE/conf/paths.sh
index 854ec652fd2..4e768b56d84 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/conf/paths.sh
+++ b/ACE/apps/JAWS/clients/WebSTONE/conf/paths.sh
@@ -1 +1 @@
-# $Id$ \ No newline at end of file
+# \ No newline at end of file
diff --git a/ACE/bin/add_rel_link.sh b/ACE/bin/add_rel_link.sh
index 4ae65c1680e..293058677f8 100755
--- a/ACE/bin/add_rel_link.sh
+++ b/ACE/bin/add_rel_link.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
# This script assumes it is being run by bash
# ======= needed functions ======
diff --git a/ACE/bin/clean_sems.sh b/ACE/bin/clean_sems.sh
index 7e9227d7a82..b73793c7b62 100755
--- a/ACE/bin/clean_sems.sh
+++ b/ACE/bin/clean_sems.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
SYSTEM=`uname -s`
IPCS="ipcs"
diff --git a/ACE/bin/cleanbuilds.sh b/ACE/bin/cleanbuilds.sh
index a35a697342b..4dbc9db6464 100755
--- a/ACE/bin/cleanbuilds.sh
+++ b/ACE/bin/cleanbuilds.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
if test -z $1; then CURRENTDATE=YYYY_MM_DD; else CURRENTDATE=$1; fi
diff --git a/ACE/bin/copy-script.sh b/ACE/bin/copy-script.sh
index 68481c9e9d9..2b893b584e9 100755
--- a/ACE/bin/copy-script.sh
+++ b/ACE/bin/copy-script.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
for i in *.gz *.bz2 *.zip *.md5; do
d=`echo $i | sed 's/\.[tz][ai][rp]/-$1&/'`
diff --git a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
index 8c63621f62a..b5148898966 100755
--- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
+++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
if test -z $1; then newdate=`date -u +%Y_%m_%d`; else newdate=$1; fi
if test -z $2; then prefix=`date -u +%Y%m%d%a`; else prefix=$2; fi
diff --git a/ACE/bin/footprint_stats.sh b/ACE/bin/footprint_stats.sh
index e3ab411c3c8..eb7fd5ffd2b 100755
--- a/ACE/bin/footprint_stats.sh
+++ b/ACE/bin/footprint_stats.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
if [ $# -lt 1 ]; then
echo "Usage: $0 [DEST]"
diff --git a/ACE/bin/g++_metric.sh b/ACE/bin/g++_metric.sh
index b24fc2bf355..c31b53c48c9 100755
--- a/ACE/bin/g++_metric.sh
+++ b/ACE/bin/g++_metric.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
# This simple script is used to gather compile time metrics. You can use
# it with make like this:
#
diff --git a/ACE/bin/generate_compile_stats.sh b/ACE/bin/generate_compile_stats.sh
index 8f55b21eead..cbddc963c4c 100755
--- a/ACE/bin/generate_compile_stats.sh
+++ b/ACE/bin/generate_compile_stats.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
# This script generate metrics html pages for either compile times or
# footprint.
#
diff --git a/ACE/bin/generate_footprint_chart.sh b/ACE/bin/generate_footprint_chart.sh
index 8518d276c04..9f0785f3314 100755
--- a/ACE/bin/generate_footprint_chart.sh
+++ b/ACE/bin/generate_footprint_chart.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
gnuplot <<_EOF_ >/dev/null 2>&1
set xdata time
diff --git a/ACE/bin/generate_performance_chart.sh b/ACE/bin/generate_performance_chart.sh
index c08044a4967..b8a0cb3bcc5 100755
--- a/ACE/bin/generate_performance_chart.sh
+++ b/ACE/bin/generate_performance_chart.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
gnuplot <<_EOF_ >/dev/null 2>&1
set xdata time
diff --git a/ACE/bin/generate_topinfo_charts.sh b/ACE/bin/generate_topinfo_charts.sh
index 9baa2ca9ceb..7556bc925cb 100755
--- a/ACE/bin/generate_topinfo_charts.sh
+++ b/ACE/bin/generate_topinfo_charts.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
gnuplot <<_EOF_ >/dev/null 2>&1
set xdata time
diff --git a/ACE/bin/group_test_stats.sh b/ACE/bin/group_test_stats.sh
index 163de31c317..3f64b9cea32 100755
--- a/ACE/bin/group_test_stats.sh
+++ b/ACE/bin/group_test_stats.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
if test -e tmp; then unlink tmp; fi
if test -e tmp2; then unlink tmp2; fi
diff --git a/ACE/bin/mail_test_stats.sh b/ACE/bin/mail_test_stats.sh
index 9d42e5cedb6..64af200d6d7 100755
--- a/ACE/bin/mail_test_stats.sh
+++ b/ACE/bin/mail_test_stats.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
if test -z $1; then CURRENTDATE=`date -u +%Y_%m_%d`; else CURRENTDATE=$1; fi
if test -z $2; then PREFIX=`date -u +%Y%m%d%a`; else PREFIX=$2; fi
diff --git a/ACE/bin/performance_stats.sh b/ACE/bin/performance_stats.sh
index df6ebd42492..67fe7e8820f 100755
--- a/ACE/bin/performance_stats.sh
+++ b/ACE/bin/performance_stats.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
if [ $# -lt 1 ]; then
echo "Usage: $0 <DEST>"
diff --git a/ACE/bin/topinfo_iorsize_stats.sh b/ACE/bin/topinfo_iorsize_stats.sh
index a858c0e1f05..7fc5ea64f20 100755
--- a/ACE/bin/topinfo_iorsize_stats.sh
+++ b/ACE/bin/topinfo_iorsize_stats.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
if [ $# -lt 3 ]; then
echo "Usage: $0 [DEST] [USER] [OPTIMIZED]"
diff --git a/ACE/bin/topinfo_simple_stats.sh b/ACE/bin/topinfo_simple_stats.sh
index 022b3f8264a..2726f8ec8c1 100755
--- a/ACE/bin/topinfo_simple_stats.sh
+++ b/ACE/bin/topinfo_simple_stats.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
if [ $# -lt 2 ]; then
diff --git a/ACE/bin/topinfo_stats.sh b/ACE/bin/topinfo_stats.sh
index 2698221d096..c4bf54f8f0b 100755
--- a/ACE/bin/topinfo_stats.sh
+++ b/ACE/bin/topinfo_stats.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
if [ $# -lt 2 ]; then
diff --git a/ACE/debian/cmp-installation.sh b/ACE/debian/cmp-installation.sh
index 150c9879a05..63f98710fed 100755
--- a/ACE/debian/cmp-installation.sh
+++ b/ACE/debian/cmp-installation.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
#
# This script compares autoconf-based installation against regular builds
# provided files.
diff --git a/ACE/debian/fix_doxygen.sh b/ACE/debian/fix_doxygen.sh
index 6fa5a8f07cb..a511364e122 100755
--- a/ACE/debian/fix_doxygen.sh
+++ b/ACE/debian/fix_doxygen.sh
@@ -1,7 +1,6 @@
#!/bin/sh
#
# This script regenerates changes on the Doxygen templates.
-# $Id$
#
set -e
export QUILT_PATCHES=debian/patches
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/run_test.sh b/ACE/examples/IPC_SAP/SOCK_SAP/run_test.sh
index bb7885fda57..ac47d01c4b4 100755
--- a/ACE/examples/IPC_SAP/SOCK_SAP/run_test.sh
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/run_test.sh
@@ -1,5 +1,4 @@
#! /bin/sh
-# $Id$
#
# Spawns CPP-inserver-fancy and CPP-inclient executables on a single host.
diff --git a/ACE/performance-tests/Server_Concurrency/run_test.sh b/ACE/performance-tests/Server_Concurrency/run_test.sh
index 0f45ca8f11a..0c83ce4ff31 100755
--- a/ACE/performance-tests/Server_Concurrency/run_test.sh
+++ b/ACE/performance-tests/Server_Concurrency/run_test.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
for s in 0 25 50 75 100; do
for w in 1 2 3 4 5 6; do
diff --git a/TAO/examples/RTCORBA/Activity/gen_graphs.sh b/TAO/examples/RTCORBA/Activity/gen_graphs.sh
index 50ceee794e1..34619ba2aee 100755
--- a/TAO/examples/RTCORBA/Activity/gen_graphs.sh
+++ b/TAO/examples/RTCORBA/Activity/gen_graphs.sh
@@ -1,7 +1,5 @@
#!/bin/sh
#
-# $Id$
-#
# test.dat test.png test
#gnuplot <<_EOF_ >/dev/null 2>&1
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_acc.sh b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_acc.sh
index 560742a1c28..52fd2b14d3b 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_acc.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_acc.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_cmp.sh b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_cmp.sh
index a69404c0e96..f45666db5a0 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_cmp.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_cmp.sh
@@ -1,5 +1,4 @@
#/bin/sh
-# $Id$
for i in $TYPES; do
echo $i ;
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_compared_histo.sh b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_compared_histo.sh
index a68c977ef90..69cb77b90a0 100644
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_compared_histo.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_compared_histo.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_histo.sh b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_histo.sh
index 78e6a3e03eb..68a239db84a 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_histo.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_histo.sh
@@ -1,5 +1,4 @@
#/bin/sh
-# $Id$
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_percentiles.sh b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_percentiles.sh
index 4c22a8b0d08..1ee71321146 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_percentiles.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_percentiles.sh
@@ -1,5 +1,4 @@
#/bin/sh
-# $Id$
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_stat.sh b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_stat.sh
index a7fc05d4a16..f0fc96aed6c 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_stat.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_stat.sh
@@ -1,5 +1,4 @@
#/bin/sh
-# $Id$
for i in $*; do
echo $i
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_dispatching.sh b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_dispatching.sh
index d7e336b4e7c..d89f6c82946 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_dispatching.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_dispatching.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_filter.sh b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_filter.sh
index 84ec666a6e3..e56ebedb148 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_filter.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_filter.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_locking.sh b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_locking.sh
index 88cda17cdcd..0229b9b5a38 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_locking.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_locking.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/run_roundtrip.sh b/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/run_roundtrip.sh
index f7ea4c46d99..b6823a68615 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/run_roundtrip.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/run_roundtrip.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_cmp.sh b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_cmp.sh
index cabac7e569e..2c7c555e9e8 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_cmp.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_cmp.sh
@@ -1,5 +1,4 @@
#/bin/sh
-# $Id$
for i in reactive rtcorba; do
echo $i ;
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_histo.sh b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_histo.sh
index 1415315f3d9..9837c080edf 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_histo.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_histo.sh
@@ -1,5 +1,4 @@
#/bin/sh
-# $Id$
for i in *.txt; do
b=`basename $i .txt`
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_percentiles.sh b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_percentiles.sh
index e38f78a3884..8d0914a6c16 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_percentiles.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_percentiles.sh
@@ -1,5 +1,4 @@
#/bin/sh
-# $Id$
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/run.sh b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/run.sh
index 925ea8751dc..cedcb61af94 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/run.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/run.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
LOW_PRIORITY="1 4 8 12 16 20 24 28 32"
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/run_test.sh b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/run_test.sh
index 90304e63319..3b50c7998d7 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/run_test.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/run_test.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_dispatching.sh b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_dispatching.sh
index 26156eb862c..60962506cc4 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_dispatching.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_dispatching.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
LOW_PRIORITY="1 5 10 15 20 15 30 35 40 45 50"
#" 60 70 80 90 100 110 120 130 140 150 160"
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_locking.sh b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_locking.sh
index c2a9855bbdf..b416e61bd12 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_locking.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_locking.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
. parameters
diff --git a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_roundtrip.sh b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_roundtrip.sh
index ca94f25d439..3fbc67f9ad1 100755
--- a/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_roundtrip.sh
+++ b/TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/run_roundtrip.sh
@@ -1,7 +1,5 @@
#! /bin/sh
#
-# $Id$
-#
. parameters
diff --git a/TAO/orbsvcs/tests/ImplRepo/double_start/restart.sh b/TAO/orbsvcs/tests/ImplRepo/double_start/restart.sh
index 4fb892211c4..5b55ca92c6f 100755
--- a/TAO/orbsvcs/tests/ImplRepo/double_start/restart.sh
+++ b/TAO/orbsvcs/tests/ImplRepo/double_start/restart.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-#$Id$
exec_cmd=
service_pid=
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark.sh b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark.sh
index eede6124534..52668b6999a 100755
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark.sh
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark.sh
@@ -1,6 +1,5 @@
#!/bin/sh
-# $Id$
# Script to run all of the IDL_Cubit type tests for IIOP, UIOP and IIOP/UIOP
# with the -ORBGIOPlite option.
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark_sequence.sh b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark_sequence.sh
index a170f4158b0..bc2b87657cc 100755
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark_sequence.sh
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/benchmark_sequence.sh
@@ -1,6 +1,5 @@
#!/bin/sh
-# $Id$
# Script to run the IDL_Cubit octet sequence test with different
# sequence sizes, using TAO's UIOP pluggable protocol.
diff --git a/TAO/performance-tests/Protocols/set_lksctp_params.sh b/TAO/performance-tests/Protocols/set_lksctp_params.sh
index 4eb92ddadd9..64e812fbfb2 100755
--- a/TAO/performance-tests/Protocols/set_lksctp_params.sh
+++ b/TAO/performance-tests/Protocols/set_lksctp_params.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-# $Id$
-# $Id$
B_PROC=/proc/sys/net/sctp
diff --git a/TAO/performance-tests/Protocols/set_sctp_params.sh b/TAO/performance-tests/Protocols/set_sctp_params.sh
index 531deb1ac20..2c5c0d4f41f 100755
--- a/TAO/performance-tests/Protocols/set_sctp_params.sh
+++ b/TAO/performance-tests/Protocols/set_sctp_params.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-# $Id$
-# $Id$
B_PROC=/proc/sys/net/ipv4
diff --git a/TAO/performance-tests/Protocols/show_lksctp_params.sh b/TAO/performance-tests/Protocols/show_lksctp_params.sh
index 584be707a87..6dbe6bf8e78 100755
--- a/TAO/performance-tests/Protocols/show_lksctp_params.sh
+++ b/TAO/performance-tests/Protocols/show_lksctp_params.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-# $Id$
-# $Id$
max_len=24
pushd /proc/sys/net/sctp &> /dev/null
diff --git a/TAO/performance-tests/Protocols/show_sctp_params.sh b/TAO/performance-tests/Protocols/show_sctp_params.sh
index c6c431453b1..cace92853d6 100755
--- a/TAO/performance-tests/Protocols/show_sctp_params.sh
+++ b/TAO/performance-tests/Protocols/show_sctp_params.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-# $Id$
-# $Id$
max_len=24
pushd /proc/sys/net/ipv4 &> /dev/null