From owner-cvs-src@FreeBSD.ORG Mon May 26 10:06:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1A3A37B404; Mon, 26 May 2003 10:06:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D37A43F75; Mon, 26 May 2003 10:06:06 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4QH660U098374; Mon, 26 May 2003 10:06:06 -0700 (PDT) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4QH66MY098373; Mon, 26 May 2003 10:06:06 -0700 (PDT) Message-Id: <200305261706.h4QH66MY098373@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 26 May 2003 10:06:05 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pkg_install/info show.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 17:06:07 -0000 lioux 2003/05/26 10:06:05 PDT FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/pkg_install/info show.c Log: Add a trailing '\n' character if none is found in the information obtained from a package. Patch show_file() [1] and show_index() [2] functions. PR: 52097 Reviewed by: bento, kris, portmgr, re, Michael Nottebrock , Martin Horcicka Approved by: re (scottl) Obtained from: NetBSD [1], OpenBSD [2] MFC after: 1 week Revision Changes Path 1.37 +19 -10 src/usr.sbin/pkg_install/info/show.c