This commit is contained in:
http://nullroute.eu.org/~grawity/ 2013-01-10 17:20:07 +00:00 committed by admin
parent ea9155c909
commit 2b12edccd9

View file

@ -17,7 +17,9 @@ git-annex should start using `gvfs-udisks2-volume-monitor` at bus name `org.gtk.
Alternatively, git-annex should stop relying on any per-user services, and use kernel interfaces directly when available. (This way, monitoring could work even if the user wasn't logged in and/or didn't have a DBus session bus.)
On all Linux kernels since 2.6.15, the `/proc/self/mounts` file is pollable you can use **select(), poll() or epoll** to detect new mounted filesystems, without having to rely on periodic checks. (Run `findmnt -p` to see it in action.)
* On all Linux kernels since 2.6.15, the `/proc/self/mounts` file is pollable you can use **select(), poll() or epoll** to detect new mounted filesystems, without having to rely on periodic checks. (Run `findmnt -p` to see it in action.)
* On BSD systems, kqueue on `/etc/mtab`.
### What version of git-annex are you using? On what operating system?