aboutsummaryrefslogtreecommitdiffstats
path: root/community/radsecproxy/radsecproxy.post-upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'community/radsecproxy/radsecproxy.post-upgrade')
-rw-r--r--community/radsecproxy/radsecproxy.post-upgrade15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/radsecproxy/radsecproxy.post-upgrade b/community/radsecproxy/radsecproxy.post-upgrade
new file mode 100644
index 00000000000..697d319498c
--- /dev/null
+++ b/community/radsecproxy/radsecproxy.post-upgrade
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+ver_old="$2"
+
+if [ "$(apk version -t "$ver_old" '1.9.1-r1')" = '<' ]; then
+ cat >&2 <<-EOF
+ *
+ * The default location of radsecproxy.conf has been moved from
+ * /etc/radsecproxy/ to /etc/. radsecproxy binary has been moved from
+ * /usr/bin/ to /usr/sbin/.
+ *
+ EOF
+fi
+
+exit 0