Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/util-scripts/pbench-bc-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function warning () {
echo "***************************************************************************" > /dev/stderr
echo "WARNING: the script \"$name\" has been renamed to \"pbench-$name\" " > /dev/stderr
echo "Please fix your scripts: this compatibility layer will go" > /dev/stderr
echo "away in release 0.38 (approximately 2015-04-04)." > /dev/stderr
echo "away in release 0.38 (approximately 2016-04-04)." > /dev/stderr
echo "The old name \"$name\" will NOT work after that - you have been warned!" > /dev/stderr
echo "***************************************************************************" > /dev/stderr
echo > /dev/stderr
Expand Down
13 changes: 6 additions & 7 deletions agent/util-scripts/pbench-clear-tools
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ pbench_bin="`cd ${script_path}/..; /bin/pwd`"
# source the base script
. "$pbench_bin"/base

# This script will remove tools that have
# been registered. If no options are used,
# then all tools from all tool groups are removed
# specifying a tool name and/or group will
# limit the scope of the removal
# This script will remove tools that have been registered. If no
# options are used, then all tools from all tool groups are removed.
# Specifying a tool name and/or group will limit the scope of the
# removal.

# Defaults
name=""
Expand All @@ -24,9 +23,9 @@ if [ $? -ne 0 ]; then
printf "\n"
printf "$script_name: you specified an invalid option\n\n"
printf "The following are required:\n\n"
printf -- "\t-g str --group=str, str = the group which tools should be removed from\n"
printf -- "\t-g str --group=str, str = the group from which tools should be removed\n"
printf -- "\t (the default group is 'default')\n"
printf -- "\t-n str --name=str, str = a specific tool to be removed. If no tool is specified, all tools in the group are removed \n"
printf -- "\t-n str --name=str, str = a specific tool to be removed. If no tool is specified, all tools in the group are removed\n"
printf "\n"

exit 1
Expand Down
89 changes: 0 additions & 89 deletions agent/util-scripts/pbench-unregister-tools

This file was deleted.