the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: fslogger
Version: 2.0
Revision: 1
Distribution: 10.5
###
Source: http://www.osxbook.com/software/fslogger/download/fslogger.c
Source-MD5: ad983646a3931087ffd86d10cbb67f7c
NoSourceDirectory: true
###
Maintainer: Hans-Christoph Steiner
HomePage: http://www.osxbook.com/software/fslogger/
License: GPL
Description: Displays all filesystem changes
###
CompileScript: <<
gcc -o fslogger fslogger.c
<<
InstallScript: <<
install -d %i/bin
install -p %b/fslogger %i/bin
<<
###
DescDetail: <<
fslogger is a user-space program that subscribes to the same file system event
notification mechanism as the Spotlight metadata server. Note that fslogger
does not use the Spotlight APIs. It uses the mechanism underlying to
Spotlight.
Once active, fslogger will wait for change notifications to arrive from the
file system layer in the kernel. The various file system operations that are
communicated to fslogger.
<<