OpenBSD patches
Brought to you by:
tyranny
From: Alberto D. <al...@ur...> - 2002-04-17 12:37:26
|
Here are the patches taken from modifications of OpenBSD team to cvs. All code was taken from OpenBSD except for two lines of code that I added to make the new "-t" option work also in pserver mode. Explantions follow: fixes.patch: Minor fixes/improvements localid.patch: This patch allows to specify a custom RCS identifier string to be used like the "Id" identifier. It can be specified by command line on checkout/update/export or in CVSROOT/config file. The explanation in the new manpage is: ------------------------------------------------------------------------------ -t id Expand the RCS identifier specified by the id argument in addi- tion to the default ``Id'' identifier. -t is available with the checkout, export, and update commands. If the identifier name is specified as ``-'', no additional identifiers will be expanded. ------------------------------------------------------------------------------ readonly.patch: Allows to set the cvs repository as readonly using the new "-R" global option. newhostname.patch: permit [] hostname formats in CVSROOT, for IPv6. config.patch: Allows to force cvs umask and resource limits from CVSROOT/config file. Bye, Alberto. ------------------------------------------------------------------- Alberto Dainotti URIZEN - Internetworking & Digital Security al...@ur... http://www.urizen.it PGP Key available at: http://www.urizen.it/pgp Key Fingerprint: 87CF D95A CE0F 3188 3950 4B1F 3B56 DE69 D05F B8F5 ------------------------------------------------------------------- |