diff options
author | joerg <joerg@pkgsrc.org> | 2012-01-03 12:57:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-01-03 12:57:20 +0000 |
commit | 5bb4d539044ad70086272c818a5d6424387d8b96 (patch) | |
tree | d817f98daa2e18644165123091622fcb5f05d28e | |
parent | 6ad41a9a41b3087529d7556c45e40ad76e09de58 (diff) | |
download | pkgsrc-5bb4d539044ad70086272c818a5d6424387d8b96.tar.gz |
Remove mtree related thoughts, they haven't been relevant for a while.
-rw-r--r-- | pkgtools/pkg_tarup/files/pkg_tarup | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/pkgtools/pkg_tarup/files/pkg_tarup b/pkgtools/pkg_tarup/files/pkg_tarup index b1e582c359c..34eeabb8b0e 100644 --- a/pkgtools/pkg_tarup/files/pkg_tarup +++ b/pkgtools/pkg_tarup/files/pkg_tarup @@ -1,6 +1,6 @@ #! @SH@ # -# $Id: pkg_tarup,v 1.25 2011/11/27 00:10:38 agc Exp $ +# $Id: pkg_tarup,v 1.26 2012/01/03 12:57:20 joerg Exp $ # # Tar up installed package # @@ -266,16 +266,6 @@ exit 0 - maybe the squirelling away of +REQUIRED_BY should be done here instead of in the bsd.pkg.mk framework that normally calls this. - -mtree file considerations: - - - keeping uncompressed mtree file adds ~10% to the size of /var/db/pkg - - - could gzip file, space saving: 5kb->850b (plus some intelligence to - uncompress them when needed) - - - not keeping mtree file results in pkgs w/o mtree file (but should work) - integration: - how/where? I'd prefer not to have yet another pkg_* utility flying |