summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTAO/performance-tests/Protocols/set_lksctp_params.sh1
-rwxr-xr-xTAO/performance-tests/Protocols/set_sctp_params.sh1
-rwxr-xr-xTAO/performance-tests/Protocols/show_lksctp_params.sh1
-rwxr-xr-xTAO/performance-tests/Protocols/show_sctp_params.sh1
4 files changed, 4 insertions, 0 deletions
diff --git a/TAO/performance-tests/Protocols/set_lksctp_params.sh b/TAO/performance-tests/Protocols/set_lksctp_params.sh
index 799f5950d58..a396896141b 100755
--- a/TAO/performance-tests/Protocols/set_lksctp_params.sh
+++ b/TAO/performance-tests/Protocols/set_lksctp_params.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $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 767158f8038..184e803914b 100755
--- a/TAO/performance-tests/Protocols/set_sctp_params.sh
+++ b/TAO/performance-tests/Protocols/set_sctp_params.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $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 89cf1e2a5c6..e532e93a0d0 100755
--- a/TAO/performance-tests/Protocols/show_lksctp_params.sh
+++ b/TAO/performance-tests/Protocols/show_lksctp_params.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $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 9037784ed1b..3538d463189 100755
--- a/TAO/performance-tests/Protocols/show_sctp_params.sh
+++ b/TAO/performance-tests/Protocols/show_sctp_params.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $Id$
max_len=24
pushd /proc/sys/net/ipv4 &> /dev/null