From owner-freebsd-questions@FreeBSD.ORG Sat Sep 28 16:52:49 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F2206656 for ; Sat, 28 Sep 2013 16:52:49 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.44.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BFCDF2648 for ; Sat, 28 Sep 2013 16:52:49 +0000 (UTC) Received: from breakaway.dreamchaser.org (breakaway.dreamchaser.org. [12.32.36.73]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id r8SGqfgU037975 for ; Sat, 28 Sep 2013 10:52:41 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <52470959.9050904@dreamchaser.org> Date: Sat, 28 Sep 2013 10:52:41 -0600 From: Gary Aitken User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130730 Thunderbird/17.0.7 MIME-Version: 1.0 To: FreeBSD Mailing List Subject: after pkgng update, daily run still using pkg_info Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [12.32.36.65]); Sat, 28 Sep 2013 10:52:41 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd@dreamchaser.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 16:52:50 -0000 After switching to pkgng, I noticed that my daily run output constantly complains about the installed packages being corrupt, e.g.: "pkg_info: the package info for package 'asciidoc-8.6.8_1' is corrupt" The problem is with etc/periodic/daily/490.status-pkg-changes which is still using "pkg_info" instead of "pkg info" Was this script supposed to be automatically updated as part of the conversion? What's the "right" way to upgrade this on a 9.1 release system? Or should I just edit the script by hand and be done with it? Gary