diff options
author | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-04-29 14:31:51 -0700 |
---|---|---|
committer | Inaky Perez-Gonzalez <inaky@linux.intel.com> | 2009-04-29 14:31:51 -0700 |
commit | 592b94f8898243f4327bd5af4180f2de3145a376 (patch) | |
tree | acab3caf56be564738aa5105bfb727858cae9bd7 /bin/wimaxll-wait-for-state-change | |
parent | f889c22472bd03e2ca9767da3a7435ad553a329f (diff) |
remove wimaxll-{rfkill,reset,wait-for-state-change}, deprecated
This programs are superceeded by wimaxll <command>. A script is put in
place to run the new command and a deprectated error message is printed.
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Diffstat (limited to 'bin/wimaxll-wait-for-state-change')
-rwxr-xr-x | bin/wimaxll-wait-for-state-change | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/wimaxll-wait-for-state-change b/bin/wimaxll-wait-for-state-change new file mode 100755 index 0000000..fff3ede --- /dev/null +++ b/bin/wimaxll-wait-for-state-change @@ -0,0 +1,4 @@ +#! /bin/sh +dev=$1 +echo "INFO: this program is deprecated, use 'wimaxll -i DEVICE wait-for-state-change'" +wimaxll -i "$dev" wait-for-state-change |