summaryrefslogtreecommitdiff
path: root/sysutils/zfs-snapshot-mgmt/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/zfs-snapshot-mgmt/files/pkg-message.in')
-rw-r--r--sysutils/zfs-snapshot-mgmt/files/pkg-message.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/zfs-snapshot-mgmt/files/pkg-message.in b/sysutils/zfs-snapshot-mgmt/files/pkg-message.in
index 4d5bd81cca7f..743b1cdc8341 100644
--- a/sysutils/zfs-snapshot-mgmt/files/pkg-message.in
+++ b/sysutils/zfs-snapshot-mgmt/files/pkg-message.in
@@ -1,4 +1,6 @@
-
+[
+{ type: install
+ message: <<EOM
To actually turn on the automatic snapshots you have to do the following:
1. Add an appropriate crontab entry, e.g.:
@@ -6,4 +8,6 @@ To actually turn on the automatic snapshots you have to do the following:
echo "*/5 * * * * root %%PREFIX%%/bin/zfs-snapshot-mgmt" >> /etc/crontab
See zfs-snapshot-mgmt(8) manpage for more details.
-
+EOM
+}
+]