Comment 4 for bug 595898

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package screen - 4.0.3-14ubuntu4

---------------
screen (4.0.3-14ubuntu4) maverick; urgency=low

  * Fix typo in upstart job: "filesystem" rather than "filesystems";
    LP: #595898.
  * Remove debian/=screen.debhelper.log.
  * Add "task" to the upstart job as it isn't a service; also use "script"
    rather than "pre-start script" for clarity.
  * Use find -delete rather than find -print0 | xargs rm to avoid starting two
    processes.
  * Rewrite "if test foo || ! test bar" into "if [ foo ] || [ ! bar ]" for
    clarity.
 -- Loic Minier <email address hidden> Fri, 18 Jun 2010 14:12:51 +0200