From a6e949e397b563a5bc4c7ed4b8bdac6271cfd7b2 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Mon, 29 Dec 2003 20:29:29 +0000 Subject: [PATCH] Fix the URL for that patch. The missing portion has been committed. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@970 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/freebsd/pthreads-fix.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/platforms/freebsd/pthreads-fix.txt b/bacula/platforms/freebsd/pthreads-fix.txt index d4fa099c38..f81e2bd0c0 100644 --- a/bacula/platforms/freebsd/pthreads-fix.txt +++ b/bacula/platforms/freebsd/pthreads-fix.txt @@ -159,7 +159,7 @@ http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc_r/uthread/uthread_write.c.dif To apply the patch, follow these instructions as root. -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.7 +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 -- 2.39.5