~ubuntu-branches/ubuntu/karmic/upstart/karmic-proposed

« back to all changes in this revision

Viewing changes to init/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-09-15 03:19:09 UTC
  • Revision ID: james.westby@ubuntu.com-20090915031909-kvpmtyoxhbo8k0tn
Tags: 0.6.3-2
FFE LP: #427356.

* debian/upstart-job:
  - Remove trailing "s" from file
  - Support direct invocation better.
* udev/upstart-udev-bridge.c:
  - New tool to capture events from the udev netlink socket and
    convert into upstart events.
* conf/rc-sysinit.conf:
  - Run once all filesystems are mounted, rather than on startup
* debian/control:
  - Add dependency on mountall for the filesystem event.

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
PACKAGE_NAME = @PACKAGE_NAME@
353
353
PACKAGE_STRING = @PACKAGE_STRING@
354
354
PACKAGE_TARNAME = @PACKAGE_TARNAME@
355
 
PACKAGE_URL = @PACKAGE_URL@
356
355
PACKAGE_VERSION = @PACKAGE_VERSION@
357
356
PATH_SEPARATOR = @PATH_SEPARATOR@
358
357
PKG_CONFIG = @PKG_CONFIG@
363
362
SET_MAKE = @SET_MAKE@
364
363
SHELL = @SHELL@
365
364
STRIP = @STRIP@
 
365
UDEV_CFLAGS = @UDEV_CFLAGS@
 
366
UDEV_LIBS = @UDEV_LIBS@
366
367
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
367
368
USE_NLS = @USE_NLS@
368
369
VERSION = @VERSION@