Package: mpack
Version: 1.6-6
Severity: minor
File: /usr/bin/munpack

Two runs on the same input produce:
$ ls -ogt
  -rw-r--r--  1 423881 2008-12-27 23:04 IMG00018-20081225-1400.jpg.6
  -rw-r--r--  1 218769 2008-12-27 23:04 p10000117.jpg.5
  -rw-r--r--  1 285434 2008-12-27 23:04 p10000116.jpg.4
  -rw-r--r--  1 320269 2008-12-27 23:04 p10000103.jpg.3
  -rw-r--r--  1 235891 2008-12-27 23:04 p10000102.jpg.2
  -rw-r--r--  1 231303 2008-12-27 23:04 p10000099.jpg.1
  -rw-r--r--  1    346 2008-12-27 23:04 p10000099.jpg.desc
  -rw-r--r--  1 423881 2008-12-27 23:03 IMG00018-20081225-1400.jpg
  -rw-r--r--  1 218769 2008-12-27 23:03 p10000117.jpg
  -rw-r--r--  1 285434 2008-12-27 23:03 p10000116.jpg
  -rw-r--r--  1 320269 2008-12-27 23:03 p10000103.jpg
  -rw-r--r--  1 235891 2008-12-27 23:03 p10000102.jpg
  -rw-r--r--  1 231303 2008-12-27 23:03 p10000099.jpg
  -rw-r--r--  1    346 2008-12-27 23:03 p10000099.desc
You will notice the duplicates should all be *.1 -- obviously a
counter is not being reset, causing the numbers .2, .3, ...

Compare wget(1).

Also we observe the odd
  -rw-r--r-- 1 346 2008-12-27 23:04 p10000099.jpg.desc
  -rw-r--r-- 1 346 2008-12-27 23:03 p10000099.desc
Pair.

The man page says
              Without  this  flag,  munpack  appends ".1", ".2", etc to find a
              nonexistent file.

That wording can still be used though. But should be
              Without  this  flag,  munpack  appends ".1", ".2", etc.
              to avoid clobbering an existent file.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to