pkgsrc/net/coda5_client/PLIST
jlam 1eb0b3fc66 Update net/coda5_client to version 5.3.19. Changes from version 5.3.13
include:

	* Installing the relevant manpages with the client programs.
	* Miscellaneous bug fixes.
	* Venus now gracefully handles the situation where getvolinfo returns
	  different replicas compared to the cached replication information.
	  Now we only need add server support for VSG changes and a trigger
	  that forces venus to make a getvolinfo call and we can start moving
	  volumes around in the system.
	* Avoid killing clients when receiving truncated directory data.
	* Block when accessing an uncached object during resolution instead of
	  failing. This is especially useful during weak-reintegration.
	* Added -local flag to cfs lv to avoid client-server rpc2 traffic.
	* Fetch data as well as status in write-disconnected mode, the dirty
	  status-only object would prevent subsequent data-fetches until
	  successful reintegration completed.
	* Added venus.conf option 'validateattrs' to limit piggybacked fids
	  during validate attrs to help reducing IP layer fragmentation.
	* Another new venus.conf option 'serverprobe' to increase server probe
	  intervals (keeps firewalls from dropping masqueraded connections).
	* venus.conf.ex file now defaults to turning on both masquerading and
	  using private mmap's for RVM.
	* Disallow unlinking special names with 'cfs rmm'
	* Optimized local-global fid replacement.
	* Moved /usr/bin/replay to /usr/bin/coda_replay to avoid name conflicts.
        * Reintroduced VSGs in venus.
        * Re-randomizing during hoardwalks to add fair reclaiming behaviour
          in the low end of the priority queue.
2002-06-20 19:28:24 +00:00

42 lines
756 B
Text

@comment $NetBSD: PLIST,v 1.2 2002/06/20 19:28:25 jlam Exp $
bin/cfs
bin/clog
bin/cmon
bin/coda_replay
bin/codacon
bin/cpasswd
bin/ctokens
bin/cunlog
bin/filerepair
bin/hoard
bin/parser
bin/removeinc
bin/repair
bin/spy
bin/xaskuser
bin/xfrepair
man/man1/cfs.1
man/man1/clog.1
man/man1/cmon.1
man/man1/cpasswd.1
man/man1/ctokens.1
man/man1/cunlog.1
man/man1/hoard.1
man/man1/repair.1
man/man1/spy.1
man/man8/au.8
man/man8/coda_replay.8
man/man8/venus.8
man/man8/venus-au.8
man/man8/vutil.8
sbin/sidekick
sbin/venus
sbin/venus-au
sbin/venus-coda-setup-ports
sbin/venus-codaconfedit
sbin/venus-setup
sbin/volmunge
sbin/vutil
share/examples/coda/sidekick.intr.ex
share/examples/coda/venus.conf.ex
@unexec ${RMDIR} %D/share/examples/coda 2>/dev/null || ${TRUE}