From owner-svn-src-projects@FreeBSD.ORG Tue Oct 23 15:41:11 2012 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5961C7C7 for ; Tue, 23 Oct 2012 15:41:11 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from smtp1-ext.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 284938FC08 for ; Tue, 23 Oct 2012 15:41:11 +0000 (UTC) Received: from github.com (sh2.rs.github.com [50.57.128.197]) by smtp1-ext.rs.github.com (Postfix) with ESMTP id 67FA6431C0 for ; Tue, 23 Oct 2012 08:41:09 -0700 (PDT) Date: Tue, 23 Oct 2012 08:41:09 -0700 From: Bryan Drewery To: svn-src-projects@freebsd.org Message-ID: <5086ba955a9fb_ddd1635af040784@sh2.rs.github.com.mail> Subject: [pkgng/pkgng] aaaae4: osversion is no longer valid Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5086ba9558165_ddd1635af04059d"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Bryan Drewery List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 15:41:11 -0000 ----==_mimepart_5086ba9558165_ddd1635af04059d Date: Tue, 23 Oct 2012 08:41:09 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <5086ba9559854_ddd1635af040677@sh2.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/pkgng/pkgng Commit: aaaae41869c18f3ab6e4774fb6ed760432fb2256 https://github.com/pkgng/pkgng/commit/aaaae41869c18f3ab6e4774fb6ed760432fb2256 Author: Bryan Drewery Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M README.md M pkg/pkg-create.8 Log Message: ----------- osversion is no longer valid Commit: 76e6d1eff382f257fbedb6fbb75210fe86ee72a2 https://github.com/pkgng/pkgng/commit/76e6d1eff382f257fbedb6fbb75210fe86ee72a2 Author: Baptiste Daroussin Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M FAQ.md Log Message: ----------- Update the FAQ about /usr/lib/libpkg.so, now the message is about pkg_init where it used to be able pkg_event_register Commit: c5799f6b283cab160eaea9b1e4286b6fce53b87b https://github.com/pkgng/pkgng/commit/c5799f6b283cab160eaea9b1e4286b6fce53b87b Author: Bryan Drewery Date: 2012-10-23 (Tue, 23 Oct 2012) Changed paths: M libpkg/pkg_delete.c Log Message: ----------- When deleting dirs, don't emit errors if unable to remove a mounted dir. rmdir() returns EBUSY only if the directory is mounted. If a user has a directory mounted that appears in a plist, they will need manual intervention to clean it up. This potentially could be /usr or /var if packaging base, so just avoid the warning. Compare: https://github.com/pkgng/pkgng/compare/ef6cc43ff7ae...c5799f6b283c ----==_mimepart_5086ba9558165_ddd1635af04059d--