From 066b88f1b07bd7193d12f82fe8458a74fdaa8209 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Wed, 3 Mar 2004 19:33:24 +0000 Subject: [PATCH] Provide a better patch explanation correct the patch URL git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1108 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/freebsd/pthreads-fix.txt | 25 +++++++++++++---------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/bacula/platforms/freebsd/pthreads-fix.txt b/bacula/platforms/freebsd/pthreads-fix.txt index 05df2591c0..729b3df0f6 100644 --- a/bacula/platforms/freebsd/pthreads-fix.txt +++ b/bacula/platforms/freebsd/pthreads-fix.txt @@ -98,25 +98,28 @@ pthreads, then you've been correctly patched. SOLUTION: -For FreeBSD prior to 4.9, you have two choices to ensure proper +For FreeBSD prior to and including 4.9, you have two choices to ensure proper backups. These instructions assume you are familiar with patching FreeBSD and already have the FreeBSD source code installed on your -machine. +machine. -1 - cvsup and build your system to FreeBSD 4.8-STABLE +Do one of the following: -2 - Apply this patch. +- cvsup and build your system to FreeBSD 4.x-STABLE after the + date Mon Dec 29 15:18:01 2003 UTC -http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc_r/uthread/uthread_write.c?rev=1.16.2.8&content-type=text/x-cvsweb-markup +- Apply this patch. -To apply the patch, follow these instructions as root. + http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc_r/uthread/uthread_write.c.diff?r1=1.16.2.6&r2=1.16.2.8 -fetch -o pthread.diff http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc_r/uthread/uthread_write.c?rev=1.16.2.8 + To apply the patch, follow these instructions as root. -cd /usr/src/lib/libc_r/uthread/ -patch < /path/to/pthread.diff -cd .. -make all install + fetch -o pthread.diff http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc_r/uthread/uthread_write.c.diff?r1=1.16.2.6\&r2=1.16.2.8 + + cd /usr/src/lib/libc_r/uthread/ + patch < /path/to/pthread.diff + cd .. + make all install I recommend restarting Bacula. -- 2.39.5