Pending MFC of drm updates

Scot Hetzel swhetzel at gmail.com
Tue Jan 6 17:25:57 PST 2009


On Tue, Jan 6, 2009 at 7:17 PM, Torfinn Ingolfsen
<torfinn.ingolfsen at broadpark.no> wrote:
> Is ther a "secret handshake" to make patch put the files in their
> correct place? (Except for reading through the whole patchfile to
> determine if all touched filews are in the same directory.)
>

patch -p0 < patchfile

This will place the files into the correct locations.

Patch with no '-p' option will first try to put the files in the path
provided in the patch file, if the path exists, otherwise it places
the files in the current directory.

See the man page for patch.

Scot


More information about the freebsd-stable mailing list