File: INSTALL

package info (click to toggle)
changetrack 4.7-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 1,066; sh: 65; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INSTALLATION REQUIREMENTS

This program works on UNIX-type systems. It likely will not work with
any version of Perl before 5.

The emailing functionality requires /usr/sbin/sendmail.

To install changetrack, run `make install`. This will verify that
needed packages are installed, and copy files appropriately. You
should then customize the configuration file and set up a cron job so
changetrack runs periodically. To do this type
  "crontab -e".  This will open your cron tab in your editor. Add a
line like "0 12 * * * changetrack -uq". This will run changetrack
every day at noon.