aboutsummaryrefslogtreecommitdiffstats
path: root/main/rsyslog/rsyslog.post-upgrade
blob: 2654196962d52d655efb86c1b760b1f31ed2018b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

ver_new="$1"
ver_old="$2"

if [ "$(apk version -t "$ver_old" "8.4.0-r2")" = "<" ]; then
	cat >&2 <<-EOF
	*
	* The following modules has been moved to separate packages:
 	*     lmcry_gcry (crypto), fmhttp (http), omudpspoof, omtesting
	* If you use one of these, install the relevant package(s), e.g.:
	*     apk add rsyslog-crypto
	*
	EOF
fi