From owner-freebsd-questions@FreeBSD.ORG Mon Feb 23 10:31:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CDB716A4CE for ; Mon, 23 Feb 2004 10:31:29 -0800 (PST) Received: from mail.evilcoder.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EBC443D1F for ; Mon, 23 Feb 2004 10:31:29 -0800 (PST) (envelope-from remko@elvandar.org) From: "Remko Lodder" To: "MHA" , Date: Mon, 23 Feb 2004 19:30:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) In-Reply-To: <20040223182246.2955C19@mail.elvandar.org> Importance: Normal X-Virus-Scanned: for evilcoder.org Message-Id: <20040223183127.ADC9C2B4D6F@mail.evilcoder.org> Subject: RE: Patching the system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 18:31:29 -0000 Hi, you should install cvsup, and update your entire source branch, install it from ports and have a look at the /usr/share/examples/cvsup files. then go to /usr/src/usr.bin/script and make && make install, If it isn't a freebsd patch perhaps fetching the patch into /usr/src/usr.bin/script and applying it with patch -p0 < patchfile can help. Hope this helps you a little. -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -----Oorspronkelijk bericht----- Van: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Namens MHA Verzonden: maandag 23 februari 2004 19:24 Aan: freebsd-questions@freebsd.org Onderwerp: Patching the system Hi all (and excuse my English, please) I need to patch "script" (/usr/src/usr.bin/script - /usr/bin/script), but I don't know how to do it correctly. Here is the patch and the bug report: http://www.freebsd.org/cgi/query-pr.cgi?pr=56166 I think "script" is the problem, I have some errors with portupgrade and script like this: ** Command failed [exit code 1]: /usr/bin/script -qa \ /tmp/portupgrade932.5 make I have search in the handbook, FAQ and onlamp.com/fbsd, but I haven't find anything useful, sorry if this question is explained in any of these places. Thanks for your help. Regards, Manu _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"