[bug #17643] Include sys/param.h when testing whether getmntinfo() fills struct statvfs.

2006-09-08 Thread Pavel Tsekov
URL: http://savannah.gnu.org/bugs/?17643 Summary: Include sys/param.h when testing whether getmntinfo() fills struct statvfs. Project: GNU Core Utilities Submitted by: ptsekov Submitted on: Friday 09/08/2006 at 10:12

Re: [bug #17643] Include sys/param.h when testing whether getmntinfo() fills struct statvfs.

2006-09-08 Thread Jim Meyering
Pavel Tsekov [EMAIL PROTECTED] wrote: URL: http://savannah.gnu.org/bugs/?17643 Summary: Include sys/param.h when testing whether getmntinfo() fills struct statvfs. The recent changes with regard to compilation failures in mountlist.c on NetBSD 3.0 added a new check in ls-mntd-fs.m4.

[bug #17643] Include sys/param.h when testing whether getmntinfo() fills struct statvfs.

2006-09-08 Thread Jim Meyering
Update of bug #17643 (project coreutils): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #1: Patch applied.

Re: basename for directories containing space

2006-09-08 Thread Alfred M. Szmidt
[EMAIL PROTECTED] NZ PostSep06]$ echo `pwd` /home/corrin/NZ PostSep06 [EMAIL PROTECTED] NZ PostSep06]$ basename `pwd` NZ [EMAIL PROTECTED] NZ PostSep06]$ basename --version basename (GNU coreutils) 5.2.1 Written by FIXME unknown. Surely the correct output is NZ PostSep06?

tail -f fifo now ignores the -f if POSIXLY_CORRECT

2006-09-08 Thread Paul Eggert
I installed this in response to yesterday's decision by the Open Group committee. This affects only the POSIXLY_CORRECT behavior. 2006-09-08 Paul Eggert [EMAIL PROTECTED] * NEWS: tail now ignores the -f option if POSIXLY_CORRECT is set, no file operand is given, and standard

bug fix: mv and 'cp -r' no longer fail when ...

2006-09-08 Thread Jim Meyering
I hesitated to remove the tests that provoked this sort of error: $ rm -rf a c; mkdir a; mv a c/ mv: target `c/' is not a directory: No such file or directory [Exit 1] They were added to prevent a command like this from succeeding: $ touch a b; mv a b/ But on modern systems,

Re: bug fix: mv and 'cp -r' no longer fail when ...

2006-09-08 Thread Jim Meyering
Jim Meyering [EMAIL PROTECTED] wrote: I'll deal with install separately -- probably just like cp and mv. Well, at least at first glance, it seems install isn't susceptible, so no need to change it. ___ Bug-coreutils mailing list Bug-coreutils@gnu.org

Re: bootstrap: marking gnulib-copied/generated files as such

2006-09-08 Thread Jim Meyering
Mark D. Baushke [EMAIL PROTECTED] wrote: Jim Meyering [EMAIL PROTECTED] writes: case $CVS_RSH in '') export CVS_RSH=ssh;; esac One of the following would be better, given that not all shells allow assignment on an export command: case $CVS_RSH in '') CVS_RSH=ssh; export

df reporting problem with raid

2006-09-08 Thread Steven Fishback
I recently setup raid 1 disks on my Linux OS. The other 300+ kickstart nodes are exactly the same minus the raid setup and are working fine. So I'm only guessing the raid setup has df reporting incorrectly for the nfs mounts??? I'm using RHEL 3.0AS 2.4.21-4.ELsmp df is from coreutils-4.5.3-26

Re: bootstrap: marking gnulib-copied/generated files as such

2006-09-08 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Meyering [EMAIL PROTECTED] writes: case $CVS_RSH in '') export CVS_RSH=ssh;; esac One of the following would be better, given that not all shells allow assignment on an export command: case $CVS_RSH in '') CVS_RSH=ssh; export

Re: df reporting problem with raid

2006-09-08 Thread Philip Rowlands
On Fri, 8 Sep 2006, Steven Fishback wrote: [snip] # df -h FilesystemSize Used Avail Use% Mounted on /dev/md1 4.8G 3.2G 1.3G 72% / /dev/md0 46M 22M 23M 49% /boot none 2.0G 0 2.0G 0% /dev/shm /dev/md4 25G 72K

bootstrap: marking gnulib-copied/generated files as such

2006-09-08 Thread Jim Meyering
I've just made this change. It doesn't handle bourne shell scripts or ABOUT-NLS, but it's enough for now. 2006-09-08 Jim Meyering [EMAIL PROTECTED] * bootstrap (cp_mark_as_generated): New function. (slurp): Use it to prepend editor hints and a warning that the file

Re: bootstrap: marking gnulib-copied/generated files as such

2006-09-08 Thread Ralf Wildenhues
Hello Jim, * Jim Meyering wrote on Fri, Sep 08, 2006 at 08:54:50AM CEST: --- bootstrap 7 Sep 2006 21:00:58 - 1.8 +++ bootstrap 8 Sep 2006 06:48:43 - @@ -212,6 +212,29 @@ fi;; esac +cp_mark_as_generated() +{ + local src=$1 + local dst=$2 + local c1 c2 Just FYI:

Re: bootstrap: marking gnulib-copied/generated files as such

2006-09-08 Thread Jim Meyering
Ralf Wildenhues [EMAIL PROTECTED] wrote: Hello Jim, * Jim Meyering wrote on Fri, Sep 08, 2006 at 08:54:50AM CEST: --- bootstrap7 Sep 2006 21:00:58 - 1.8 +++ bootstrap8 Sep 2006 06:48:43 - @@ -212,6 +212,29 @@ fi;; esac +cp_mark_as_generated() +{ +

Re: bootstrap: marking gnulib-copied/generated files as such

2006-09-08 Thread Ralf Wildenhues
Hello Jim, * Jim Meyering wrote on Fri, Sep 08, 2006 at 09:44:31AM CEST: Ralf Wildenhues [EMAIL PROTECTED] wrote: Just FYI: this bootstrap script will not work any more with some shells that are still in practical use. Thanks for the quick review and the heads up. However, do you

Re: bootstrap: marking gnulib-copied/generated files as such

2006-09-08 Thread Jim Meyering
Ralf Wildenhues [EMAIL PROTECTED] wrote: Hello Jim, * Jim Meyering wrote on Fri, Sep 08, 2006 at 09:44:31AM CEST: Ralf Wildenhues [EMAIL PROTECTED] wrote: Just FYI: this bootstrap script will not work any more with some shells that are still in practical use. Thanks for the quick