On 2008-07-01 Ivan Shmakov <[EMAIL PROTECTED]> wrote: > >>>>> Andreas Metzler <[EMAIL PROTECTED]> writes: [...] > >> $ find /tmp/ -name tmp/ -and -printf 'Found: %p\n' > >> find: warning: Unix filenames usually don't contain slashes (though > pathnames do). That means that '-name tmp/' will probably evaluate to false > all the time on this system. You might find the '-wholename' test more > useful, or perhaps '-samefile'. Alternatively, if you are using GNU grep, > you could use 'find ... -print0 | grep -FzZ tmp/'. > >> Found: /tmp/
> > The version in sid/lenny (4.4.0) won't show "Found: /tmp/" with the > > abovementioned commandline. > ACK, thanks. > Could the fix be considered for backporting to etch? [...] Sorry no. Stable only gets fixes for security vulnerabilities and the occasional serious bug report. cu andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

