add inotify support (FDO Bz#13268)
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 15 Jan 2008 00:00:36 +0000 (19:00 -0500)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 15 Jan 2008 00:00:36 +0000 (19:00 -0500)
commit831a0d71c4767f81dd69f4078b393ff73d22172a
tree5d98096a8108455c34e368901e75698eb0ef797c
parentcbf5d0b6fab515948155d0816ed84657f5e8ebb3
add inotify support (FDO Bz#13268)

2008-01-14  John (J5) Palmieri  <johnp@redhat.com>

* patch by Frederic Crozat <fcrozat at mandriva dot com> (FDO Bz#
13268)

* add inotify support

* bus/Makefile.am: add inotify module to the build

* bus/dir-watch-inotify.c: inotify module based off the dnotify and
kqueue modules

* configure.in: add checks and switch for inotify
also add a printout at the end of configure if inotify and kqueue
support is being built in (dnotify already had this)
ChangeLog
bus/Makefile.am
bus/dir-watch-inotify.c [new file with mode: 0644]
configure.in