summaryrefslogtreecommitdiff
path: root/sysutils/tuptime/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/tuptime/files/pkg-message.in')
-rw-r--r--sysutils/tuptime/files/pkg-message.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/tuptime/files/pkg-message.in b/sysutils/tuptime/files/pkg-message.in
index 89a9d77859f3..25fbb076b8c7 100644
--- a/sysutils/tuptime/files/pkg-message.in
+++ b/sysutils/tuptime/files/pkg-message.in
@@ -1,5 +1,6 @@
-======================================================================
-
+[
+{ type: install
+ message: <<EOM
tuptime requires execution at startup and shutdown on rc.d, please
add to /etc/rc.conf:
@@ -9,5 +10,6 @@ tuptime requires a scheduled execution on cron, please add to
/etc/crontab:
*/5 * * * * root %%PREFIX%%/bin/tuptime -x > /dev/null
-
-======================================================================
+EOM
+}
+]