Your message dated Wed, 25 Jul 2007 13:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385895: fixed in screen 4.0.3-1
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: screen
Version: 4.0.2-4.1
Severity: minor
Tags: patch

Hi,

the attached patch changes the screen init.d script(s) to use lsb
logging functions.

(Another alternative would of course be to remove the logging output altogether since the provided information isn't useful at all).

Regards,
David

--
David Härdeman
diff -ur ./screen-4.0.2.orig/debian/control ./screen-4.0.2/debian/control
--- ./screen-4.0.2.orig/debian/control  2006-09-03 22:00:44.000000000 +0200
+++ ./screen-4.0.2/debian/control       2006-09-03 22:02:56.000000000 +0200
@@ -7,7 +7,7 @@
 
 Package: screen
 Architecture: any
-Depends: ${shlibs:Depends}, base-passwd (>= 2.0.3.4), passwd (>= 1:4.0.3-10)
+Depends: ${shlibs:Depends}, base-passwd (>= 2.0.3.4), passwd (>= 1:4.0.3-10), 
lsb-base (>= 3.0-10)
 Pre-Depends: debconf (>= 0.2.17)
 Conflicts: suidmanager (<< 0.52)
 Description: a terminal multiplexor with VT100/ANSI terminal emulation
diff -ur ./screen-4.0.2.orig/debian/init ./screen-4.0.2/debian/init
--- ./screen-4.0.2.orig/debian/init     2006-09-03 22:00:44.000000000 +0200
+++ ./screen-4.0.2/debian/init  2006-09-03 22:02:25.000000000 +0200
@@ -6,13 +6,14 @@
 set -e
 
 SCREENDIR=/var/run/screen
+. /lib/lsb/init-functions
 
 case "$1" in
 start)
     if find $SCREENDIR -type p | grep '^' >/dev/null; then
-        echo -n 'Cleaning up stale screen sessions... '
+        [ "$VERBOSE" != "no" ] && log_action_begin_msg "Cleaning up stale 
screen sessions"
         find $SCREENDIR -type p -print0 | xargs -0 rm -f
-        echo "done."
+       [ "$VERBOSE" != "no" ] && log_action_end_msg 0
     fi
     ;;
 stop|restart|reload|force-reload)

--- End Message ---
--- Begin Message ---
Source: screen
Source-Version: 4.0.3-1

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

screen_4.0.3-1.diff.gz
  to pool/main/s/screen/screen_4.0.3-1.diff.gz
screen_4.0.3-1.dsc
  to pool/main/s/screen/screen_4.0.3-1.dsc
screen_4.0.3-1_sparc.deb
  to pool/main/s/screen/screen_4.0.3-1_sparc.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.
Jan Christoph Nordholz <[EMAIL PROTECTED]> (supplier of updated screen 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: Sun, 22 Jul 2007 13:39:43 +0200
Source: screen
Binary: screen
Architecture: source sparc
Version: 4.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Changed-By: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Description: 
 screen     - a terminal multiplexor with VT100/ANSI terminal emulation
Closes: 248699 334084 357578 374471 385895 387156 390506 392302 397088 413674 
414241 417647
Changes: 
 screen (4.0.3-1) unstable; urgency=low
 .
   * New maintainer. Thanks for your work, Adam!
     Move Adam to Uploaders.
   * Acknowledge NMUs. Thanks to all committers!
   * Start the package overhaul. Take 1:
     The "wishlist stuff will have to wait at least until -2"-release.
   * Bump policy compliance level to 3.7.2.
   * Bump debhelper to v5, and prefer debian/compat over DH_VERSION.
   * Clean up old dependencies and conflicts. Closes: #334084.
   * Introduce a patch system (dpatch) and move all orig changes to patches.
   * Assert that the package is built with fifos instead of sockets.
     Close the accompanying bug reports - if there's still a buildd that
     fails the fifo test, I'll get an FTBFS now. Closes: #387156, #413674.
   * Document the SIGWINCH issue in README.Debian. As this is not a bug
     in screen, this closes: #392302, #248699 as far as this package is
     concerned.
   * Make the clean target live up to its name again.
   * Fix a syntax error in the texinfo doc that surfaced now that the clean
     target really cleans everything.
   * Fix the commands in doc/Makefile.in to generate splitted info files
     (because that's how they are distributed by upstream).
   * Clean up the maintainer scripts:
     * Stop using debconf. Its only purpose was to display a warning message
       when upgrading from << 3.9.5-5, which was uploaded in the 20th century.
     * Drop debian/preinst completely.
     * Replace case constructions in the other scripts with if blocks.
     * Stop trying to remove /var/run/screens - I couldn't find any reference
       to that directory. Move remove-shell call to prerm. Closes: #374471.
     * Mute the init script. Closes: #385895.
     * Recreate /var/run/screen on install/reboot if necessary (e.g. tmpfs) with
       the appriopriate permissions (depending on the screen binary - some
       admins might choose to install it setuid using dpkg-statoverride).
       Closes: #357578, #390506, #397088.
   * Fix a couple of manpage typos. Closes: #414241, #417647.
   * Enhance the copyright message (add the GPL boilerplate, formatting fixups).
     Addresses #403896, but the year issue is still pending.
Files: 
 9904497e52a035af905b36de9f6570ca 662 misc optional screen_4.0.3-1.dsc
 8506fd205028a96c741e4037de6e3c42 840602 misc optional screen_4.0.3.orig.tar.gz
 3ed08f57f80842227d4f8177199cd9fe 74955 misc optional screen_4.0.3-1.diff.gz
 a0826b51806b890835518993fe54ae42 595822 misc optional screen_4.0.3-1_sparc.deb

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

iD8DBQFGp0gk0fhX0Y/ocz0RAuSmAJ9QDYVREDw4h1KRo6JmfzSp95X2aQCgjCZG
MxOyf/3kTTdUBNOobz95aEM=
=Pu88
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to