From owner-cvs-all Mon Jan 15 1:45:38 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 1028937B401; Mon, 15 Jan 2001 01:45:17 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0F9jHt37032; Mon, 15 Jan 2001 01:45:17 -0800 (PST) (envelope-from sobomax) Message-Id: <200101150945.f0F9jHt37032@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 15 Jan 2001 01:45:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/15 01:45:16 PST Modified files: usr.sbin/pkg_install/add perform.c Log: Fix a bug arised from the ')' in the wrong place when calling printf()-like varargs function, which lead to one of the arguments was left out. This resulted in failure when inwoking mtree, warning message "mtree returned a non-zero status - continuing" and probably is the reason for zillion mtree errors on bento. Revision Changes Path 1.59 +2 -2 src/usr.sbin/pkg_install/add/perform.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message