From owner-freebsd-questions Sun Jun 16 20:29:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dragon.getnet.net (dragon.getnet.net [63.137.32.5]) by hub.freebsd.org (Postfix) with SMTP id D580C37B40D for ; Sun, 16 Jun 2002 20:29:12 -0700 (PDT) Received: (qmail 13488 invoked from network); 17 Jun 2002 03:29:12 -0000 Received: from localhost.getnet.net (HELO servie) (127.0.0.1) by 0 with SMTP; 17 Jun 2002 03:29:12 -0000 From: "Eric" To: Subject: upgrade syntax help? Date: Sun, 16 Jun 2002 20:26:49 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I want to upgrade to 4.5 Release from 4.4 Release. Can I do that by simply changing the syntax of my portsupfile from this: # listed at http://www.freebsd.org/handbook/mirrors.html. *default host=cvsup1.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4_4 *default delete use-rel-suffix to this: # listed at http://www.freebsd.org/handbook/mirrors.html. *default host=cvsup1.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4_5 *default delete use-rel-suffix (and then # shutdown now # boot -s # fsck -p # mount -u / # mount -a -t ufs # swapon -a # adjkerntz -i # cd /usr/obj # chflags -R noschg * # rm -rf * # cd /usr/src # make world # mergemaster -v ) Thank you, Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message