new snapshot available: coreutils-7.2.66-428db1

2009-04-28 Thread Jim Meyering
Here's a snapshot of the latest. I'd like to make a stable coreutils-7.3 release on Friday. coreutils snapshot: http://meyering.net/cu/coreutils-ss.tar.gz 9.3 MB http://meyering.net/cu/coreutils-ss.tar.xz 3.9 MB http://meyering.net/cu/coreutils-ss.tar.gz.sig http://meyering.net/c

[PATCH] df: adjust comment to match recent code change

2009-04-28 Thread Jim Meyering
Need this, too. >From 74171b693c0257194cc9357f547c7d4492f5a439 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 28 Apr 2009 14:45:43 +0200 Subject: [PATCH] df: adjust comment to match recent code change * src/df.c (main): Update comment to match. --- src/df.c |5 +++-- 1 files changed

Re: [PATCH] df: use open(2) to trigger automounting

2009-04-28 Thread Jim Meyering
Tomáš Smetana wrote: > there is a problem with df when run on an automounted volume: > > $ df /misc/test; df /misc/test > Filesystem 1K-blocks Used Available Use% Mounted on > -0 0 0 - /misc > Filesystem 1K-blocks Used A

[PATCH] df: use open(2) to trigger automounting

2009-04-28 Thread Tomáš Smetana
Hello, there is a problem with df when run on an automounted volume: $ df /misc/test; df /misc/test Filesystem 1K-blocks Used Available Use% Mounted on -0 0 0 - /misc Filesystem 1K-blocks Used Available Use% Mounted on

Re: [PATCH] mv: do not produce diagnostics for xattr/selinux preserving failures

2009-04-28 Thread Jim Meyering
Ondřej Vašík wrote: > Ondřej Vašík wrote: >> Hello, >> as requested via IRC, adding separate test cases for patches added >> previously in that thread. It should check correct diagnostics for >> SELinux context/xattrs on filesystem without xattr/SELinux >> support(fat32). > > Sorry for added dosfst

Re: [PATCH] mv: do not produce diagnostics for xattr/selinux preserving failures

2009-04-28 Thread Jim Meyering
Ondřej Vašík wrote: > Ondřej Vašík wrote: >> Hello, >> as requested via IRC, adding separate test cases for patches added >> previously in that thread. It should check correct diagnostics for >> SELinux context/xattrs on filesystem without xattr/SELinux >> support(fat32). > > Sorry for added dosfst

Re: [PATCH] mv: do not produce diagnostics for xattr/selinux preserving failures

2009-04-28 Thread Ondřej Vašík
Ondřej Vašík wrote: > Hello, > as requested via IRC, adding separate test cases for patches added > previously in that thread. It should check correct diagnostics for > SELinux context/xattrs on filesystem without xattr/SELinux > support(fat32). Sorry for added dosfstools dependency, ext2 mounted