Rev 102 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 102 | Rev 108 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | inotify cron system |
1 | inotify cron system |
2 | 2 | ||
3 | (c) Lukas Jelinek, 2006, 2007, 2008, 2009 |
3 | (c) Lukas Jelinek, 2006, 2007, 2008, 2009, 2012 |
4 | 4 | ||
5 | 1. About |
5 | 1. About |
6 | 2. Requirements |
6 | 2. Requirements |
7 | 3. How to use |
7 | 3. How to use |
8 | 4. Bugs, suggestions |
8 | 4. Bugs, suggestions |
9 | 5. Licensing |
9 | 5. Licensing |
Line 39... | Line 39... | ||
39 | now build the files ('make'). |
39 | now build the files ('make'). |
40 | 40 | ||
41 | The binaries must be of course installed as root. |
41 | The binaries must be of course installed as root. |
42 | 42 | ||
43 | If you want to use (after editting) the example configuration |
43 | If you want to use (after editing) the example configuration |
44 | file simply rename it from /etc/incron.conf.example to |
44 | file simply rename it from /etc/incron.conf.example to |
45 | /etc/incron.conf (you can also use -f <config> for one-time |
45 | /etc/incron.conf (you can also use -f <config> for one-time |
46 | use of a custom configuration file). |
46 | use of a custom configuration file). |
47 | 47 | ||
48 | Making a release of the source tree relies on the 'VERSION' file. |
48 | Making a release of the source tree relies on the 'VERSION' file. |
49 | The file should contain only a simple version string such as '0.5.9' |
49 | The file should contain only a simple version string such as '0.5.9' |