26 Dec
2010
26 Dec
'10
12:18 a.m.
On 26/12/10 07:57, Gaetan Bisson wrote:
[2010-12-25 20:50:39 +1000] Allan McRae:
Upstream update. Also removed references to $srcdir from /usr/bin/{compile_et,mk_cmds}.
Works for me; signoff i686
Out of curiosity, is there a reason why this package has duplicate files rather than use symlinks? I see several groups of identical files with
for i in `pacman -Qlq e2fsprogs`; do [ -d $i ] || [ -h $i ] || sha1sum $i done | sort | uniq -D -w 40
Looks like they are hard links. Allan