Your message dated Tue, 19 Sep 2006 14:33:27 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#386036: fixed in hylafax 2:4.3.0-9
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: hylafax-server
Version: 4.3.0-7
Severity: normal

hi,

Problem is that awk throws an error: 
"sh: docq/doc1528.tif: Permission denied"
when trying to get filesizes.
This might be unimportant nowadays as most if not all users switched to the 
new (since 4.2.1) notify.

Nevertheless, here's an obvious patch (we know files[i] will never 
contain ' '):

#---[notify.awk.diff]---------------
--- /var/tmp/hylafax-4.3.0-1/util/notify.awk    Mon Aug 16 14:58:22 2004
+++ /var/tmp/hylafax-4.3.0,pp/util/notify.awk   Tue Aug 29 01:51:18 2006
@@ -99,9 +99,10 @@
            print ""
            printf "%-20s %8s %s\n", "Filename", "Size", "Type";
            for (i = 0; i < nfiles; i++) {
-               "wc -c " files[i] | getline;
+               cmd="wc -c "files[i];
+               cmd | getline;
                printf "%-20s %8d %s\n", files[i], $1, docType(files[i]);
-               close("wc -c " files[i]);
+               close(cmd);
             }
        }
     } else if (jobType == "pager") {
#-----------------------------------


-- paolo



--- End Message ---
--- Begin Message ---
Source: hylafax
Source-Version: 2:4.3.0-9

We believe that the bug you reported is fixed in the latest version of
hylafax, which is due to be installed in the Debian FTP archive:

hylafax-client_4.3.0-9_i386.deb
  to pool/main/h/hylafax/hylafax-client_4.3.0-9_i386.deb
hylafax-doc_4.3.0-9_all.deb
  to pool/main/h/hylafax/hylafax-doc_4.3.0-9_all.deb
hylafax-server_4.3.0-9_i386.deb
  to pool/main/h/hylafax/hylafax-server_4.3.0-9_i386.deb
hylafax_4.3.0-9.diff.gz
  to pool/main/h/hylafax/hylafax_4.3.0-9.diff.gz
hylafax_4.3.0-9.dsc
  to pool/main/h/hylafax/hylafax_4.3.0-9.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giuseppe Sacco <[EMAIL PROTECTED]> (supplier of updated hylafax package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 19 Sep 2006 09:48:04 +0200
Source: hylafax
Binary: hylafax-doc hylafax-server hylafax-client
Architecture: source all i386
Version: 2:4.3.0-9
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Sacco <[EMAIL PROTECTED]>
Changed-By: Giuseppe Sacco <[EMAIL PROTECTED]>
Description: 
 hylafax-client - Flexible client/server fax software - client utilities
 hylafax-doc - Flexible client/server fax software - HTML Documentation
 hylafax-server - Flexible client/server fax software - server daemons
Closes: 386036 386071
Changes: 
 hylafax (2:4.3.0-9) unstable; urgency=low
 .
   * Fixed awk command in notify-4.1 (Closes: #386036)
   * Changed From addredd in e-mail from "fax" to "faxmaster" since
     fax user does not always exists (Closes: #386071)
   * Changed init script to be lsb compliant
   * Added debtags
Files: 
 ff7f4c625b735a54771ad58687a152ab 740 comm extra hylafax_4.3.0-9.dsc
 6dea3dd66949de6c765a15fe32dc3e34 57776 comm extra hylafax_4.3.0-9.diff.gz
 b921e85bcbde6398afe0aefd0453c33a 844696 comm extra 
hylafax-server_4.3.0-9_i386.deb
 7313accdf3ebd33bea7ae6d3e210eb58 363270 comm extra 
hylafax-client_4.3.0-9_i386.deb
 06853688896ff87cb79ccd60bcddebf6 378592 doc extra hylafax-doc_4.3.0-9_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFD6KbIgfFlOyXCJ0RAsdFAJ9RK2ZA9pS6YMfIp4Lag1PdCJhiRQCdFRO2
9s0VOGctfoPfbf/By4pjoQc=
=8iRb
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to