Make text at EOF (or rather, after EOF :-) a bit more readable.
Noted by Tomasz Luchowski.
This commit is contained in:
parent
f23c10cda3
commit
4410e44610
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue