From owner-cvs-all@FreeBSD.ORG Tue Jan 30 15:09:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DBC116A404; Tue, 30 Jan 2007 15:09:31 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7686513C4B3; Tue, 30 Jan 2007 15:09:31 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0UF9Vbt028486; Tue, 30 Jan 2007 15:09:31 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0UF9V5w028471; Tue, 30 Jan 2007 15:09:31 GMT (envelope-from ru) Message-Id: <200701301509.l0UF9V5w028471@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 30 Jan 2007 15:09:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/sign main.c stand.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2007 15:09:31 -0000 ru 2007-01-30 15:09:30 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/sign main.c stand.c Log: Fix the logic bug that caused the custom versions of warn(3) and warnx(3) to be compiled on systems that have it (e.g. FreeBSD), while the intention was opposite, i.e., compile them on systems that don't have them. Also fixes static linkage of pkg_sign(1). Revision Changes Path 1.3 +2 -2 src/usr.sbin/pkg_install/sign/main.c 1.3 +1 -1 src/usr.sbin/pkg_install/sign/stand.c