APPLYPATCH(1p) | User Contributed Perl Documentation | APPLYPATCH(1p) |
applypatch - apply 'makepatch' generated script to update a source tree
applypatch [ options ] patch-kit
Applypatch applies a patch kit as generated by the makepatch program. It performs the following actions:
If a corruption or verification error is detected, applypatch exits without making changes.
Applypatch takes one argument, the name of the patch kit as generated by makepatch. If no name is specified, the patch kit is read from standard input.
Options are matched case insensitive, and may be abbreviated to uniqueness.
This program is written by Johan Vromans <jvromans@squirrel.nl>.
See section AUTHOR AND CREDITS of the makepatch program for an extensive list of people that helped one way or another in the makepatch / applypatch project.
This program is Copyright 1992,1999,2006 by Squirrel Consultancy. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the Artistic License for more details.
2022-08-25 | perl v5.34.0 |