| Bug#: 43814 | Product: Gentoo Linux | Version: unspecified | Platform: x86 |
| OS/Version: Linux | Status: RESOLVED | Severity: minor | Priority: P5 |
| Resolution: FIXED | Assigned To: lanius@gentoo.org | Reported By: tai@ja-ta.dyndns.org | |
| Component: Core system | |||
| URL: | |||
| Summary: md5sum duplicity | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-03-05 09:54 0000 | |||
| Description: | Opened: 2004-03-05 09:54 0000 |
app-arch/dpkg and sys-apps/coreutils both contain md5sum binary, in both cases installed into /usr/bin. But these md5sums are not the same, md5sum from coreutils accepts long options, md5sum from dpkg not. md5sum --check is correct for coreutils/md5sum, but illegal for dpkg/md5sum. This uncertainty can break certain scripts, dpkg/md5sum should not be installed, if second one is present.
thanks for pointing that out, i removed md5sum from dpkg-1.10.18.1 since it will always be provided by coreutils