pkgsrc/net/coda5_server/PLIST
jlam c06c6479a9 Update net/coda5_server to version 5.3.19. Changes from version 5.3.13
include:

	* Installing the relevant manpages with the server programs.
	* Miscellaneous bug fixes.
	* Coda servers were doing strncmp instead of memcmp on ip-addresses.
	  This fixes 'identity-crisis' problems for replicated servers, where
	  servers didn't know which volumes they were hosting etc. (Ivan Popov)
	* Made ValidateAttrs on the server more resilient to bad input.
	* Handle reintegration conflicts when doing a partial reintegration,
	  instead of endlessly looping.
	* Searching the colon separated CODACONFPATH environment variable for
	  venus.conf and server.conf configuration files.
	* Added some more paranoia checks while parsing the /vice/db/servers
	  file.
	* No longer ordering VRDB entries entries by ip-address. This allows
	  us to resize a VSG without affecting version-vectors.
	* Added rds_print_stats to the server's printstats output to aid in
	  finding whether an RVM allocation failure is due to running out of
	  RVM space, or due to a large defragmentation that cannot be logged
	  in the RVM log.
	* Added getvolinfo program to be useful when debugging volume mounting
	  problems.
	* Avoid servers getting stuck in file-creation when there are
	  pre-existing files in /vicepa.
	* Always pre-allocate fids with the maximum possible stride, will become
	  useful when we allowing modifications to a volume's replication
	  group. However, any replicated volume over a mix of old and new
	  servers has a slightly higher probability on getting unwanted
	  fid-collissions.
	* Reduced server memory usage during reintegration.
	* Not returning ENOENT when testing inconsistent files with
	  access(F_OK).
	* Allow server-server repair with only one existing replica, needed
	  for repairing conflicts after running out of diskspace.
	* Added "skip volumes" argument to norton-reinit -load.
	* The 'change id' function of pdbtool would silently corrupt the pdb
	  databases, group owner id's were not updated, users were missing
	  as members from groups. Group could become a member of a user.
	  Hueristics to fix these corruptions are added to the 'pdbtool cm'
	  functionality.
2002-06-20 19:28:35 +00:00

73 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2002/06/20 19:28:35 jlam Exp $
bin/getvolinfo
bin/norton
bin/norton-reinit
bin/reinit
bin/rpc2ping
bin/smon2
etc/rc.d/rc.vice
man/man5/backuplogs.5
man/man5/dumpfile.5
man/man5/dumplist.5
man/man5/maxgroupid.5
man/man5/passwd.coda.5
man/man5/servers.5
man/man5/vicetab.5
man/man5/volumelist.5
man/man5/vrdb.5
man/man5/vrlist.5
man/man5/vsgdb.5
man/man8/auth2.8
man/man8/backup.8
man/man8/bldvldb.8
man/man8/codasrv.8
man/man8/createvol.8
man/man8/createvol_rep.8
man/man8/initpw.8
man/man8/merge.8
man/man8/norton.8
man/man8/pdbtool.8
man/man8/purgevol.8
man/man8/purgevol_rep.8
man/man8/readdump.8
man/man8/startserver.8
man/man8/updateclnt.8
man/man8/updatesrv.8
man/man8/vice-au.8
man/man8/volutil.8
sbin/auth2
sbin/backup
sbin/backup.sh
sbin/bldvldb.sh
sbin/codasrv
sbin/codastart
sbin/createvol_rep
sbin/initpw
sbin/inoder
sbin/merge
sbin/parserecdump
sbin/partial-reinit.sh
sbin/pdbtool
sbin/printvrdb
sbin/purgevol
sbin/purgevol_rep
sbin/pwdtopdbtool.py
sbin/readdump
sbin/rpc2portmap
sbin/startserver
sbin/tape.pl
sbin/updateclnt
sbin/updatefetch
sbin/updatesrv
sbin/vice-au
sbin/vice-coda-setup-ports
sbin/vice-codaconfedit
sbin/vice-killvolumes
sbin/vice-setup
sbin/vice-setup-rvm
sbin/vice-setup-scm
sbin/vice-setup-srvdir
sbin/vice-setup-user
sbin/volutil
share/examples/coda/server.conf.ex
@unexec ${RMDIR} %D/share/examples/coda 2>/dev/null || ${TRUE}