Your message dated Thu, 03 Aug 2006 16:32:31 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#337222: fixed in lpr 1:2006.08.03
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: lpr
Version: 1:2005.05.01
Severity: minor
Tags: patch

When I boot my system, I get the following:

Starting portmap daemon: portmap.
Starting MTA: exim4.
Starting internet superserver: inetd.
Starting printer spooler: lpd .
Starting OpenBSD Secure Shell server: sshd.

Note the space between the dot after 'lpd' - it looks ok and no other
packages have a space there.


diff -urN lpr-2005.05.01~/debian/lpd.init lpr-2005.05.01/debian/lpd.init
--- lpr-2005.05.01~/debian/lpd.init     2005-11-03 11:05:39.000000000 +0000
+++ lpr-2005.05.01/debian/lpd.init      2005-11-03 11:06:25.000000000 +0000
@@ -11,23 +11,23 @@
 
 case "$1" in
   start)
-       echo -n "Starting printer spooler: lpd "
+       echo -n "Starting printer spooler: lpd"
         if start-stop-daemon --quiet --stop --signal 0 --exec $DAEMON
        then
-               echo "[already running]"
+               echo " [already running]"
        else
                /sbin/start-stop-daemon --start --quiet --exec $DAEMON -- 
$OPTIONS
                echo "."
        fi
        ;;
   stop)
-       echo -n "Stopping printer spooler: lpd "
+       echo -n "Stopping printer spooler: lpd"
        if start-stop-daemon --quiet --stop --signal 0 --exec $DAEMON
        then
                start-stop-daemon --quiet --stop --exec $DAEMON 
                echo "."
        else
-               echo "[not running]";
+               echo " [not running]";
        fi
        ;;
   force-reload|restart)



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: lpr
Source-Version: 1:2006.08.03

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

lpr_2006.08.03.dsc
  to pool/main/l/lpr/lpr_2006.08.03.dsc
lpr_2006.08.03.tar.gz
  to pool/main/l/lpr/lpr_2006.08.03.tar.gz
lpr_2006.08.03_i386.deb
  to pool/main/l/lpr/lpr_2006.08.03_i386.deb



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.
Adam Majer <[EMAIL PROTECTED]> (supplier of updated lpr 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: Thu,  3 Aug 2006 18:12:19 -0500
Source: lpr
Binary: lpr
Architecture: source i386
Version: 1:2006.08.03
Distribution: unstable
Urgency: low
Maintainer: Adam Majer <[EMAIL PROTECTED]>
Changed-By: Adam Majer <[EMAIL PROTECTED]>
Description: 
 lpr        - BSD lpr/lpd line printer spooling system
Closes: 307753 323063 326046 337222 337743 376960
Changes: 
 lpr (1:2006.08.03) unstable; urgency=low
 .
   * Fixed the changelog errors (closes: #307753)
   * (lpd/lpd.8) Manpage update clarifying that lpd will silently drop print
     requests if reverse DNS lookup fails.
   * Remove /etc/printcap conffile on purge only if it was not modified
     (closes: #326046)
   * Added a slightly modified patch to enable lpd to recognize
     hosts.equiv and hosts.lpd lines without trailing newline (closes:
     #323063)
   * Applied a patch from Martin Michlmayr that moves the dot in the init
     script next to the lpd name. This is to make the init script consistent
     with the other deamon's init scrips. (closes: #337222)
   * Plug a memory leak in displayq.c when nitems==0. Patch from
     OpenBSD cvs - originally from NetBSD.
   * Fixed lprm to function correctly when the - parameters is
     used. (closes: #337743)
   * Added LSB formatted dependencies to the init script (closes:
     #376960)
   * Updated Standards to 3.7.2. No changes.
Files: 
 ac556cb7c2181b35660b8a6fd8668166 489 net standard lpr_2006.08.03.dsc
 9168fa9c405fc96a50197bfa149bfd9a 105367 net standard lpr_2006.08.03.tar.gz
 3e862db5fa4b132b6335efb6395525d8 118354 net standard lpr_2006.08.03_i386.deb

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

iD8DBQFE0oPI73/bNdaAYUURAhyJAJ96DnoeRdVP5kjuo67CFcIdNSBpvQCfUEuG
LVtoh5q6ipixgOJRBq1kcpY=
=EoAa
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to