summarylogtreecommitdiffstats
path: root/rescached.install
blob: f5f23821b7982b3ce72ee27bebc1979255d0d86e (plain)
1
2
3
4
5
6
7
8
## arg 1:  the new package version
post_upgrade() {
	cat <<EOF
!!! The "/etc/rescached/master.d" directory has been renamed to
    "/etc/rescached/zone.d".  You should copy the files manually before
    restarting the rescached.service.
EOF
}