summaryrefslogtreecommitdiff
path: root/sysutils/anacron/files/pkg-message.in
blob: 77c5d61d0db123fc9b430c22067af70a63b25eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
{ type: install
  message: <<EOM
Configuration hints:
- Edit %%PREFIX%%/etc/anacrontab
- Deactivate the 'periodic' commands in /etc/crontab
- Add a call to anacron to /etc/crontab, like
  0  0  *  *  *    root    %%PREFIX%%/sbin/anacron
- Add anacron_enable="YES" to /etc/rc.conf
- Read anacron(8) and anacrontab(5)
EOM
}
]