Branches for Maverick

Name Status Last Modified Last Commit
lp://qastaging/ubuntu/maverick/screen bug 2 Mature 2010-06-18 13:14:18 UTC
18. * Fix typo in upstart job: "filesyste...

Author: Loïc Minier
Revision Date: 2010-06-18 13:14:18 UTC

* 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.

lp://qastaging/~davewalker/ubuntu/maverick/screen/lp595898 bug 1 Development 2010-06-18 11:32:29 UTC
18. debian/screen-cleanup.upstart: Change...

Author: Dave Walker
Revision Date: 2010-06-18 11:30:41 UTC

debian/screen-cleanup.upstart: Changed start on "filesystems" to
"filesystem", as the former is invalid and silently ignored, causing
it to start too early. (LP: #595898)

12 of 2 results