upstart 1.4-0ubuntu6 source package in Ubuntu

Changelog

upstart (1.4-0ubuntu6) precise; urgency=low

  [ Serge Hallyn ]
  * debian/conf/container-detect.conf: an upstart job to track whether upstart
    detected itself running in a container.
  * debian/running-in-container: a script using container.conf to
    answer whether upstart is running in a container.
  * debian/conf/console.conf: run getty on /dev/console when running
    in a lxc container.
  * debian/control: conflict with lxcguest.

  [ Stéphane Graber ]
  * debian/conf/container-detect.conf: extend to also detect OpenVZ and vserver
    as well as write the type in /run/container_type and emit either:
    - container CONTAINER=type
      (where type is lxc, lxc-libvirt, openvz or vserver)
    - not-container
  * debian/running-in-container: extend to also print the type of container.
  * Rebase debian/conf/console.conf on debian/conf/tty1.conf.
  * Update tty[1234].conf to start on regular machines and LXC containers.
  * Update tty[56].conf to only start on regular machines.
 -- Stephane Graber <email address hidden>   Wed, 08 Feb 2012 16:44:59 -0500

Upload details

Uploaded by:
Stéphane Graber
Uploaded to:
Precise
Original maintainer:
James Hunt
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
upstart_1.4.orig.tar.gz 1.1 MiB d2b606217bdeae1cfc58193b9cbba58e30c4ee8780fd808a602bfd82c19a0ff2
upstart_1.4-0ubuntu6.diff.gz 53.8 KiB b9ae1503b22db7693d6cfb4f320c930e24adb7991e0a4340be39d3e1795d4e47
upstart_1.4-0ubuntu6.dsc 1.9 KiB 4785aff6083d7c12bd48e88eca40b0a59b5a5be5d55b09943154c25ed17341f2

Available diffs

View changes file

Binary packages built by this source

upstart: event-based init daemon

 upstart is a replacement for the /sbin/init daemon which handles
 starting of tasks and services during boot, stopping them during
 shutdown and supervising them while the system is running.