From owner-cvs-all Mon Jan 15 6:13:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BFDA37B69C; Mon, 15 Jan 2001 06:13:19 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0FEDJC79190; Mon, 15 Jan 2001 06:13:19 -0800 (PST) (envelope-from sobomax) Message-Id: <200101151413.f0FEDJC79190@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 15 Jan 2001 06:13:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create pl.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/15 06:13:19 PST Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/create pl.c Log: MFC: Fix a bug where pkg_create does not make an md5 entry for the last item in the packing list. Also use switch() instead of zillion "else if ()" and for() loop instead of while() loop for traversing through linked list. Revision Changes Path 1.13.2.2 +17 -12 src/usr.sbin/pkg_install/create/pl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message