summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/pkg_tarup/files/pkg_tarup4
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)