the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: nfs-tuner
Version: 1.0.0
Revision: 1
Source: mirror:custom:%n-%v.tar.bz2
CustomMirror: <<
First: http://homepage.mac.com/beren/
Second: http://fink.zubrzycki.org/
<<
Source-MD5: 6503f24e47a9c2eceb35f658029407cd
SourceDirectory: %n-%v
PatchScript: perl -p -i -e 's|\@FINKPREFIX\@|%p|' nfs-tuner.sh
Depends: daemonic
CompileScript: echo "Nothing to compile."
InstallScript: <<
install -d -m 755 %i/sbin
install -c -m 755 nfs-tuner.sh %i/sbin/nfs-tuner.sh
install -d -m 755 %i/etc
install -c -m 755 nfs-tuner.conf %i/etc/nfs-tuner.conf
<<
DocFiles: COPYING
ConfFiles: %p/etc/nfs-tuner.conf
DaemonicFile: <<
<<
PostInstScript: <<
# update init script if necessary
daemonic update %n
<<
PreRmScript: <<
# clean up
if [ $1 != "upgrade" ]; then
daemonic remove %n
fi
<<
Description: Tunes NFS default settings
DescDetail: <<
Sets up more efficent TCP/IP settings to improve NFS performance.
<<
DescUsage: <<
Run 'daemonic enable nfs-tuner' as root, this will install a Startup Item
a) either reboot (easy :-) )
b) or else, run
'/Library/StartupItems/daemonic-nfs-tuner/daemonic-nfs-tuner start' as root.
<<
License: GPL
Maintainer: Chris Zubrzycki
Homepage: http://127.0.0.1/