summarylogtreecommitdiffstats
path: root/rescached.install
diff options
context:
space:
mode:
Diffstat (limited to 'rescached.install')
-rw-r--r--rescached.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/rescached.install b/rescached.install
new file mode 100644
index 000000000000..f5f23821b798
--- /dev/null
+++ b/rescached.install
@@ -0,0 +1,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
+}