From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 18:27:13 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 7BF3816A4CE for ; Mon, 18 Oct 2004 18:27:13 +0000 (GMT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 050C243D5A for ; Mon, 18 Oct 2004 18:27:13 +0000 (GMT) (envelope-from dwinner-lists@worldnet.att.net) Received: from [10.10.100.90] (unknown[216.113.237.29]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2004101818271111200mhkkle> (Authid: duanewinner); Mon, 18 Oct 2004 18:27:12 +0000 Message-ID: <41740AFB.9020707@att.net> Date: Mon, 18 Oct 2004 14:27:07 -0400 From: Duane Winner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041017 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: updating packages 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, 18 Oct 2004 18:27:13 -0000 Hello, Is there a simple way to upgrade packages on machines with packages built on other machines? Example: I have eight machines that have jdk-1.4.2p6_4. On one of the machines I have done a portupgrade jdk, and now have jdk-1.4.2p6_5. I then did a "pkg_create -b jdk-1.4.2p6_5" and have a jdk-1.4.2p6_5.tgz. I copied jdk-1.4.2p6_5.tgz to the other seven machines. Now how can I upgrade jdk on the others? I have noticed for at least a few months now that "pkg_update" is no longer with us, and found a message somewhere that it has been removed do to problems/non-maintainence, and that most people are using portupgrade these days. Is there a way I can upgrade the packages on other machines without having to a pkg_delete first, then a pkg_add? Thanks for any info, Duane Winner