--max-database-age typo

2007-06-21 Thread Eric Blake
I'm committing this as obvious. 2007-06-21 Eric Blake <[EMAIL PROTECTED]> * locate/locate.c (set_max_db_age): Fix typo in error message. Index: locate/locate.c === RCS file: /sources/findutils/findutils/locate/locate.c,v r

[bug #20232] locate --max-database-age problems

2007-06-21 Thread James Youngman
Follow-up Comment #1, bug #20232 (project findutils): I think it does need to be mentioned in NEWS and a HISTORY section for locate would be a good idea. I can fill in the history of relevant changes since findutils 4.0 but don't know much about the early history of findutils. _

[bug #18414] testsuite failures when run as root

2007-06-21 Thread Eric Blake
Update of bug #18414 (project findutils): Status: Need Info => Fixed Open/Closed:Open => Closed Fixed Release:None => 4.3.8 ___

[bug #20232] locate --max-database-age problems

2007-06-21 Thread Eric Blake
URL: Summary: locate --max-database-age problems Project: findutils Submitted by: ericb Submitted on: Thursday 06/21/2007 at 11:07 Category: locate Severity: 3 - Norma

Re: [bug #20128] compilation failure in tree.c (4.3.6) on aix with gcc

2007-06-21 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to James Youngman on 6/21/2007 3:22 AM: > On 6/21/07, Eric Blake <[EMAIL PROTECTED]> wrote: >> Can't you do something like: >> >> for f in `find $srcdir -name '*.c'`; do >> case `sed -ne '/^#[]*include/ { >> p >> q >> }'

Re: [bug #20128] compilation failure in tree.c (4.3.6) on aix with gcc

2007-06-21 Thread James Youngman
On 6/21/07, Eric Blake <[EMAIL PROTECTED]> wrote: Can't you do something like: for f in `find $srcdir -name '*.c'`; do case `sed -ne '/^#[]*include/ { p q }' < $f` in config.h);; *) echo "check $f for inclusion order problems" ;; esac done Yes, good idea. I believ