diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 15:13:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 15:13:28 +0000 |
commit | 191a89c3667e5357b070db0799597bef58b53b64 (patch) | |
tree | 21e7e18645cd4590b11dd88edfeff8a268d57ee3 /sysutils/e2fsprogs/pkg-plist | |
parent | 7ca35b12ebe51f0e373576da2cf15a6c061bf342 (diff) |
Stop breaking a hard link that led to a double packaging of the static e2fsck
executable under different names and caused waste of space in the binary package.
The shared e2fsck executable is no longer installed or packaged, saving another
100+ kByte (uncompressed).
User-visible change: e2fsck.static is gone, e2fsck is now the static version,
the pkg-message has tracked this change and been adjusted accordingly.
The patch cuts the FreeBSD-4 i386 binary package size from 2,200 to 1,316 kB
without any loss in functionality.
PR: ports/63586
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=102648
Diffstat (limited to 'sysutils/e2fsprogs/pkg-plist')
-rw-r--r-- | sysutils/e2fsprogs/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/pkg-plist b/sysutils/e2fsprogs/pkg-plist index 7afd187ed40e..492e41e0f064 100644 --- a/sysutils/e2fsprogs/pkg-plist +++ b/sysutils/e2fsprogs/pkg-plist @@ -48,7 +48,6 @@ sbin/blkid sbin/debugfs sbin/dumpe2fs sbin/e2fsck -sbin/e2fsck.static sbin/e2image sbin/e2label sbin/findfs |