summarylogtreecommitdiffstats
path: root/ksshaskpass.install
diff options
context:
space:
mode:
Diffstat (limited to 'ksshaskpass.install')
-rw-r--r--ksshaskpass.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/ksshaskpass.install b/ksshaskpass.install
new file mode 100644
index 000000000000..8f976438e829
--- /dev/null
+++ b/ksshaskpass.install
@@ -0,0 +1,5 @@
+post_upgrade() {
+ if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
+ echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior"
+ fi
+}