How do apply an SA patch,
Running SA on FreeeBSD
thx
Jean-Paul Natola
Network Administrator
Information Technology
Family Care International
588 Broadway Suite 503
New York, NY 10012
Phone:212-941-5300 xt 136
Fax: 212-941-5563
Mailto: jnat...@familycareintl.org
Before you patch any file, backup the original to another location so
you can have the original to fall back on. Patching should just be
this command:
patch < patch.file
-or-
patch originalfile < patch.file
Check the man page for patch for your system to check for correct syntax.
Also try these links:
http://www.freebsd.org/cgi/man.cgi?query=patch&sektion=1
http://www.linuxtutorialblog.com/post/introduction-using-diff-and-patch-tutorial
I hope this helps,
Frank