blob: fed23e24f7fcf03d24659cefd17e3a7988cfb595 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
Sample configuration and crontab files have been placed in
${PREFIX}/share/examples/iroffer.
These should be copied to a location of your own choosing, and edited to
suit your needs.
To run iroffer, just run:
iroffer <name of config file>
You may also set up iroffer to be run automatically from crontab.
See the file ${PREFIX}/share/examples/iroffer/iroffer.cron for a sample.
For more details on how to use the program see the comments in
${PREFIX}/share/examples/iroffer/sample.config, as well as the README
files ${PREFIX}/share/doc/iroffer/README and
${PREFIX}/share/doc/iroffer/WHATSNEW.
EOM
}
]
|