Your message dated Fri, 4 Jul 2008 00:53:20 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: fdupes: file names with newline characters in them
has caused the Debian Bug report #249635,
regarding fdupes: file names with newline characters in them
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
249635: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249635
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: fdupes
Version: 1.40-4
Severity: normal

Newline is a legal character in file names. fdupes terminates file or group
names with newlines in its output. So it isn't possible to reliably parse
the output. fdupes should provide an option like find's "-print0".

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux volker 2.4.20 #1 Die Jun 17 01:16:06 CEST 2003 i686
Locale: LANG=de_DE.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1

Versions of packages fdupes depends on:
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an



--- End Message ---
--- Begin Message ---
Version: 1.50-PR2-1

This is what I did to replicate the bug:

$ touch a b c
$ touch '12
> 34'
$ ls -l
total 0
-rw-r--r-- 1 morph morph 0 2008-07-04 00:52 12?34
-rw-r--r-- 1 morph morph 0 2008-07-04 00:52 a
-rw-r--r-- 1 morph morph 0 2008-07-04 00:52 b
-rw-r--r-- 1 morph morph 0 2008-07-04 00:52 c
$ fdupes .
./a
./b
./c
./12
34
$

Hence I'm closing this bug, since it's fixed in the current
unstable/testing version.

Thanks for the report,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--- End Message ---

Reply via email to