summaryrefslogtreecommitdiff
path: root/sysutils/isc-cron/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 12:16:12 +0000
commitbc89cd3d2cf8f4e777f70bdaf1a643f550fa6e38 (patch)
treed93b56c802078ea422367abc82bd53ab1780d10b /sysutils/isc-cron/files
parentConvert to UCL & cleanup pkg-message (categories [p-r]) (diff)
Convert to UCL & cleanup pkg-message (categories s)
Notes
Notes: svn path=/head/; revision=508909
Diffstat (limited to 'sysutils/isc-cron/files')
-rw-r--r--sysutils/isc-cron/files/pkg-message.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/isc-cron/files/pkg-message.in b/sysutils/isc-cron/files/pkg-message.in
index e837c2b50c48..2a945cbb21a6 100644
--- a/sysutils/isc-cron/files/pkg-message.in
+++ b/sysutils/isc-cron/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
Please add
cron_program="%%PREFIX%%/sbin/cron"
@@ -6,3 +9,6 @@ to your /etc/rc.conf to enable the ISC cron instead of the base
Vixie cron.
Please use %%PREFIX%%/bin/crontab to edit the users crontab.
+EOM
+}
+]