From d98f7d946c6cb8c96baf8789f8eeb71fdc77bf4d Mon Sep 17 00:00:00 2001 From: Pere Urbon-Bayes Date: Wed, 23 Mar 2016 12:07:08 +0100 Subject: [PATCH] add deprecation notice to bin/plugin command Fixes #4891 --- bin/plugin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/plugin b/bin/plugin index 39b19b8df..8b8ef31a3 100755 --- a/bin/plugin +++ b/bin/plugin @@ -1,5 +1,7 @@ #!/bin/sh +echo "The use of bin/plugin is deprecated and will be removed in a feature release." + unset CDPATH . "$(cd `dirname $0`/..; pwd)/bin/logstash.lib.sh" setup