Date: Fri, 8 Jun 2001 19:37:02 +0300 From: Peter Pentchev <roam@orbitel.bg> To: Dan Pelleg <peldan@yahoo.com> Cc: freebsd-security@freebsd.org Subject: Re: FreeBSD Security Advisory: FreeBSD-SA-01:40.fts Message-ID: <20010608193702.E535@ringworld.oblivion.bg> In-Reply-To: <20010608163410.7BF2137B401@hub.freebsd.org>; from peldan@yahoo.com on Fri, Jun 08, 2001 at 12:33:50PM -0400 References: <20010608163410.7BF2137B401@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 08, 2001 at 12:33:50PM -0400, Dan Pelleg wrote: > > I was trying this: > 3) To patch your present system: download the relevant patch from the > below location, and execute the following commands as root: > > But it seems that: > 1. > # cd /usr/src/lib/libc > > should be /usr/src/lib/libc/gen, right? > > (now in which directory do I "make depend && make all install"?) No, it shouldn't. src/lib/libc/gen contains only part of the libc sources - the so-called 'generic' functions. In this case, you need to rebuild the whole of libc - libc/gen only builds several object files, not a whole library. > 2. > # cd /usr/src/usr.bin/chgrp > > Probably /usr/src/usr.sbin/chown/ is a better choice. Yes, this one is valid :) G'luck, Peter -- This sentence no verb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010608193702.E535>