diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-18 17:14:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-18 17:14:42 +0000 |
commit | f36cebb7df88b00a99e2e9aa687cb5eefe61c927 (patch) | |
tree | f7d308b93f67d56cf21cfe4371f0321f16f8c2b3 /m4 | |
parent | 4e3aebb74afe81e29b844fa7be81a2cad0a77eff (diff) | |
download | coreutils-f36cebb7df88b00a99e2e9aa687cb5eefe61c927.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 268864fb4..a023de106 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,13 @@ +2003-03-18 Jim Meyering <jim@meyering.net> + + * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT + test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1 + systems would end up using the latter. MOUNTED_GETMNTENT1 support + is inadequate on such systems: 1) detecting whether a file system + is remote doesn't work 2) the MOUNTED_VMOUNT code reports the + HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports + merely /MOUNT_POINT. Reported by Mike Jetzer. + 2003-03-17 Jim Meyering <jim@meyering.net> * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one |