summaryrefslogtreecommitdiff
path: root/README
blob: b38755538b1e9e84b2d0b59248ed00e6757aedee (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Introduction
============

dropnroll is a small daemon which can be used to watch one or more
directories for new files. When a new file is detected an external program will
get started.
Additional directories can be added to the daemon's watch list using a simple
unix socket based command interface.

Dependencies
============

Linux
-----

core:
 build-essential

if you want to rebuild the manpage:
 asciidoc


Installation
============

Getting the source via GIT:
---------------------------

git clone git://git.spreadspace.org/dropnroll.git
cd dropnroll


Building from source
--------------------

# cd src
# ./configure
# make


Installing
----------

# sudo make install

This will install dropnroll under the --prefix defined with configure.


Uninstalling
------------

# sudo make remove

This removes everything except for the config files

# sudo make purge

This also removes the config files