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 | ceb90340d80354eeafa5c24a458be6d4f517f65b (patch) | |
tree | d817f98daa2e18644165123091622fcb5f05d28e /pkgtools | |
parent | 4f7ac6c330ad55f0fb412fc84d01b0370db7acdf (diff) | |
download | pkgsrc-ceb90340d80354eeafa5c24a458be6d4f517f65b.tar.gz |
Remove mtree related thoughts, they haven't been relevant for a while.
Diffstat (limited to 'pkgtools')
-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 |