From: Paul Eggert Date: Wed, 20 Apr 2005 07:57:27 +0000 (+0000) Subject: "fetish" -> "coreutils" in more places. X-Git-Tag: CPPI-1_12~958 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42ff8eeaae8163e76381688b8050b03a6328f446;p=thirdparty%2Fcoreutils.git "fetish" -> "coreutils" in more places. --- diff --git a/ChangeLog b/ChangeLog index 8af6d5bbe4..33227875ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2005-04-19 Paul Eggert +2005-04-20 Paul Eggert * Version 5.3.1. + "fetish" -> "coreutils" in more places. + * tests/Coreutils.pm: Renamed from tests/Fetish.pm. + (package Coreutils): Renamed from package Fetish. All uses changed. + * tests/Makefile.am (EXTRA_DIST): Add Coreutils.pm and + remove Fetish.pm. + +2005-04-19 Paul Eggert + * tests/mv/setup (dot_mount_point): Use stat -L, in case the directory is actually a symbolic link. Problem reported by Eric Blake.