Package: findutils
Version: 4.3.6-1
Severity: normal

"find -mtime [+-]n" is broken:

$ date
Tue May 29 00:33:37 CEST 2007

$ find 2007-05-2* -type f -ls
1986025    4 -rw-r--r--   1 schupp   users         210 May 25 19:54
2007-05-25/JOBS
1995532    4 -rw-r--r--   1 schupp   users         141 May 26 20:40
2007-05-26/JOBS
1997118    4 -rw-r--r--   1 schupp   users         197 May 27 18:48
2007-05-27/JOBS
  9429    4 -rw-r--r--   1 schupp   users         625 May 28 21:12
2007-05-28/JOBS

$ find 2007-05-2* -type f -mtime -3 -ls
1986025    4 -rw-r--r--   1 schupp   users         210 May 25 19:54
2007-05-25/JOBS
$ find 2007-05-2* -type f -mtime -2 -ls
1995532    4 -rw-r--r--   1 schupp   users         141 May 26 20:40
2007-05-26/JOBS
$ find 2007-05-2* -type f -mtime -1 -ls
1997118    4 -rw-r--r--   1 schupp   users         197 May 27 18:48
2007-05-27/JOBS

Results are the same if I replace -n with +n, or just n (in which case
the results
are correct). This behaviour is a regression from 4.3.5-1.

Cheers, Roderich


-- System Information:
Debian Release: lenny/sid
 APT prefers unstable
 APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.3 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages findutils depends on:
ii  libc6                         2.5-8      GNU C Library: Shared libraries

findutils recommends no packages.

-- no debconf information


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to