summaryrefslogtreecommitdiffstats
path: root/abs/core/openssh/install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:56:35 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:04 (GMT)
commit374948afc489b11508c1e9109de0e1da54df4983 (patch)
treec472e0fc17175bef573b7fc1f9477a079ffbfa2b /abs/core/openssh/install
parent10365dc137276fa2793d41606cb0d7047506d3ad (diff)
downloadlinhes_pkgbuild-374948afc489b11508c1e9109de0e1da54df4983.zip
linhes_pkgbuild-374948afc489b11508c1e9109de0e1da54df4983.tar.gz
linhes_pkgbuild-374948afc489b11508c1e9109de0e1da54df4983.tar.bz2
openssh: 6.4
update binary path to /usr/bin refs #961
Diffstat (limited to 'abs/core/openssh/install')
-rw-r--r--abs/core/openssh/install10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/openssh/install b/abs/core/openssh/install
new file mode 100644
index 0000000..6f0cd37
--- /dev/null
+++ b/abs/core/openssh/install
@@ -0,0 +1,10 @@
+post_upgrade() {
+ if [[ $(vercmp $2 6.2p2) = -1 ]]; then
+ cat <<EOF
+
+==> The sshd daemon has been moved to /usr/bin alongside all binaries.
+==> Please update this path in your scripts if applicable.
+
+EOF
+ fi
+}