~ubuntu-branches/ubuntu/quantal/usplash/quantal

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-10-15 23:18:30 UTC
  • Revision ID: james.westby@ubuntu.com-20091015231830-yp4s7hcwdg33jz9d
Tags: 0.5.45
* Make sure that when we open devices we use O_NOCTTY, since otherwise
  when run under Upstart we end up with controlling terminals that we
  didn't expect.
* Then after we've forked into a child process, we call the TIOCSCTTY
  ioctl() to take control of the terminal we're on so we get input.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
usplash (0.5.45) karmic; urgency=low
 
2
 
 
3
  * Make sure that when we open devices we use O_NOCTTY, since otherwise
 
4
    when run under Upstart we end up with controlling terminals that we
 
5
    didn't expect.
 
6
  * Then after we've forked into a child process, we call the TIOCSCTTY
 
7
    ioctl() to take control of the terminal we're on so we get input.
 
8
 
 
9
 -- Scott James Remnant <scott@ubuntu.com>  Thu, 15 Oct 2009 23:18:30 +0100
 
10
 
1
11
usplash (0.5.44) karmic; urgency=low
2
12
 
3
13
  [ Colin Watson ]