aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/anacron/files/pkg-message.in
blob: 64d2be3ba0d64c2e39c66819df27cbc5224dde0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{ type: install
  message: <<EOM
Configuration hints:
- Edit %%PREFIX%%/etc/%%PORTNAME%%tab
- Deactivate the 'periodic' commands in /etc/crontab
- Add a call to %%PORTNAME%% to /etc/crontab, like
  0  0  *  *  *    root    %%PREFIX%%/sbin/%%PORTNAME%%
- Add %%PORTNAME%%_enable="YES" to /etc/rc.conf
  or execute one of the following commands as root:
    service %%PORTNAME%% enable
    sysrc %%PORTNAME%%_enable=YES
- Read %%PORTNAME%%(8) and %%PORTNAME%%tab(5)
- To avoid overlapping periodic(8) jobs, you may want to serialize jobs:
    sysrc %%PORTNAME%%_flags+=" -s"
EOM
}
]