diff options
author | hubertf <hubertf> | 2001-07-26 11:39:37 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-07-26 11:39:37 +0000 |
commit | dc6822d71f3c39b17ddfb573a7145f7d6e546bcd (patch) | |
tree | ba600861f344fe9e3ec65409239324c41c26afce /pkgtools/pkg_tarup | |
parent | 0bf67aa1c683026238b0971bc3fafbc8f27132da (diff) | |
download | pkgsrc-dc6822d71f3c39b17ddfb573a7145f7d6e546bcd.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) |