diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-07-26 11:39:37 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-07-26 11:39:37 +0000 |
commit | 4410e44610095c8553c60428160f83697938bb15 (patch) | |
tree | ba600861f344fe9e3ec65409239324c41c26afce /pkgtools/pkg_tarup | |
parent | f23c10cda3fef0b3ac2af121f07f7e6d6320017c (diff) | |
download | pkgsrc-4410e44610095c8553c60428160f83697938bb15.tar.gz |
Make text at EOF (or rather, after EOF :-) a bit more readable.
Noted by Tomasz Luchowski.
Diffstat (limited to 'pkgtools/pkg_tarup')
-rw-r--r-- | pkgtools/pkg_tarup/files/pkg_tarup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_tarup/files/pkg_tarup b/pkgtools/pkg_tarup/files/pkg_tarup index 8e256a57070..0c1e7dbafd1 100644 --- a/pkgtools/pkg_tarup/files/pkg_tarup +++ b/pkgtools/pkg_tarup/files/pkg_tarup @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: pkg_tarup,v 1.3 2001/07/10 11:42:06 tron Exp $ +# $Id: pkg_tarup,v 1.4 2001/07/26 11:39:37 hubertf Exp $ # # Tar up installed package # @@ -92,7 +92,7 @@ exit 0 mtree file considerations: - - keeping uncompressed mtree file adds ~10% too size of /var/db/pkg + - 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) |