[pkgng/pkgng] aaaae4: osversion is no longer valid

Bryan Drewery bryan at shatow.net
Tue Oct 23 15:41:11 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/pkgng/pkgng
  Commit: aaaae41869c18f3ab6e4774fb6ed760432fb2256
      https://github.com/pkgng/pkgng/commit/aaaae41869c18f3ab6e4774fb6ed760432fb2256
  Author: Bryan Drewery <bryan at shatow.net>
  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 <bapt at FreeBSD.org>
  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 <bryan at shatow.net>
  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


More information about the svn-src-projects mailing list