~ubuntu-branches/debian/jessie/gamin/jessie

« back to all changes in this revision

Viewing changes to debian/gaminrc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2007-03-23 14:43:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070323144349-1inpdk22uaneks9h
Tags: 0.1.8-2
* debian/control: Improve long description. (Closes: #405347)
* debian/patches/14_nfs-fix.patch: Fix gam_server startup for Thunar.
  Thanks to Maximiliano Curia. (Closes: #403247)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# configuration for gamin
 
2
# Can be used to override the default behaviour.
 
3
# notify filepath(s) : indicate to use kernel notification
 
4
# poll filepath(s)   : indicate to use polling instead
 
5
# fsset fsname method poll_limit : indicate what method of notification for 
 
6
#                                    the filesystem
 
7
#                                  kernel - use the kernel for notification
 
8
#                                  poll - use polling for notification
 
9
#                                  none - don't use any notification
 
10
#                                  
 
11
#                                  the poll_limit is the number of seconds
 
12
#                                  that must pass before a resource is polled 
 
13
#                                  again. It is optional, and if it is not 
 
14
#                                  present the previous value will be used 
 
15
#                                  or the default.  
 
16
#
 
17
# Some examples: 
 
18
# notify /mnt/local* /mnt/pictures* # use kernel notification on these paths
 
19
# poll /temp/*                      # use poll notification on these paths
 
20
# fsset nfs poll 10                 # use polling on nfs mounts and poll once 
 
21
                                    # every 10 seconds
 
22
 
 
23