Merge lp:~ubuntu-branches/ubuntu/natty/upstart/natty-201012141812 into lp:ubuntu/natty/upstart

Proposed by James Westby
Status: Merged
Merged at revision: 1290
Proposed branch: lp:~ubuntu-branches/ubuntu/natty/upstart/natty-201012141812
Merge into: lp:ubuntu/natty/upstart
Diff against target: 2976 lines (+2255/-712) (has conflicts)
2 files modified
debian/changelog (+1433/-712)
po/upstart.pot.OTHER (+822/-0)
Text conflict in debian/changelog
Contents conflict in po/upstart.pot
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/natty/upstart/natty-201012141812
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+43679@code.launchpad.net

Description of the change

The package history in the archive and the history in the bzr branch differ. As the archive is authoritative the history of lp:ubuntu/natty/upstart now reflects that and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/natty/upstart/natty-201012141812. A merge should be performed if necessary.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-12-14 17:15:57 +0000
3+++ debian/changelog 2010-12-14 18:17:55 +0000
4@@ -1,712 +1,1433 @@
5-upstart (0.6.7-1) natty; urgency=low
6-
7- * New upstream release:
8- - Added manual stanza.
9- - Added debug stanza.
10- - Added start_on, stop_on and emits properties.
11- - Added GoalChanged, StateChanged and Failed signals.
12- - Documentation updates.
13-
14- * Added myself as a maintainer.
15-
16- -- James Hunt <james.hunt@ubuntu.com> Tue, 14 Dec 2010 17:15:57 +0000
17-
18-upstart (0.6.6-3) maverick; urgency=low
19-
20- * Ubuntu seems to have stopped installing Recommends of Build-Depends,
21- add a Build-Depend on dbus. LP: #602130.
22-
23- -- Scott James Remnant <scott@ubuntu.com> Thu, 12 Aug 2010 16:38:05 -0400
24-
25-upstart (0.6.6-2) maverick; urgency=low
26-
27- * Apply patch from trunk to use /dev/null when /dev/console is unavailable
28- due to kernel bugs. This isn't a fix for those bugs, but it does work
29- around it for now. LP: #554172.
30-
31- -- Scott James Remnant <scott@ubuntu.com> Thu, 12 Aug 2010 09:52:07 -0400
32-
33-upstart (0.6.6-1ubuntu1) maverick; urgency=low
34-
35- * Try buying with -fPIE/-pie on armel again; we have a shiny new armel
36- toolchain and this part of the rules was broken in 0.6.6-1 anyway.
37-
38- -- Loïc Minier <loic.minier@ubuntu.com> Fri, 23 Jul 2010 14:54:11 +0200
39-
40-upstart (0.6.6-1) maverick; urgency=low
41-
42- * New upstream release:
43- - All changes were previously merged into this package.
44-
45- * debian/upstart-job:
46- - Fix output for the force-reload command to only refer to reload(8).
47- LP: #532862.
48-
49- * Add debian/source/format with "1.0" to be future compatible.
50- * Add missing ${misc:Depends}.
51- * Bump standards version.
52- * Convert rules to dh7 format.
53-
54- -- Scott James Remnant <scott@ubuntu.com> Tue, 27 Apr 2010 13:41:18 -0700
55-
56-upstart (0.6.5-6) lucid; urgency=low
57-
58- * Merge fixes from trunk:
59- - double-quoting of NIH_CFLAGS and NIH_DBUS_CFLAGS on --with-local-libnih
60- - document "env KEY" behaviour
61- * conf/rc.conf, conf/rc-sysinit.conf:
62- - enable console output. LP: #548954.
63- - pass value of INIT_VERBOSE from kernel command-line.
64-
65- -- Scott James Remnant <scott@ubuntu.com> Thu, 01 Apr 2010 19:25:36 +0100
66-
67-upstart (0.6.5-5) lucid; urgency=low
68-
69- * init/main.c:
70- - Don't change the settings of the foreground console, this is often
71- owned by plymouth and not supposed to be in Canonical Mode; all other
72- paths have stty sane settings anyway (which these are not), so there
73- really isn't need for init to do this. LP: #540256.
74-
75- -- Scott James Remnant <scott@ubuntu.com> Wed, 17 Mar 2010 22:34:55 +0000
76-
77-upstart (0.6.5-4) lucid; urgency=low
78-
79- * debian/control:
80- - change Pre-Depends back to Depends, this was a holdover from when we
81- attempted to make Upstart Essential to solve early sysvinit→upstart
82- upgrade issues, we backed out the Essential bit but never the use of
83- Pre-Depends. LP: #527722.
84- - add versioned-dependencies on ifupdown for loopback fix that can
85- prevent initscripts from being run. LP: #527830.
86-
87- * Merge patches from trunk to use /proc/self/fd instead of /dev/fd, and
88- to always mount /proc and /sys on boot.
89-
90- -- Scott James Remnant <scott@ubuntu.com> Fri, 26 Feb 2010 15:40:58 +0000
91-
92-upstart (0.6.5-3) lucid; urgency=low
93-
94- * udev/upstart-udev-bridge.c: use right variable name, fixing a build
95- failure. (LP: #524484)
96-
97- -- Scott Moser <smoser@ubuntu.com> Fri, 19 Feb 2010 10:21:33 -0500
98-
99-upstart (0.6.5-2) lucid; urgency=low
100-
101- * udev/upstart-udev-bridge.c:
102- - Increase receiving buffer size for uevents so we don't miss any.
103- LP: #504883.
104-
105- -- Scott James Remnant <scott@ubuntu.com> Wed, 17 Feb 2010 15:50:40 +0000
106-
107-upstart (0.6.5-1) lucid; urgency=low
108-
109- * New upstream release:
110- - libnih has been separated out into its own project.
111- - "start on" and "stop on" now support != matches. LP: #513035.
112- - Fixed crash in child when unable to spawn job. LP: #451917.
113- - No longer holds /dev/console open so SAK won't kill init. LP: #486005.
114- - Added missing OPTIONS section to init(8). LP: #449883.
115-
116- [ Scott James Remnant ]
117- * Build-depend on libnih-dev, libnih-dbus-dev and nih-dbus-tool to use
118- the separated out libnih.
119- - This has the fix for LP: #436758.
120- - Remove changelog.nih from the doc directory.
121- * Bump udev build-dependency to 147 to match upstream.
122- * udev/Makefile.am: Update to use external libnih
123-
124- [ Johan Kiviniemi ]
125- * udev/upstart-udev-bridge.c: Change -device-remove to -device-removed to
126- match -device-added and -device-changed. LP: #516698.
127-
128- -- Scott James Remnant <scott@ubuntu.com> Thu, 04 Feb 2010 16:30:10 -0800
129-
130-upstart (0.6.3-11build1) lucid; urgency=low
131-
132- * Rebuild to pick up relaxed dependency on libc6, after checking that
133- __abort_msg is available with the same signature in eglibc 2.11.
134- LP: #508702.
135-
136- -- Matthias Klose <doko@ubuntu.com> Mon, 18 Jan 2010 16:10:11 +0100
137-
138-upstart (0.6.3-11) karmic-proposed; urgency=low
139-
140- * Make rc-sysinit.conf wait on the loopback interface, to ensure that the
141- interface is up before we process the scripts in /etc/rc?.d. LP: #461725.
142-
143- -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 08 Dec 2009 12:58:37 -0800
144-
145-upstart (0.6.3-10) karmic; urgency=low
146-
147- * Retain the "telinit u" for the case when we're upgrading from pre-0.6
148- (ie. hardy or jaunty). Whups. LP: #451556.
149-
150- -- Scott James Remnant <scott@ubuntu.com> Thu, 15 Oct 2009 17:48:47 +0100
151-
152-upstart (0.6.3-9) karmic; urgency=low
153-
154- * Restore the call to sync() in reboot, have been observing some issues
155- and it looks like ext4 might not be explicitly flushing the disk when
156- remounting read-only.
157-
158- -- Scott James Remnant <scott@ubuntu.com> Wed, 14 Oct 2009 16:40:32 +0100
159-
160-upstart (0.6.3-8) karmic; urgency=low
161-
162- * Rather than calling "telinit u" after upgrade, which will lose state,
163- have the umountroot initscript take care of it for us by setting a
164- flag. LP: #441796.
165- * Don't lose the original default runlevel if /etc/inittab exists without
166- an initdefault line. LP: #405847.
167- * Fix "unhandled error" in shutdown when unable to change runlevel,
168- e.g. due to previous Ubiquity bug. LP: #426332.
169- * Merge change from trunk that makes it possible to build Upstart using
170- a previously built copy of nih-dbus-tool, especially useful when
171- cross-compiling. LP: #426740.
172- * Merge change from libnih to store our assertion messages in the
173- glibc __abort_msg symbol so apport can pick them up. LP: #429411.
174- * Merge change from libnih to fix compilation issue with eglibc due
175- to changed alphasort() prototype.
176-
177- -- Scott James Remnant <scott@ubuntu.com> Wed, 14 Oct 2009 05:34:13 +0100
178-
179-upstart (0.6.3-7) karmic; urgency=low
180-
181- * Ignore initramfs pids that don't exist. LP: #440071.
182- - you still need to ensure that the pid's parent is init, there's no
183- cheap way to test for that.
184- * Remove "console owner" and "console output" from rc scripts.
185- * Try harder to remove dbus-reconnect.conf
186-
187- -- Scott James Remnant <scott@ubuntu.com> Fri, 02 Oct 2009 21:09:03 +0100
188-
189-upstart (0.6.3-6) karmic; urgency=low
190-
191- * Don't use "telinit q" to reconnect to D-Bus, since that breaks
192- lots of things. Invent another secret way instead.
193-
194- [ Steve Langasek ]
195- * upstart-job's restart target must also not fail when the service is not
196- yet started. LP: #430883.
197-
198- -- Scott James Remnant <scott@ubuntu.com> Thu, 01 Oct 2009 15:26:19 +0100
199-
200-upstart (0.6.3-5) karmic; urgency=low
201-
202- * Update autoconf and automake files. LP: #435252.
203-
204- -- Scott James Remnant <scott@ubuntu.com> Wed, 23 Sep 2009 14:16:34 -0700
205-
206-upstart (0.6.3-4) karmic; urgency=low
207-
208- [ Scott James Remnant ]
209- * Reduce the priority of the stopped by/continued by messages so that
210- they are only shown when --verbose on the kernel command-line.
211- LP: #401333.
212- * Add a hack to look for /dev/.initramfs/*.pid files on startup and
213- "fake" start jobs of those names. Basically this means that "status"
214- and "stop" work for things like bootchart and usplash.
215- * Implement a "reload" command in initctl that retrieves the current pid
216- of the job and sends it the HUP signal. LP: #433544.
217-
218- [ Steve Langasek ]
219- * debian/upstart-job:
220- - give proper policy-compliant behavior of the start command: detect if
221- the job is already running using upstart status, and if so return success.
222- - same for the stop command: return success if the job is already stopped.
223- - when $DPKG_MAINTSCRIPT_PACKAGE is set, don't spit warnings out because
224- it's not the user's fault - we're being invoked by a maintainer script.
225-
226- -- Scott James Remnant <scott@ubuntu.com> Tue, 22 Sep 2009 13:56:48 -0700
227-
228-upstart (0.6.3-3) karmic; urgency=low
229-
230- * debian/upstart-job:
231- - force-reload should only send a HUP signal, since it may not be wise
232- to actually restart (cf. dbus)
233-
234- -- Scott James Remnant <scott@ubuntu.com> Wed, 16 Sep 2009 00:10:13 +0100
235-
236-upstart (0.6.3-2) karmic; urgency=low
237-
238- FFE LP: #427356.
239-
240- * debian/upstart-job:
241- - Remove trailing "s" from file
242- - Support direct invocation better.
243- * udev/upstart-udev-bridge.c:
244- - New tool to capture events from the udev netlink socket and
245- convert into upstart events.
246- * conf/rc-sysinit.conf:
247- - Run once all filesystems are mounted, rather than on startup
248- * debian/control:
249- - Add dependency on mountall for the filesystem event.
250-
251- -- Scott James Remnant <scott@ubuntu.com> Tue, 15 Sep 2009 03:19:09 +0100
252-
253-upstart (0.6.3-1) karmic; urgency=low
254-
255- * New upstream release:
256- - Fixed assertion when a job exits while stopping. LP: #406408.
257- - Fixed compilation on ia64.
258- - nih-dbus-tool(1) manpage no longer installed.
259-
260- -- Scott James Remnant <scott@ubuntu.com> Mon, 03 Aug 2009 23:58:47 +0100
261-
262-upstart (0.6.2-1) karmic; urgency=low
263-
264- * New upstream release:
265- - Fixed assertion when stopping a job during its starting event.
266- - Fixed fork following to not stop on exec() before fork()
267- - Fixed missing chdir() in crash handler.
268-
269- -- Scott James Remnant <scott@ubuntu.com> Wed, 22 Jul 2009 10:39:50 +0100
270-
271-upstart (0.6.1-1) karmic; urgency=low
272-
273- * New upstream release:
274- - Fixed race condition in ptrace() code. LP: #264711.
275- - Fixed runlevel to output "unknown" not "N N". LP: #400248.
276- - Fixed runlevel to prefix error messages with filename. LP: #400241.
277-
278- * Provide/Conflict/Replace the agreed "upstart-job" meta-package.
279- LP: #399799.
280- * Bump dpkg dependency to 1.2.16
281-
282- -- Scott James Remnant <scott@ubuntu.com> Thu, 16 Jul 2009 18:26:23 +0100
283-
284-upstart (0.6.0-5) karmic; urgency=low
285-
286- * Cherry-pick patch from -r1188 to fix "expect fork" and "expect daemon"
287- LP: #264711.
288-
289- -- Scott James Remnant <scott@ubuntu.com> Tue, 14 Jul 2009 15:19:17 +0100
290-
291-upstart (0.6.0-4) karmic; urgency=low
292-
293- * Don't build the testsuite with -fPIE on armel; LP: #398403.
294-
295- -- Loïc Minier <lool@dooz.org> Mon, 13 Jul 2009 22:12:34 +0200
296-
297-upstart (0.6.0-3) karmic; urgency=low
298-
299- * Add Conflicts on older Upstart packages to make update-manager's
300- job easier.
301-
302- -- Scott James Remnant <scott@ubuntu.com> Fri, 10 Jul 2009 10:11:21 +0100
303-
304-upstart (0.6.0-2) karmic; urgency=low
305-
306- * Bump D-Bus build dependency to ensure we get the container abandonment
307- patches, and the GIT version bump.
308- * Actually ship /lib/init/upstart-job
309-
310- -- Scott James Remnant <scott@ubuntu.com> Thu, 09 Jul 2009 17:29:59 +0100
311-
312-upstart (0.6.0-1) karmic; urgency=low
313-
314- * New upstream release ("How appropriate, you fight like a cow")
315- - my customary changes list since pointless, it's basically a
316- complete rewrite.
317- - Handles /bin/sh symlink disappearing. LP: #65024.
318- - Boot parameters may be passed to init scripts. LP: #74664.
319- - reboot implies --force during shutdown. LP: #388738.
320- - reboot no longer iterates /proc/ide. LP: #92685.
321- - much improved documentation. LP: #60429, #72058, #388715.
322-
323- * Merge the various upstart packages into a single package, it makes
324- little sense to have it all spread out.
325-
326- -- Scott James Remnant <scott@ubuntu.com> Wed, 08 Jul 2009 23:12:03 +0100
327-
328-upstart (0.3.10-2) karmic; urgency=low
329-
330- * debian/upstart.postinst: Use telinit u to re-exec, rather than
331- kill just in case it's not Upstart that's running. LP: #92177.
332- * debian/event.d/system-services/tty*: Run getty in 8-bit clean
333- mode. LP: #273189.
334- * debian/event.d/upstart-compat-sysv/rc-default:
335- - Don't use grep -w, instead split on $IFS and iterate. LP: #385911.
336- - Check for any valid runlevel, not just S. LP: #85014.
337- - Make console owner, since it may spawn sulogin.
338- * debian/event.d/upstart-compat-sysv/rcS:
339- - Spawn sulogin if given -b or "emergency". LP: #193810.
340- * debian/event.d/upstart-compat-sysv/rcS:
341- - Make console owner. LP: #211402.
342- * debian/event.d/upstart-compat-sysv/rcS-sulogin:
343- - Place the telinit code in post-stop, checking $UPSTART_EVENT first so
344- we don't change the runlevel if we were stopped due to a runlevel
345- change. LP: #66002.
346-
347- -- Scott James Remnant <scott@ubuntu.com> Thu, 18 Jun 2009 16:19:34 +0100
348-
349-upstart (0.3.10-1) karmic; urgency=low
350-
351- * Compilation fixes.
352- * Fixed assertion caused by the post-start or pre-stop scripts
353- exiting after the main process of a respawning job had exited.
354- LP: #381048.
355-
356- -- Scott James Remnant <scott@ubuntu.com> Wed, 17 Jun 2009 13:33:40 +0100
357-
358-upstart (0.3.9-8) intrepid; urgency=low
359-
360- * Do not attempt to continue communicating with the restarted upstart
361- (LP: #273761).
362-
363- -- Kees Cook <kees@ubuntu.com> Mon, 29 Sep 2008 13:35:21 -0700
364-
365-upstart (0.3.9-7) intrepid; urgency=low
366-
367- * Implement "telinit u" by just sending Upstart SIGTERM with a slightly
368- different patch than Fedora. LP: #188925.
369-
370- -- Scott James Remnant <scott@ubuntu.com> Tue, 23 Sep 2008 09:01:09 -0700
371-
372-upstart (0.3.9-6) intrepid; urgency=low
373-
374- * Really fix LP: #237276 properly this time, lost the change while mucking
375- around with bzr.
376-
377- -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 22:29:48 +0100
378-
379-upstart (0.3.9-5) intrepid; urgency=low
380-
381- * Correct build problem on amd64 and ia64 by only building libnih and
382- libupstart statically. The shared objects were unwanted, and conflict
383- with -fPIE.
384-
385- -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 17:07:12 +0100
386-
387-upstart (0.3.9-4) intrepid; urgency=low
388-
389- * Add missing limits.h, required to build with current libc.
390-
391- -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 13:09:32 +0100
392-
393-upstart (0.3.9-3) intrepid; urgency=low
394-
395- * Change dependency from sysvutils to sysvinit-utils. LP: #237276.
396- * Compile with stack -fstack-protector, -fPIE, -z relro, -z now and -pie
397- (MMmm, pie)
398-
399- -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 12:59:11 +0100
400-
401-upstart (0.3.9-2) hardy; urgency=low
402-
403- * Start the getty on tty1 after the rc script has stopped rather then
404- at the same time it starts to avoid overwriting by console messages.
405- tty2..6 will still be active if you want an early login. LP: #65230.
406- * If the recovery menu is available start that instead of sulogin when
407- entering single-user-mode.
408-
409- -- Scott James Remnant <scott@ubuntu.com> Fri, 11 Apr 2008 13:38:50 +0100
410-
411-upstart (0.3.9-1) hardy; urgency=low
412-
413- * New upstream release:
414- - many bug fixes.
415-
416- * Update reference to "edgy" in README.Debian to "hardy". LP: #140037.
417-
418- -- Scott James Remnant <scott@ubuntu.com> Sun, 28 Oct 2007 10:51:59 -0400
419-
420-upstart (0.3.8-2) gutsy; urgency=low
421-
422- * Fix broken migration of old-style 'respawn process' stanzas which
423- produced corrupted 'exec' stanzas. Try to fix up files previously
424- corrupted by this. LP: #95210
425-
426- -- Scott James Remnant <scott@ubuntu.com> Sun, 28 Oct 2007 10:50:36 -0400
427-
428-upstart (0.3.8-1) feisty; urgency=low
429-
430- * New upstream release:
431- - much improved initctl tool.
432-
433- * Update my standard prep_/undo_/rm_conffile functions to take into account
434- current dpkg behaviour wrt obsolete conffiles. The conffile is now moved
435- out of the way in preinst and the moved file deleted in postinst, or moved
436- back in postrm abort-upgrade. This means it's not there when dpkg
437- configures the new version, so the conffile is not left in the list.
438- * Purge backups of modified obsolete conffiles when the package is purged.
439-
440- * Update runlevel and respawn rule generated in migrate-inittab.pl
441- LP: #89314
442-
443- * Drop 00-libnih-update.patch and 01-libnih-sparc-ftbfs.patch; new upstream
444- release includes an up-to-date libnih which contains both patches.
445- * Drop 10-cant-stop-execless-job.patch; included upstream.
446- * Drop 20-complex-event-config.patch; this is going to be significantly
447- changed upstream, and we don't want to ship something strange.
448- * Drop 30-fix-warnings.patch; included upstream.
449-
450- -- Scott James Remnant <scott@ubuntu.com> Sun, 11 Mar 2007 19:19:00 +0000
451-
452-upstart (0.3.5-2) feisty; urgency=low
453-
454- * Changed "start script" to "pre-start script" in sulogin event, the former
455- is no longer recognised.
456-
457- * Applied 01-libnih-sparc-ftbfs.patch; this updates the signal name list
458- to exclude signals not available on that architecture, and add one that's
459- unique to it.
460- * Applied 30-fix-warnings.patch; this corrects a few warnings that spoiled
461- an otherwise clean build log.
462-
463- -- Scott James Remnant <scott@ubuntu.com> Tue, 13 Feb 2007 15:56:33 +0000
464-
465-upstart (0.3.5-1) feisty; urgency=low
466-
467- * New upstream release:
468- - inotify file descriptor leak fixed. LP: #83099.
469- - inotify support is no longer required. LP: #68904.
470- - new job state machine
471- - new event structure, can now include arguments and environment
472-
473- * Applied 00-libnih-update.patch; this updates the libnih library to the
474- latest bzr trunk version, required for the complex-event-config patch.
475- * Applied 10-cant-stop-execless-job.patch from upstream; this corrects a
476- bug where jobs without an "exec" or "script" stanza cannot be stopped.
477- * Applied 20-complex-event-config.patch from upstream; this is an
478- experimental implementation of the "on" keyword that allows definition
479- of complex system states.
480-
481- * System V compatibility jobs updated to match new event names.
482- * rcS job now sets PREVLEVEL and RUNLEVEL. LP: #76304.
483-
484- * NOTE: After this upgrade, init will appear to have "forgotten" the
485- process ids of your gettys, etc. This is not a critical problem and
486- will be fixed before release. Shutdown will still work as normal.
487-
488- -- Scott James Remnant <scott@ubuntu.com> Mon, 12 Feb 2007 13:51:40 +0000
489-
490-upstart (0.3.1-1) feisty; urgency=low
491-
492- * New upstream release:
493- - start, stop and status are now symlinks to initctl, not to a
494- different, separate utility.
495- - initctl completely rewritten to behave properly.
496- - some upstart-specific options to shutdown and reboot dropped, as
497- these are considered SysV-compat tools.
498- - "console none" fixed. LP: #70782.
499- - improved documentation. LP: #68805.
500-
501- * shutdown and reboot moved to upstart-compat-sysv.
502-
503- * Replace the /usr/share/doc/* directory in upstart-logd,
504- upstart-compat-sysv, system-services and startup-tasks with a symlink to
505- /usr/share/doc/upstart. This was actually done in a previous package,
506- but the migration missed. LP: #70895.
507-
508- -- Scott James Remnant <scott@ubuntu.com> Wed, 13 Dec 2006 17:27:37 +0000
509-
510-upstart (0.2.7-7) edgy; urgency=low
511-
512- * Don't abort the postinst if we can't send init SIGTERM. Ubuntu: #64499.
513-
514- -- Scott James Remnant <scott@ubuntu.com> Tue, 10 Oct 2006 10:13:05 +0100
515-
516-upstart (0.2.7-6) edgy; urgency=low
517-
518- * Don't start gettys on tty2 thru tty6 in runlevels 4 and 5 (matches
519- our sysvinit configuration).
520- * Migrate common changes made to /etc/inittab to /etc/event.d by
521- adjusting the installed conffiles. Ubuntu: #61539.
522-
523- * Include missing AUTHORS and NEWS file in the upstart package.
524- * Include README.Debian which answers common questions. Ubuntu: #60429.
525-
526- -- Scott James Remnant <scott@ubuntu.com> Thu, 5 Oct 2006 16:08:34 +0100
527-
528-upstart (0.2.7-5) edgy; urgency=low
529-
530- * Don't set the current runlevel in /var/run/utmp to 0 or 6 if it is
531- already either of those two values. That way we don't end up with
532- either 0 or 6 in the PREVLEVEL variable, which can cause
533- /etc/init.d/rc to be "efficient" and not bother doing
534- anything. Ubuntu: #63852.
535-
536- -- Scott James Remnant <scott@ubuntu.com> Wed, 4 Oct 2006 14:06:18 +0100
537-
538-upstart (0.2.7-4) edgy; urgency=low
539-
540- * Can't just start rc-default once in single-user mode, because if we
541- boot into that, that will just return us back to sulogin again. Copy
542- the script out of rc-default into rcS-sulogin to call telinit with the
543- right default runlevel. Ubuntu: #62189.
544-
545- * Add Build-Depend on dpkg-dev (>= 1.13.19) due to our use of
546- ${binary:Version}. Ubuntu: #61693.
547-
548- -- Scott James Remnant <scott@ubuntu.com> Tue, 26 Sep 2006 17:20:42 +0100
549-
550-upstart (0.2.7-3) edgy; urgency=low
551-
552- * Set the runlevel to "S" when we enter sulogin so that it appears
553- in utmp.
554-
555- -- Scott James Remnant <scott@ubuntu.com> Thu, 21 Sep 2006 05:37:25 +0100
556-
557-upstart (0.2.7-2) edgy; urgency=low
558-
559- * Ensure that the same version of upstart is installed as the version of
560- upstart-compat-sysv and upstart-logd; as the IPC protocol may change
561- between releases.
562-
563- * Adjust the rcS-sulogin job so that if sulogin exits the default runlevel
564- is entered; but if the job is stopped (e.g. by shutdown) it isn't. The
565- solves the regression introduced in the previous release.
566-
567- * Revert upstream logd/"quiet" change in favour of doing it in our
568- lsb logging functions instead; seems to work better (fsvo better).
569-
570- -- Scott James Remnant <scott@ubuntu.com> Thu, 21 Sep 2006 03:12:33 +0100
571-
572-upstart (0.2.7-1) edgy; urgency=low
573-
574- * New upstream release:
575- - logd now writes to the console unless "quiet" is specified
576- - runaway jobs caught when they start rather than respawn. Ubuntu: #59807
577-
578- * Fix failure to shutdown while in single-user mode, however this means
579- that for edgy you can't exit the sulogin shell to enter the default
580- runlevel; explicitly say what works. Ubuntu: #60626.
581- * Drop unnecessary dependency on util-linux.
582- * Drop sulogin hack, instead depend on the version of sysvutils that
583- includes the real one. Ubuntu: #60965.
584-
585- -- Scott James Remnant <scott@ubuntu.com> Wed, 20 Sep 2006 05:39:16 +0100
586-
587-upstart (0.2.6-1) edgy; urgency=low
588-
589- * New upstream release:
590- - fix infinite loop caused by bad waitid() call. Ubuntu: #59459.
591- - halt now behaves as "shutdown -h now". Ubuntu: #59720.
592-
593- -- Scott James Remnant <scott@ubuntu.com> Wed, 13 Sep 2006 22:16:17 +0100
594-
595-upstart (0.2.5-1) edgy; urgency=low
596-
597- * New upstream release:
598- - no longer spins when no stalled event handler. Ubuntu: #59170.
599- - shutdown works when under sysvinit. Ubuntu: #58523;
600- - shutdown -k implemented. Ubuntu: #58723.
601- - telinit sends shutdown event for 0, 1 and 6. Ubuntu: #58913.
602- - basic manual pages included. Ubuntu: #58724.
603-
604- * upstart-compat-sysv Replaces: sysvinit. Ubuntu: #59427.
605- * upstart Recommends: upstart-compat-sysv, startup-tasks & system-services.
606-
607- * New upstart-logd package includes the logd daemon that can will log
608- output of jobs with "console logged" (the default) in their description
609- to /var/log/boot.
610-
611- * Add /etc/event.d/rc0 that is run on the "halt" event (neither -H or -P
612- given), and modify rc0-halt to run on "system-halt" (-H given) and
613- rc0-poweroff to run on "power-off" (-P given). Ubuntu: #59134.
614- * Fix the control-alt-delete job to run on the "ctrlaltdel" event so
615- that it's triggered properly. Ubuntu: #59398.
616- * Fix single-user mode.
617-
618- -- Scott James Remnant <scott@ubuntu.com> Sat, 9 Sep 2006 05:10:12 +0100
619-
620-upstart (0.2.1-7) edgy; urgency=low
621-
622- * Remove the Essential tags again, they didn't solve the problem we
623- hoped they would (dpkg/apt still won't remove sysvinit without
624- serious persuasion) and I don't think these packages should be.
625-
626- -- Scott James Remnant <scott@ubuntu.com> Thu, 7 Sep 2006 02:42:33 +0100
627-
628-upstart (0.2.1-6) edgy; urgency=low
629-
630- * Make packages Essential, and change Depends to Pre-Depends so that the
631- packages work when unconfigured (nothing interesting is performed in
632- postinst). Ubuntu: #59005.
633- * Sync priority in debian/control with that in the archive (required)
634- * Drop warning of dire consequences if you install upstart, seeing as it's
635- installed by default.
636-
637- * Add new startup-tasks and system-services packages which will contain
638- the /etc/event.d files themselves (other than the main ones).
639- * Move tty definitions into system-services.
640- * Modify tty definitions to start when the rcS task has finished. This
641- puts them in the "right" place when compared to gdm. Ubuntu: #58630.
642-
643- * Correct rcS compatibility script to ignore any information in utmp so
644- that all scripts are always run. Ubuntu: #59203.
645- * Make rcS the console owner while it runs, temporary fix for
646- Ubuntu: #58609, #58794, #58796
647- * Include default control-alt-delete handler that reboots the machine.
648-
649- -- Scott James Remnant <scott@ubuntu.com> Wed, 6 Sep 2006 21:52:48 +0100
650-
651-upstart (0.2.1-5) edgy; urgency=low
652-
653- * upstart-compat-sysv Depends: initscripts (closes: Malone #58979).
654-
655- -- Colin Watson <cjwatson@ubuntu.com> Tue, 5 Sep 2006 12:22:50 +0100
656-
657-upstart (0.2.1-4) edgy; urgency=low
658-
659- * Add missing #! line to top of postrm
660-
661- -- Scott James Remnant <scott@ubuntu.com> Mon, 4 Sep 2006 08:11:16 +0100
662-
663-upstart (0.2.1-3) edgy; urgency=low
664-
665- * Remove the rc0 configuration file shipped in 0.1.0 that causes all
666- reboots to become shutdowns. Ubuntu: #58557.
667-
668- -- Scott James Remnant <scott@ubuntu.com> Sun, 3 Sep 2006 23:24:41 +0100
669-
670-upstart (0.2.1-2) edgy; urgency=low
671-
672- * Don't send the SIGTERM signal unless we're upgrading from a version
673- of upstart that supports re-exec; older versions would cause a kernel
674- PANIC and change from sysvinit does nothing.
675-
676- -- Scott James Remnant <scott@ubuntu.com> Sat, 2 Sep 2006 17:18:38 +0100
677-
678-upstart (0.2.1-1) edgy; urgency=low
679-
680- * New upstream release:
681- - compilation fixes.
682-
683- -- Scott James Remnant <scott@ubuntu.com> Fri, 1 Sep 2006 19:51:41 +0100
684-
685-upstart (0.2.0-1) edgy; urgency=low
686-
687- * New upstream release:
688- - upstart includes shutdown, reboot, halt, poweroff, start, stop, status,
689- runlevel and telinit utilities.
690- - "initctl list" will list active jobs.
691- - Events vastly simplified to just simple strings.
692-
693- * Compatibility tasks for old rc scripts, along with runlevel and telinit
694- utilities now shipped in upstart-compat-sysv package.
695-
696- -- Scott James Remnant <scott@ubuntu.com> Fri, 1 Sep 2006 02:38:44 +0100
697-
698-upstart (0.1.1-1) edgy; urgency=low
699-
700- * New upstream release:
701- - set PATH and TERM in processes
702-
703- -- Scott James Remnant <scott@ubuntu.com> Fri, 25 Aug 2006 16:17:52 +0200
704-
705-upstart (0.1.0-2) edgy; urgency=low
706-
707- * Oops, rename /sbin/init to /sbin/upstart as documented. Lost this
708- while battling bzr.
709-
710- -- Scott James Remnant <scott@ubuntu.com> Thu, 24 Aug 2006 16:30:54 +0200
711-
712-upstart (0.1.0-1) edgy; urgency=low
713-
714- * Initial release.
715-
716- -- Scott James Remnant <scott@ubuntu.com> Thu, 24 Aug 2006 14:27:47 +0200
717+<<<<<<< TREE
718+upstart (0.6.7-1) natty; urgency=low
719+
720+ * New upstream release:
721+ - Added manual stanza.
722+ - Added debug stanza.
723+ - Added start_on, stop_on and emits properties.
724+ - Added GoalChanged, StateChanged and Failed signals.
725+ - Documentation updates.
726+
727+ * Added myself as a maintainer.
728+
729+ -- James Hunt <james.hunt@ubuntu.com> Tue, 14 Dec 2010 17:15:57 +0000
730+
731+upstart (0.6.6-3) maverick; urgency=low
732+
733+ * Ubuntu seems to have stopped installing Recommends of Build-Depends,
734+ add a Build-Depend on dbus. LP: #602130.
735+
736+ -- Scott James Remnant <scott@ubuntu.com> Thu, 12 Aug 2010 16:38:05 -0400
737+
738+upstart (0.6.6-2) maverick; urgency=low
739+
740+ * Apply patch from trunk to use /dev/null when /dev/console is unavailable
741+ due to kernel bugs. This isn't a fix for those bugs, but it does work
742+ around it for now. LP: #554172.
743+
744+ -- Scott James Remnant <scott@ubuntu.com> Thu, 12 Aug 2010 09:52:07 -0400
745+
746+upstart (0.6.6-1ubuntu1) maverick; urgency=low
747+
748+ * Try buying with -fPIE/-pie on armel again; we have a shiny new armel
749+ toolchain and this part of the rules was broken in 0.6.6-1 anyway.
750+
751+ -- Loïc Minier <loic.minier@ubuntu.com> Fri, 23 Jul 2010 14:54:11 +0200
752+
753+upstart (0.6.6-1) maverick; urgency=low
754+
755+ * New upstream release:
756+ - All changes were previously merged into this package.
757+
758+ * debian/upstart-job:
759+ - Fix output for the force-reload command to only refer to reload(8).
760+ LP: #532862.
761+
762+ * Add debian/source/format with "1.0" to be future compatible.
763+ * Add missing ${misc:Depends}.
764+ * Bump standards version.
765+ * Convert rules to dh7 format.
766+
767+ -- Scott James Remnant <scott@ubuntu.com> Tue, 27 Apr 2010 13:41:18 -0700
768+
769+upstart (0.6.5-6) lucid; urgency=low
770+
771+ * Merge fixes from trunk:
772+ - double-quoting of NIH_CFLAGS and NIH_DBUS_CFLAGS on --with-local-libnih
773+ - document "env KEY" behaviour
774+ * conf/rc.conf, conf/rc-sysinit.conf:
775+ - enable console output. LP: #548954.
776+ - pass value of INIT_VERBOSE from kernel command-line.
777+
778+ -- Scott James Remnant <scott@ubuntu.com> Thu, 01 Apr 2010 19:25:36 +0100
779+
780+upstart (0.6.5-5) lucid; urgency=low
781+
782+ * init/main.c:
783+ - Don't change the settings of the foreground console, this is often
784+ owned by plymouth and not supposed to be in Canonical Mode; all other
785+ paths have stty sane settings anyway (which these are not), so there
786+ really isn't need for init to do this. LP: #540256.
787+
788+ -- Scott James Remnant <scott@ubuntu.com> Wed, 17 Mar 2010 22:34:55 +0000
789+
790+upstart (0.6.5-4) lucid; urgency=low
791+
792+ * debian/control:
793+ - change Pre-Depends back to Depends, this was a holdover from when we
794+ attempted to make Upstart Essential to solve early sysvinit→upstart
795+ upgrade issues, we backed out the Essential bit but never the use of
796+ Pre-Depends. LP: #527722.
797+ - add versioned-dependencies on ifupdown for loopback fix that can
798+ prevent initscripts from being run. LP: #527830.
799+
800+ * Merge patches from trunk to use /proc/self/fd instead of /dev/fd, and
801+ to always mount /proc and /sys on boot.
802+
803+ -- Scott James Remnant <scott@ubuntu.com> Fri, 26 Feb 2010 15:40:58 +0000
804+
805+upstart (0.6.5-3) lucid; urgency=low
806+
807+ * udev/upstart-udev-bridge.c: use right variable name, fixing a build
808+ failure. (LP: #524484)
809+
810+ -- Scott Moser <smoser@ubuntu.com> Fri, 19 Feb 2010 10:21:33 -0500
811+
812+upstart (0.6.5-2) lucid; urgency=low
813+
814+ * udev/upstart-udev-bridge.c:
815+ - Increase receiving buffer size for uevents so we don't miss any.
816+ LP: #504883.
817+
818+ -- Scott James Remnant <scott@ubuntu.com> Wed, 17 Feb 2010 15:50:40 +0000
819+
820+upstart (0.6.5-1) lucid; urgency=low
821+
822+ * New upstream release:
823+ - libnih has been separated out into its own project.
824+ - "start on" and "stop on" now support != matches. LP: #513035.
825+ - Fixed crash in child when unable to spawn job. LP: #451917.
826+ - No longer holds /dev/console open so SAK won't kill init. LP: #486005.
827+ - Added missing OPTIONS section to init(8). LP: #449883.
828+
829+ [ Scott James Remnant ]
830+ * Build-depend on libnih-dev, libnih-dbus-dev and nih-dbus-tool to use
831+ the separated out libnih.
832+ - This has the fix for LP: #436758.
833+ - Remove changelog.nih from the doc directory.
834+ * Bump udev build-dependency to 147 to match upstream.
835+ * udev/Makefile.am: Update to use external libnih
836+
837+ [ Johan Kiviniemi ]
838+ * udev/upstart-udev-bridge.c: Change -device-remove to -device-removed to
839+ match -device-added and -device-changed. LP: #516698.
840+
841+ -- Scott James Remnant <scott@ubuntu.com> Thu, 04 Feb 2010 16:30:10 -0800
842+
843+upstart (0.6.3-11build1) lucid; urgency=low
844+
845+ * Rebuild to pick up relaxed dependency on libc6, after checking that
846+ __abort_msg is available with the same signature in eglibc 2.11.
847+ LP: #508702.
848+
849+ -- Matthias Klose <doko@ubuntu.com> Mon, 18 Jan 2010 16:10:11 +0100
850+
851+upstart (0.6.3-11) karmic-proposed; urgency=low
852+
853+ * Make rc-sysinit.conf wait on the loopback interface, to ensure that the
854+ interface is up before we process the scripts in /etc/rc?.d. LP: #461725.
855+
856+ -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 08 Dec 2009 12:58:37 -0800
857+
858+upstart (0.6.3-10) karmic; urgency=low
859+
860+ * Retain the "telinit u" for the case when we're upgrading from pre-0.6
861+ (ie. hardy or jaunty). Whups. LP: #451556.
862+
863+ -- Scott James Remnant <scott@ubuntu.com> Thu, 15 Oct 2009 17:48:47 +0100
864+
865+upstart (0.6.3-9) karmic; urgency=low
866+
867+ * Restore the call to sync() in reboot, have been observing some issues
868+ and it looks like ext4 might not be explicitly flushing the disk when
869+ remounting read-only.
870+
871+ -- Scott James Remnant <scott@ubuntu.com> Wed, 14 Oct 2009 16:40:32 +0100
872+
873+upstart (0.6.3-8) karmic; urgency=low
874+
875+ * Rather than calling "telinit u" after upgrade, which will lose state,
876+ have the umountroot initscript take care of it for us by setting a
877+ flag. LP: #441796.
878+ * Don't lose the original default runlevel if /etc/inittab exists without
879+ an initdefault line. LP: #405847.
880+ * Fix "unhandled error" in shutdown when unable to change runlevel,
881+ e.g. due to previous Ubiquity bug. LP: #426332.
882+ * Merge change from trunk that makes it possible to build Upstart using
883+ a previously built copy of nih-dbus-tool, especially useful when
884+ cross-compiling. LP: #426740.
885+ * Merge change from libnih to store our assertion messages in the
886+ glibc __abort_msg symbol so apport can pick them up. LP: #429411.
887+ * Merge change from libnih to fix compilation issue with eglibc due
888+ to changed alphasort() prototype.
889+
890+ -- Scott James Remnant <scott@ubuntu.com> Wed, 14 Oct 2009 05:34:13 +0100
891+
892+upstart (0.6.3-7) karmic; urgency=low
893+
894+ * Ignore initramfs pids that don't exist. LP: #440071.
895+ - you still need to ensure that the pid's parent is init, there's no
896+ cheap way to test for that.
897+ * Remove "console owner" and "console output" from rc scripts.
898+ * Try harder to remove dbus-reconnect.conf
899+
900+ -- Scott James Remnant <scott@ubuntu.com> Fri, 02 Oct 2009 21:09:03 +0100
901+
902+upstart (0.6.3-6) karmic; urgency=low
903+
904+ * Don't use "telinit q" to reconnect to D-Bus, since that breaks
905+ lots of things. Invent another secret way instead.
906+
907+ [ Steve Langasek ]
908+ * upstart-job's restart target must also not fail when the service is not
909+ yet started. LP: #430883.
910+
911+ -- Scott James Remnant <scott@ubuntu.com> Thu, 01 Oct 2009 15:26:19 +0100
912+
913+upstart (0.6.3-5) karmic; urgency=low
914+
915+ * Update autoconf and automake files. LP: #435252.
916+
917+ -- Scott James Remnant <scott@ubuntu.com> Wed, 23 Sep 2009 14:16:34 -0700
918+
919+upstart (0.6.3-4) karmic; urgency=low
920+
921+ [ Scott James Remnant ]
922+ * Reduce the priority of the stopped by/continued by messages so that
923+ they are only shown when --verbose on the kernel command-line.
924+ LP: #401333.
925+ * Add a hack to look for /dev/.initramfs/*.pid files on startup and
926+ "fake" start jobs of those names. Basically this means that "status"
927+ and "stop" work for things like bootchart and usplash.
928+ * Implement a "reload" command in initctl that retrieves the current pid
929+ of the job and sends it the HUP signal. LP: #433544.
930+
931+ [ Steve Langasek ]
932+ * debian/upstart-job:
933+ - give proper policy-compliant behavior of the start command: detect if
934+ the job is already running using upstart status, and if so return success.
935+ - same for the stop command: return success if the job is already stopped.
936+ - when $DPKG_MAINTSCRIPT_PACKAGE is set, don't spit warnings out because
937+ it's not the user's fault - we're being invoked by a maintainer script.
938+
939+ -- Scott James Remnant <scott@ubuntu.com> Tue, 22 Sep 2009 13:56:48 -0700
940+
941+upstart (0.6.3-3) karmic; urgency=low
942+
943+ * debian/upstart-job:
944+ - force-reload should only send a HUP signal, since it may not be wise
945+ to actually restart (cf. dbus)
946+
947+ -- Scott James Remnant <scott@ubuntu.com> Wed, 16 Sep 2009 00:10:13 +0100
948+
949+upstart (0.6.3-2) karmic; urgency=low
950+
951+ FFE LP: #427356.
952+
953+ * debian/upstart-job:
954+ - Remove trailing "s" from file
955+ - Support direct invocation better.
956+ * udev/upstart-udev-bridge.c:
957+ - New tool to capture events from the udev netlink socket and
958+ convert into upstart events.
959+ * conf/rc-sysinit.conf:
960+ - Run once all filesystems are mounted, rather than on startup
961+ * debian/control:
962+ - Add dependency on mountall for the filesystem event.
963+
964+ -- Scott James Remnant <scott@ubuntu.com> Tue, 15 Sep 2009 03:19:09 +0100
965+
966+upstart (0.6.3-1) karmic; urgency=low
967+
968+ * New upstream release:
969+ - Fixed assertion when a job exits while stopping. LP: #406408.
970+ - Fixed compilation on ia64.
971+ - nih-dbus-tool(1) manpage no longer installed.
972+
973+ -- Scott James Remnant <scott@ubuntu.com> Mon, 03 Aug 2009 23:58:47 +0100
974+
975+upstart (0.6.2-1) karmic; urgency=low
976+
977+ * New upstream release:
978+ - Fixed assertion when stopping a job during its starting event.
979+ - Fixed fork following to not stop on exec() before fork()
980+ - Fixed missing chdir() in crash handler.
981+
982+ -- Scott James Remnant <scott@ubuntu.com> Wed, 22 Jul 2009 10:39:50 +0100
983+
984+upstart (0.6.1-1) karmic; urgency=low
985+
986+ * New upstream release:
987+ - Fixed race condition in ptrace() code. LP: #264711.
988+ - Fixed runlevel to output "unknown" not "N N". LP: #400248.
989+ - Fixed runlevel to prefix error messages with filename. LP: #400241.
990+
991+ * Provide/Conflict/Replace the agreed "upstart-job" meta-package.
992+ LP: #399799.
993+ * Bump dpkg dependency to 1.2.16
994+
995+ -- Scott James Remnant <scott@ubuntu.com> Thu, 16 Jul 2009 18:26:23 +0100
996+
997+upstart (0.6.0-5) karmic; urgency=low
998+
999+ * Cherry-pick patch from -r1188 to fix "expect fork" and "expect daemon"
1000+ LP: #264711.
1001+
1002+ -- Scott James Remnant <scott@ubuntu.com> Tue, 14 Jul 2009 15:19:17 +0100
1003+
1004+upstart (0.6.0-4) karmic; urgency=low
1005+
1006+ * Don't build the testsuite with -fPIE on armel; LP: #398403.
1007+
1008+ -- Loïc Minier <lool@dooz.org> Mon, 13 Jul 2009 22:12:34 +0200
1009+
1010+upstart (0.6.0-3) karmic; urgency=low
1011+
1012+ * Add Conflicts on older Upstart packages to make update-manager's
1013+ job easier.
1014+
1015+ -- Scott James Remnant <scott@ubuntu.com> Fri, 10 Jul 2009 10:11:21 +0100
1016+
1017+upstart (0.6.0-2) karmic; urgency=low
1018+
1019+ * Bump D-Bus build dependency to ensure we get the container abandonment
1020+ patches, and the GIT version bump.
1021+ * Actually ship /lib/init/upstart-job
1022+
1023+ -- Scott James Remnant <scott@ubuntu.com> Thu, 09 Jul 2009 17:29:59 +0100
1024+
1025+upstart (0.6.0-1) karmic; urgency=low
1026+
1027+ * New upstream release ("How appropriate, you fight like a cow")
1028+ - my customary changes list since pointless, it's basically a
1029+ complete rewrite.
1030+ - Handles /bin/sh symlink disappearing. LP: #65024.
1031+ - Boot parameters may be passed to init scripts. LP: #74664.
1032+ - reboot implies --force during shutdown. LP: #388738.
1033+ - reboot no longer iterates /proc/ide. LP: #92685.
1034+ - much improved documentation. LP: #60429, #72058, #388715.
1035+
1036+ * Merge the various upstart packages into a single package, it makes
1037+ little sense to have it all spread out.
1038+
1039+ -- Scott James Remnant <scott@ubuntu.com> Wed, 08 Jul 2009 23:12:03 +0100
1040+
1041+upstart (0.3.10-2) karmic; urgency=low
1042+
1043+ * debian/upstart.postinst: Use telinit u to re-exec, rather than
1044+ kill just in case it's not Upstart that's running. LP: #92177.
1045+ * debian/event.d/system-services/tty*: Run getty in 8-bit clean
1046+ mode. LP: #273189.
1047+ * debian/event.d/upstart-compat-sysv/rc-default:
1048+ - Don't use grep -w, instead split on $IFS and iterate. LP: #385911.
1049+ - Check for any valid runlevel, not just S. LP: #85014.
1050+ - Make console owner, since it may spawn sulogin.
1051+ * debian/event.d/upstart-compat-sysv/rcS:
1052+ - Spawn sulogin if given -b or "emergency". LP: #193810.
1053+ * debian/event.d/upstart-compat-sysv/rcS:
1054+ - Make console owner. LP: #211402.
1055+ * debian/event.d/upstart-compat-sysv/rcS-sulogin:
1056+ - Place the telinit code in post-stop, checking $UPSTART_EVENT first so
1057+ we don't change the runlevel if we were stopped due to a runlevel
1058+ change. LP: #66002.
1059+
1060+ -- Scott James Remnant <scott@ubuntu.com> Thu, 18 Jun 2009 16:19:34 +0100
1061+
1062+upstart (0.3.10-1) karmic; urgency=low
1063+
1064+ * Compilation fixes.
1065+ * Fixed assertion caused by the post-start or pre-stop scripts
1066+ exiting after the main process of a respawning job had exited.
1067+ LP: #381048.
1068+
1069+ -- Scott James Remnant <scott@ubuntu.com> Wed, 17 Jun 2009 13:33:40 +0100
1070+
1071+upstart (0.3.9-8) intrepid; urgency=low
1072+
1073+ * Do not attempt to continue communicating with the restarted upstart
1074+ (LP: #273761).
1075+
1076+ -- Kees Cook <kees@ubuntu.com> Mon, 29 Sep 2008 13:35:21 -0700
1077+
1078+upstart (0.3.9-7) intrepid; urgency=low
1079+
1080+ * Implement "telinit u" by just sending Upstart SIGTERM with a slightly
1081+ different patch than Fedora. LP: #188925.
1082+
1083+ -- Scott James Remnant <scott@ubuntu.com> Tue, 23 Sep 2008 09:01:09 -0700
1084+
1085+upstart (0.3.9-6) intrepid; urgency=low
1086+
1087+ * Really fix LP: #237276 properly this time, lost the change while mucking
1088+ around with bzr.
1089+
1090+ -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 22:29:48 +0100
1091+
1092+upstart (0.3.9-5) intrepid; urgency=low
1093+
1094+ * Correct build problem on amd64 and ia64 by only building libnih and
1095+ libupstart statically. The shared objects were unwanted, and conflict
1096+ with -fPIE.
1097+
1098+ -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 17:07:12 +0100
1099+
1100+upstart (0.3.9-4) intrepid; urgency=low
1101+
1102+ * Add missing limits.h, required to build with current libc.
1103+
1104+ -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 13:09:32 +0100
1105+
1106+upstart (0.3.9-3) intrepid; urgency=low
1107+
1108+ * Change dependency from sysvutils to sysvinit-utils. LP: #237276.
1109+ * Compile with stack -fstack-protector, -fPIE, -z relro, -z now and -pie
1110+ (MMmm, pie)
1111+
1112+ -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 12:59:11 +0100
1113+
1114+upstart (0.3.9-2) hardy; urgency=low
1115+
1116+ * Start the getty on tty1 after the rc script has stopped rather then
1117+ at the same time it starts to avoid overwriting by console messages.
1118+ tty2..6 will still be active if you want an early login. LP: #65230.
1119+ * If the recovery menu is available start that instead of sulogin when
1120+ entering single-user-mode.
1121+
1122+ -- Scott James Remnant <scott@ubuntu.com> Fri, 11 Apr 2008 13:38:50 +0100
1123+
1124+upstart (0.3.9-1) hardy; urgency=low
1125+
1126+ * New upstream release:
1127+ - many bug fixes.
1128+
1129+ * Update reference to "edgy" in README.Debian to "hardy". LP: #140037.
1130+
1131+ -- Scott James Remnant <scott@ubuntu.com> Sun, 28 Oct 2007 10:51:59 -0400
1132+
1133+upstart (0.3.8-2) gutsy; urgency=low
1134+
1135+ * Fix broken migration of old-style 'respawn process' stanzas which
1136+ produced corrupted 'exec' stanzas. Try to fix up files previously
1137+ corrupted by this. LP: #95210
1138+
1139+ -- Scott James Remnant <scott@ubuntu.com> Sun, 28 Oct 2007 10:50:36 -0400
1140+
1141+upstart (0.3.8-1) feisty; urgency=low
1142+
1143+ * New upstream release:
1144+ - much improved initctl tool.
1145+
1146+ * Update my standard prep_/undo_/rm_conffile functions to take into account
1147+ current dpkg behaviour wrt obsolete conffiles. The conffile is now moved
1148+ out of the way in preinst and the moved file deleted in postinst, or moved
1149+ back in postrm abort-upgrade. This means it's not there when dpkg
1150+ configures the new version, so the conffile is not left in the list.
1151+ * Purge backups of modified obsolete conffiles when the package is purged.
1152+
1153+ * Update runlevel and respawn rule generated in migrate-inittab.pl
1154+ LP: #89314
1155+
1156+ * Drop 00-libnih-update.patch and 01-libnih-sparc-ftbfs.patch; new upstream
1157+ release includes an up-to-date libnih which contains both patches.
1158+ * Drop 10-cant-stop-execless-job.patch; included upstream.
1159+ * Drop 20-complex-event-config.patch; this is going to be significantly
1160+ changed upstream, and we don't want to ship something strange.
1161+ * Drop 30-fix-warnings.patch; included upstream.
1162+
1163+ -- Scott James Remnant <scott@ubuntu.com> Sun, 11 Mar 2007 19:19:00 +0000
1164+
1165+upstart (0.3.5-2) feisty; urgency=low
1166+
1167+ * Changed "start script" to "pre-start script" in sulogin event, the former
1168+ is no longer recognised.
1169+
1170+ * Applied 01-libnih-sparc-ftbfs.patch; this updates the signal name list
1171+ to exclude signals not available on that architecture, and add one that's
1172+ unique to it.
1173+ * Applied 30-fix-warnings.patch; this corrects a few warnings that spoiled
1174+ an otherwise clean build log.
1175+
1176+ -- Scott James Remnant <scott@ubuntu.com> Tue, 13 Feb 2007 15:56:33 +0000
1177+
1178+upstart (0.3.5-1) feisty; urgency=low
1179+
1180+ * New upstream release:
1181+ - inotify file descriptor leak fixed. LP: #83099.
1182+ - inotify support is no longer required. LP: #68904.
1183+ - new job state machine
1184+ - new event structure, can now include arguments and environment
1185+
1186+ * Applied 00-libnih-update.patch; this updates the libnih library to the
1187+ latest bzr trunk version, required for the complex-event-config patch.
1188+ * Applied 10-cant-stop-execless-job.patch from upstream; this corrects a
1189+ bug where jobs without an "exec" or "script" stanza cannot be stopped.
1190+ * Applied 20-complex-event-config.patch from upstream; this is an
1191+ experimental implementation of the "on" keyword that allows definition
1192+ of complex system states.
1193+
1194+ * System V compatibility jobs updated to match new event names.
1195+ * rcS job now sets PREVLEVEL and RUNLEVEL. LP: #76304.
1196+
1197+ * NOTE: After this upgrade, init will appear to have "forgotten" the
1198+ process ids of your gettys, etc. This is not a critical problem and
1199+ will be fixed before release. Shutdown will still work as normal.
1200+
1201+ -- Scott James Remnant <scott@ubuntu.com> Mon, 12 Feb 2007 13:51:40 +0000
1202+
1203+upstart (0.3.1-1) feisty; urgency=low
1204+
1205+ * New upstream release:
1206+ - start, stop and status are now symlinks to initctl, not to a
1207+ different, separate utility.
1208+ - initctl completely rewritten to behave properly.
1209+ - some upstart-specific options to shutdown and reboot dropped, as
1210+ these are considered SysV-compat tools.
1211+ - "console none" fixed. LP: #70782.
1212+ - improved documentation. LP: #68805.
1213+
1214+ * shutdown and reboot moved to upstart-compat-sysv.
1215+
1216+ * Replace the /usr/share/doc/* directory in upstart-logd,
1217+ upstart-compat-sysv, system-services and startup-tasks with a symlink to
1218+ /usr/share/doc/upstart. This was actually done in a previous package,
1219+ but the migration missed. LP: #70895.
1220+
1221+ -- Scott James Remnant <scott@ubuntu.com> Wed, 13 Dec 2006 17:27:37 +0000
1222+
1223+upstart (0.2.7-7) edgy; urgency=low
1224+
1225+ * Don't abort the postinst if we can't send init SIGTERM. Ubuntu: #64499.
1226+
1227+ -- Scott James Remnant <scott@ubuntu.com> Tue, 10 Oct 2006 10:13:05 +0100
1228+
1229+upstart (0.2.7-6) edgy; urgency=low
1230+
1231+ * Don't start gettys on tty2 thru tty6 in runlevels 4 and 5 (matches
1232+ our sysvinit configuration).
1233+ * Migrate common changes made to /etc/inittab to /etc/event.d by
1234+ adjusting the installed conffiles. Ubuntu: #61539.
1235+
1236+ * Include missing AUTHORS and NEWS file in the upstart package.
1237+ * Include README.Debian which answers common questions. Ubuntu: #60429.
1238+
1239+ -- Scott James Remnant <scott@ubuntu.com> Thu, 5 Oct 2006 16:08:34 +0100
1240+
1241+upstart (0.2.7-5) edgy; urgency=low
1242+
1243+ * Don't set the current runlevel in /var/run/utmp to 0 or 6 if it is
1244+ already either of those two values. That way we don't end up with
1245+ either 0 or 6 in the PREVLEVEL variable, which can cause
1246+ /etc/init.d/rc to be "efficient" and not bother doing
1247+ anything. Ubuntu: #63852.
1248+
1249+ -- Scott James Remnant <scott@ubuntu.com> Wed, 4 Oct 2006 14:06:18 +0100
1250+
1251+upstart (0.2.7-4) edgy; urgency=low
1252+
1253+ * Can't just start rc-default once in single-user mode, because if we
1254+ boot into that, that will just return us back to sulogin again. Copy
1255+ the script out of rc-default into rcS-sulogin to call telinit with the
1256+ right default runlevel. Ubuntu: #62189.
1257+
1258+ * Add Build-Depend on dpkg-dev (>= 1.13.19) due to our use of
1259+ ${binary:Version}. Ubuntu: #61693.
1260+
1261+ -- Scott James Remnant <scott@ubuntu.com> Tue, 26 Sep 2006 17:20:42 +0100
1262+
1263+upstart (0.2.7-3) edgy; urgency=low
1264+
1265+ * Set the runlevel to "S" when we enter sulogin so that it appears
1266+ in utmp.
1267+
1268+ -- Scott James Remnant <scott@ubuntu.com> Thu, 21 Sep 2006 05:37:25 +0100
1269+
1270+upstart (0.2.7-2) edgy; urgency=low
1271+
1272+ * Ensure that the same version of upstart is installed as the version of
1273+ upstart-compat-sysv and upstart-logd; as the IPC protocol may change
1274+ between releases.
1275+
1276+ * Adjust the rcS-sulogin job so that if sulogin exits the default runlevel
1277+ is entered; but if the job is stopped (e.g. by shutdown) it isn't. The
1278+ solves the regression introduced in the previous release.
1279+
1280+ * Revert upstream logd/"quiet" change in favour of doing it in our
1281+ lsb logging functions instead; seems to work better (fsvo better).
1282+
1283+ -- Scott James Remnant <scott@ubuntu.com> Thu, 21 Sep 2006 03:12:33 +0100
1284+
1285+upstart (0.2.7-1) edgy; urgency=low
1286+
1287+ * New upstream release:
1288+ - logd now writes to the console unless "quiet" is specified
1289+ - runaway jobs caught when they start rather than respawn. Ubuntu: #59807
1290+
1291+ * Fix failure to shutdown while in single-user mode, however this means
1292+ that for edgy you can't exit the sulogin shell to enter the default
1293+ runlevel; explicitly say what works. Ubuntu: #60626.
1294+ * Drop unnecessary dependency on util-linux.
1295+ * Drop sulogin hack, instead depend on the version of sysvutils that
1296+ includes the real one. Ubuntu: #60965.
1297+
1298+ -- Scott James Remnant <scott@ubuntu.com> Wed, 20 Sep 2006 05:39:16 +0100
1299+
1300+upstart (0.2.6-1) edgy; urgency=low
1301+
1302+ * New upstream release:
1303+ - fix infinite loop caused by bad waitid() call. Ubuntu: #59459.
1304+ - halt now behaves as "shutdown -h now". Ubuntu: #59720.
1305+
1306+ -- Scott James Remnant <scott@ubuntu.com> Wed, 13 Sep 2006 22:16:17 +0100
1307+
1308+upstart (0.2.5-1) edgy; urgency=low
1309+
1310+ * New upstream release:
1311+ - no longer spins when no stalled event handler. Ubuntu: #59170.
1312+ - shutdown works when under sysvinit. Ubuntu: #58523;
1313+ - shutdown -k implemented. Ubuntu: #58723.
1314+ - telinit sends shutdown event for 0, 1 and 6. Ubuntu: #58913.
1315+ - basic manual pages included. Ubuntu: #58724.
1316+
1317+ * upstart-compat-sysv Replaces: sysvinit. Ubuntu: #59427.
1318+ * upstart Recommends: upstart-compat-sysv, startup-tasks & system-services.
1319+
1320+ * New upstart-logd package includes the logd daemon that can will log
1321+ output of jobs with "console logged" (the default) in their description
1322+ to /var/log/boot.
1323+
1324+ * Add /etc/event.d/rc0 that is run on the "halt" event (neither -H or -P
1325+ given), and modify rc0-halt to run on "system-halt" (-H given) and
1326+ rc0-poweroff to run on "power-off" (-P given). Ubuntu: #59134.
1327+ * Fix the control-alt-delete job to run on the "ctrlaltdel" event so
1328+ that it's triggered properly. Ubuntu: #59398.
1329+ * Fix single-user mode.
1330+
1331+ -- Scott James Remnant <scott@ubuntu.com> Sat, 9 Sep 2006 05:10:12 +0100
1332+
1333+upstart (0.2.1-7) edgy; urgency=low
1334+
1335+ * Remove the Essential tags again, they didn't solve the problem we
1336+ hoped they would (dpkg/apt still won't remove sysvinit without
1337+ serious persuasion) and I don't think these packages should be.
1338+
1339+ -- Scott James Remnant <scott@ubuntu.com> Thu, 7 Sep 2006 02:42:33 +0100
1340+
1341+upstart (0.2.1-6) edgy; urgency=low
1342+
1343+ * Make packages Essential, and change Depends to Pre-Depends so that the
1344+ packages work when unconfigured (nothing interesting is performed in
1345+ postinst). Ubuntu: #59005.
1346+ * Sync priority in debian/control with that in the archive (required)
1347+ * Drop warning of dire consequences if you install upstart, seeing as it's
1348+ installed by default.
1349+
1350+ * Add new startup-tasks and system-services packages which will contain
1351+ the /etc/event.d files themselves (other than the main ones).
1352+ * Move tty definitions into system-services.
1353+ * Modify tty definitions to start when the rcS task has finished. This
1354+ puts them in the "right" place when compared to gdm. Ubuntu: #58630.
1355+
1356+ * Correct rcS compatibility script to ignore any information in utmp so
1357+ that all scripts are always run. Ubuntu: #59203.
1358+ * Make rcS the console owner while it runs, temporary fix for
1359+ Ubuntu: #58609, #58794, #58796
1360+ * Include default control-alt-delete handler that reboots the machine.
1361+
1362+ -- Scott James Remnant <scott@ubuntu.com> Wed, 6 Sep 2006 21:52:48 +0100
1363+
1364+upstart (0.2.1-5) edgy; urgency=low
1365+
1366+ * upstart-compat-sysv Depends: initscripts (closes: Malone #58979).
1367+
1368+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 5 Sep 2006 12:22:50 +0100
1369+
1370+upstart (0.2.1-4) edgy; urgency=low
1371+
1372+ * Add missing #! line to top of postrm
1373+
1374+ -- Scott James Remnant <scott@ubuntu.com> Mon, 4 Sep 2006 08:11:16 +0100
1375+
1376+upstart (0.2.1-3) edgy; urgency=low
1377+
1378+ * Remove the rc0 configuration file shipped in 0.1.0 that causes all
1379+ reboots to become shutdowns. Ubuntu: #58557.
1380+
1381+ -- Scott James Remnant <scott@ubuntu.com> Sun, 3 Sep 2006 23:24:41 +0100
1382+
1383+upstart (0.2.1-2) edgy; urgency=low
1384+
1385+ * Don't send the SIGTERM signal unless we're upgrading from a version
1386+ of upstart that supports re-exec; older versions would cause a kernel
1387+ PANIC and change from sysvinit does nothing.
1388+
1389+ -- Scott James Remnant <scott@ubuntu.com> Sat, 2 Sep 2006 17:18:38 +0100
1390+
1391+upstart (0.2.1-1) edgy; urgency=low
1392+
1393+ * New upstream release:
1394+ - compilation fixes.
1395+
1396+ -- Scott James Remnant <scott@ubuntu.com> Fri, 1 Sep 2006 19:51:41 +0100
1397+
1398+upstart (0.2.0-1) edgy; urgency=low
1399+
1400+ * New upstream release:
1401+ - upstart includes shutdown, reboot, halt, poweroff, start, stop, status,
1402+ runlevel and telinit utilities.
1403+ - "initctl list" will list active jobs.
1404+ - Events vastly simplified to just simple strings.
1405+
1406+ * Compatibility tasks for old rc scripts, along with runlevel and telinit
1407+ utilities now shipped in upstart-compat-sysv package.
1408+
1409+ -- Scott James Remnant <scott@ubuntu.com> Fri, 1 Sep 2006 02:38:44 +0100
1410+
1411+upstart (0.1.1-1) edgy; urgency=low
1412+
1413+ * New upstream release:
1414+ - set PATH and TERM in processes
1415+
1416+ -- Scott James Remnant <scott@ubuntu.com> Fri, 25 Aug 2006 16:17:52 +0200
1417+
1418+upstart (0.1.0-2) edgy; urgency=low
1419+
1420+ * Oops, rename /sbin/init to /sbin/upstart as documented. Lost this
1421+ while battling bzr.
1422+
1423+ -- Scott James Remnant <scott@ubuntu.com> Thu, 24 Aug 2006 16:30:54 +0200
1424+
1425+upstart (0.1.0-1) edgy; urgency=low
1426+
1427+ * Initial release.
1428+
1429+ -- Scott James Remnant <scott@ubuntu.com> Thu, 24 Aug 2006 14:27:47 +0200
1430+=======
1431+upstart (0.6.7-2) UNRELEASED; urgency=low
1432+
1433+ *
1434+
1435+ -- James Hunt <james.hunt@ubuntu.com> Tue, 14 Dec 2010 17:18:51 +0000
1436+
1437+upstart (0.6.7-1) natty; urgency=low
1438+
1439+ * New upstream release:
1440+ - Added manual stanza.
1441+ - Added debug stanza.
1442+ - Added start_on, stop_on and emits properties.
1443+ - Added GoalChanged, StateChanged and Failed signals.
1444+ - Documentation updates.
1445+
1446+ * Added myself as a maintainer.
1447+
1448+ -- James Hunt <james.hunt@ubuntu.com> Tue, 14 Dec 2010 17:15:57 +0000
1449+
1450+upstart (0.6.6-3) maverick; urgency=low
1451+
1452+ * Ubuntu seems to have stopped installing Recommends of Build-Depends,
1453+ add a Build-Depend on dbus. LP: #602130.
1454+
1455+ -- Scott James Remnant <scott@ubuntu.com> Thu, 12 Aug 2010 16:38:05 -0400
1456+
1457+upstart (0.6.6-2) maverick; urgency=low
1458+
1459+ * Apply patch from trunk to use /dev/null when /dev/console is unavailable
1460+ due to kernel bugs. This isn't a fix for those bugs, but it does work
1461+ around it for now. LP: #554172.
1462+
1463+ -- Scott James Remnant <scott@ubuntu.com> Thu, 12 Aug 2010 09:52:07 -0400
1464+
1465+upstart (0.6.6-1ubuntu1) maverick; urgency=low
1466+
1467+ * Try buying with -fPIE/-pie on armel again; we have a shiny new armel
1468+ toolchain and this part of the rules was broken in 0.6.6-1 anyway.
1469+
1470+ -- Loïc Minier <loic.minier@ubuntu.com> Fri, 23 Jul 2010 14:54:11 +0200
1471+
1472+upstart (0.6.6-1) maverick; urgency=low
1473+
1474+ * New upstream release:
1475+ - All changes were previously merged into this package.
1476+
1477+ * debian/upstart-job:
1478+ - Fix output for the force-reload command to only refer to reload(8).
1479+ LP: #532862.
1480+
1481+ * Add debian/source/format with "1.0" to be future compatible.
1482+ * Add missing ${misc:Depends}.
1483+ * Bump standards version.
1484+ * Convert rules to dh7 format.
1485+
1486+ -- Scott James Remnant <scott@ubuntu.com> Tue, 27 Apr 2010 13:41:18 -0700
1487+
1488+upstart (0.6.5-6) lucid; urgency=low
1489+
1490+ * Merge fixes from trunk:
1491+ - double-quoting of NIH_CFLAGS and NIH_DBUS_CFLAGS on --with-local-libnih
1492+ - document "env KEY" behaviour
1493+ * conf/rc.conf, conf/rc-sysinit.conf:
1494+ - enable console output. LP: #548954.
1495+ - pass value of INIT_VERBOSE from kernel command-line.
1496+
1497+ -- Scott James Remnant <scott@ubuntu.com> Thu, 01 Apr 2010 19:25:36 +0100
1498+
1499+upstart (0.6.5-5) lucid; urgency=low
1500+
1501+ * init/main.c:
1502+ - Don't change the settings of the foreground console, this is often
1503+ owned by plymouth and not supposed to be in Canonical Mode; all other
1504+ paths have stty sane settings anyway (which these are not), so there
1505+ really isn't need for init to do this. LP: #540256.
1506+
1507+ -- Scott James Remnant <scott@ubuntu.com> Wed, 17 Mar 2010 22:34:55 +0000
1508+
1509+upstart (0.6.5-4) lucid; urgency=low
1510+
1511+ * debian/control:
1512+ - change Pre-Depends back to Depends, this was a holdover from when we
1513+ attempted to make Upstart Essential to solve early sysvinit→upstart
1514+ upgrade issues, we backed out the Essential bit but never the use of
1515+ Pre-Depends. LP: #527722.
1516+ - add versioned-dependencies on ifupdown for loopback fix that can
1517+ prevent initscripts from being run. LP: #527830.
1518+
1519+ * Merge patches from trunk to use /proc/self/fd instead of /dev/fd, and
1520+ to always mount /proc and /sys on boot.
1521+
1522+ -- Scott James Remnant <scott@ubuntu.com> Fri, 26 Feb 2010 15:40:58 +0000
1523+
1524+upstart (0.6.5-3) lucid; urgency=low
1525+
1526+ * udev/upstart-udev-bridge.c: use right variable name, fixing a build
1527+ failure. (LP: #524484)
1528+
1529+ -- Scott Moser <smoser@ubuntu.com> Fri, 19 Feb 2010 10:21:33 -0500
1530+
1531+upstart (0.6.5-2) lucid; urgency=low
1532+
1533+ * udev/upstart-udev-bridge.c:
1534+ - Increase receiving buffer size for uevents so we don't miss any.
1535+ LP: #504883.
1536+
1537+ -- Scott James Remnant <scott@ubuntu.com> Wed, 17 Feb 2010 15:50:40 +0000
1538+
1539+upstart (0.6.5-1) lucid; urgency=low
1540+
1541+ * New upstream release:
1542+ - libnih has been separated out into its own project.
1543+ - "start on" and "stop on" now support != matches. LP: #513035.
1544+ - Fixed crash in child when unable to spawn job. LP: #451917.
1545+ - No longer holds /dev/console open so SAK won't kill init. LP: #486005.
1546+ - Added missing OPTIONS section to init(8). LP: #449883.
1547+
1548+ [ Scott James Remnant ]
1549+ * Build-depend on libnih-dev, libnih-dbus-dev and nih-dbus-tool to use
1550+ the separated out libnih.
1551+ - This has the fix for LP: #436758.
1552+ - Remove changelog.nih from the doc directory.
1553+ * Bump udev build-dependency to 147 to match upstream.
1554+ * udev/Makefile.am: Update to use external libnih
1555+
1556+ [ Johan Kiviniemi ]
1557+ * udev/upstart-udev-bridge.c: Change -device-remove to -device-removed to
1558+ match -device-added and -device-changed. LP: #516698.
1559+
1560+ -- Scott James Remnant <scott@ubuntu.com> Thu, 04 Feb 2010 16:30:10 -0800
1561+
1562+upstart (0.6.3-11build1) lucid; urgency=low
1563+
1564+ * Rebuild to pick up relaxed dependency on libc6, after checking that
1565+ __abort_msg is available with the same signature in eglibc 2.11.
1566+ LP: #508702.
1567+
1568+ -- Matthias Klose <doko@ubuntu.com> Mon, 18 Jan 2010 16:10:11 +0100
1569+
1570+upstart (0.6.3-11) karmic-proposed; urgency=low
1571+
1572+ * Make rc-sysinit.conf wait on the loopback interface, to ensure that the
1573+ interface is up before we process the scripts in /etc/rc?.d. LP: #461725.
1574+
1575+ -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 08 Dec 2009 12:58:37 -0800
1576+
1577+upstart (0.6.3-10) karmic; urgency=low
1578+
1579+ * Retain the "telinit u" for the case when we're upgrading from pre-0.6
1580+ (ie. hardy or jaunty). Whups. LP: #451556.
1581+
1582+ -- Scott James Remnant <scott@ubuntu.com> Thu, 15 Oct 2009 17:48:47 +0100
1583+
1584+upstart (0.6.3-9) karmic; urgency=low
1585+
1586+ * Restore the call to sync() in reboot, have been observing some issues
1587+ and it looks like ext4 might not be explicitly flushing the disk when
1588+ remounting read-only.
1589+
1590+ -- Scott James Remnant <scott@ubuntu.com> Wed, 14 Oct 2009 16:40:32 +0100
1591+
1592+upstart (0.6.3-8) karmic; urgency=low
1593+
1594+ * Rather than calling "telinit u" after upgrade, which will lose state,
1595+ have the umountroot initscript take care of it for us by setting a
1596+ flag. LP: #441796.
1597+ * Don't lose the original default runlevel if /etc/inittab exists without
1598+ an initdefault line. LP: #405847.
1599+ * Fix "unhandled error" in shutdown when unable to change runlevel,
1600+ e.g. due to previous Ubiquity bug. LP: #426332.
1601+ * Merge change from trunk that makes it possible to build Upstart using
1602+ a previously built copy of nih-dbus-tool, especially useful when
1603+ cross-compiling. LP: #426740.
1604+ * Merge change from libnih to store our assertion messages in the
1605+ glibc __abort_msg symbol so apport can pick them up. LP: #429411.
1606+ * Merge change from libnih to fix compilation issue with eglibc due
1607+ to changed alphasort() prototype.
1608+
1609+ -- Scott James Remnant <scott@ubuntu.com> Wed, 14 Oct 2009 05:34:13 +0100
1610+
1611+upstart (0.6.3-7) karmic; urgency=low
1612+
1613+ * Ignore initramfs pids that don't exist. LP: #440071.
1614+ - you still need to ensure that the pid's parent is init, there's no
1615+ cheap way to test for that.
1616+ * Remove "console owner" and "console output" from rc scripts.
1617+ * Try harder to remove dbus-reconnect.conf
1618+
1619+ -- Scott James Remnant <scott@ubuntu.com> Fri, 02 Oct 2009 21:09:03 +0100
1620+
1621+upstart (0.6.3-6) karmic; urgency=low
1622+
1623+ * Don't use "telinit q" to reconnect to D-Bus, since that breaks
1624+ lots of things. Invent another secret way instead.
1625+
1626+ [ Steve Langasek ]
1627+ * upstart-job's restart target must also not fail when the service is not
1628+ yet started. LP: #430883.
1629+
1630+ -- Scott James Remnant <scott@ubuntu.com> Thu, 01 Oct 2009 15:26:19 +0100
1631+
1632+upstart (0.6.3-5) karmic; urgency=low
1633+
1634+ * Update autoconf and automake files. LP: #435252.
1635+
1636+ -- Scott James Remnant <scott@ubuntu.com> Wed, 23 Sep 2009 14:16:34 -0700
1637+
1638+upstart (0.6.3-4) karmic; urgency=low
1639+
1640+ [ Scott James Remnant ]
1641+ * Reduce the priority of the stopped by/continued by messages so that
1642+ they are only shown when --verbose on the kernel command-line.
1643+ LP: #401333.
1644+ * Add a hack to look for /dev/.initramfs/*.pid files on startup and
1645+ "fake" start jobs of those names. Basically this means that "status"
1646+ and "stop" work for things like bootchart and usplash.
1647+ * Implement a "reload" command in initctl that retrieves the current pid
1648+ of the job and sends it the HUP signal. LP: #433544.
1649+
1650+ [ Steve Langasek ]
1651+ * debian/upstart-job:
1652+ - give proper policy-compliant behavior of the start command: detect if
1653+ the job is already running using upstart status, and if so return success.
1654+ - same for the stop command: return success if the job is already stopped.
1655+ - when $DPKG_MAINTSCRIPT_PACKAGE is set, don't spit warnings out because
1656+ it's not the user's fault - we're being invoked by a maintainer script.
1657+
1658+ -- Scott James Remnant <scott@ubuntu.com> Tue, 22 Sep 2009 13:56:48 -0700
1659+
1660+upstart (0.6.3-3) karmic; urgency=low
1661+
1662+ * debian/upstart-job:
1663+ - force-reload should only send a HUP signal, since it may not be wise
1664+ to actually restart (cf. dbus)
1665+
1666+ -- Scott James Remnant <scott@ubuntu.com> Wed, 16 Sep 2009 00:10:13 +0100
1667+
1668+upstart (0.6.3-2) karmic; urgency=low
1669+
1670+ FFE LP: #427356.
1671+
1672+ * debian/upstart-job:
1673+ - Remove trailing "s" from file
1674+ - Support direct invocation better.
1675+ * udev/upstart-udev-bridge.c:
1676+ - New tool to capture events from the udev netlink socket and
1677+ convert into upstart events.
1678+ * conf/rc-sysinit.conf:
1679+ - Run once all filesystems are mounted, rather than on startup
1680+ * debian/control:
1681+ - Add dependency on mountall for the filesystem event.
1682+
1683+ -- Scott James Remnant <scott@ubuntu.com> Tue, 15 Sep 2009 03:19:09 +0100
1684+
1685+upstart (0.6.3-1) karmic; urgency=low
1686+
1687+ * New upstream release:
1688+ - Fixed assertion when a job exits while stopping. LP: #406408.
1689+ - Fixed compilation on ia64.
1690+ - nih-dbus-tool(1) manpage no longer installed.
1691+
1692+ -- Scott James Remnant <scott@ubuntu.com> Mon, 03 Aug 2009 23:58:47 +0100
1693+
1694+upstart (0.6.2-1) karmic; urgency=low
1695+
1696+ * New upstream release:
1697+ - Fixed assertion when stopping a job during its starting event.
1698+ - Fixed fork following to not stop on exec() before fork()
1699+ - Fixed missing chdir() in crash handler.
1700+
1701+ -- Scott James Remnant <scott@ubuntu.com> Wed, 22 Jul 2009 10:39:50 +0100
1702+
1703+upstart (0.6.1-1) karmic; urgency=low
1704+
1705+ * New upstream release:
1706+ - Fixed race condition in ptrace() code. LP: #264711.
1707+ - Fixed runlevel to output "unknown" not "N N". LP: #400248.
1708+ - Fixed runlevel to prefix error messages with filename. LP: #400241.
1709+
1710+ * Provide/Conflict/Replace the agreed "upstart-job" meta-package.
1711+ LP: #399799.
1712+ * Bump dpkg dependency to 1.2.16
1713+
1714+ -- Scott James Remnant <scott@ubuntu.com> Thu, 16 Jul 2009 18:26:23 +0100
1715+
1716+upstart (0.6.0-5) karmic; urgency=low
1717+
1718+ * Cherry-pick patch from -r1188 to fix "expect fork" and "expect daemon"
1719+ LP: #264711.
1720+
1721+ -- Scott James Remnant <scott@ubuntu.com> Tue, 14 Jul 2009 15:19:17 +0100
1722+
1723+upstart (0.6.0-4) karmic; urgency=low
1724+
1725+ * Don't build the testsuite with -fPIE on armel; LP: #398403.
1726+
1727+ -- Loïc Minier <lool@dooz.org> Mon, 13 Jul 2009 22:12:34 +0200
1728+
1729+upstart (0.6.0-3) karmic; urgency=low
1730+
1731+ * Add Conflicts on older Upstart packages to make update-manager's
1732+ job easier.
1733+
1734+ -- Scott James Remnant <scott@ubuntu.com> Fri, 10 Jul 2009 10:11:21 +0100
1735+
1736+upstart (0.6.0-2) karmic; urgency=low
1737+
1738+ * Bump D-Bus build dependency to ensure we get the container abandonment
1739+ patches, and the GIT version bump.
1740+ * Actually ship /lib/init/upstart-job
1741+
1742+ -- Scott James Remnant <scott@ubuntu.com> Thu, 09 Jul 2009 17:29:59 +0100
1743+
1744+upstart (0.6.0-1) karmic; urgency=low
1745+
1746+ * New upstream release ("How appropriate, you fight like a cow")
1747+ - my customary changes list since pointless, it's basically a
1748+ complete rewrite.
1749+ - Handles /bin/sh symlink disappearing. LP: #65024.
1750+ - Boot parameters may be passed to init scripts. LP: #74664.
1751+ - reboot implies --force during shutdown. LP: #388738.
1752+ - reboot no longer iterates /proc/ide. LP: #92685.
1753+ - much improved documentation. LP: #60429, #72058, #388715.
1754+
1755+ * Merge the various upstart packages into a single package, it makes
1756+ little sense to have it all spread out.
1757+
1758+ -- Scott James Remnant <scott@ubuntu.com> Wed, 08 Jul 2009 23:12:03 +0100
1759+
1760+upstart (0.3.10-2) karmic; urgency=low
1761+
1762+ * debian/upstart.postinst: Use telinit u to re-exec, rather than
1763+ kill just in case it's not Upstart that's running. LP: #92177.
1764+ * debian/event.d/system-services/tty*: Run getty in 8-bit clean
1765+ mode. LP: #273189.
1766+ * debian/event.d/upstart-compat-sysv/rc-default:
1767+ - Don't use grep -w, instead split on $IFS and iterate. LP: #385911.
1768+ - Check for any valid runlevel, not just S. LP: #85014.
1769+ - Make console owner, since it may spawn sulogin.
1770+ * debian/event.d/upstart-compat-sysv/rcS:
1771+ - Spawn sulogin if given -b or "emergency". LP: #193810.
1772+ * debian/event.d/upstart-compat-sysv/rcS:
1773+ - Make console owner. LP: #211402.
1774+ * debian/event.d/upstart-compat-sysv/rcS-sulogin:
1775+ - Place the telinit code in post-stop, checking $UPSTART_EVENT first so
1776+ we don't change the runlevel if we were stopped due to a runlevel
1777+ change. LP: #66002.
1778+
1779+ -- Scott James Remnant <scott@ubuntu.com> Thu, 18 Jun 2009 16:19:34 +0100
1780+
1781+upstart (0.3.10-1) karmic; urgency=low
1782+
1783+ * Compilation fixes.
1784+ * Fixed assertion caused by the post-start or pre-stop scripts
1785+ exiting after the main process of a respawning job had exited.
1786+ LP: #381048.
1787+
1788+ -- Scott James Remnant <scott@ubuntu.com> Wed, 17 Jun 2009 13:33:40 +0100
1789+
1790+upstart (0.3.9-8) intrepid; urgency=low
1791+
1792+ * Do not attempt to continue communicating with the restarted upstart
1793+ (LP: #273761).
1794+
1795+ -- Kees Cook <kees@ubuntu.com> Mon, 29 Sep 2008 13:35:21 -0700
1796+
1797+upstart (0.3.9-7) intrepid; urgency=low
1798+
1799+ * Implement "telinit u" by just sending Upstart SIGTERM with a slightly
1800+ different patch than Fedora. LP: #188925.
1801+
1802+ -- Scott James Remnant <scott@ubuntu.com> Tue, 23 Sep 2008 09:01:09 -0700
1803+
1804+upstart (0.3.9-6) intrepid; urgency=low
1805+
1806+ * Really fix LP: #237276 properly this time, lost the change while mucking
1807+ around with bzr.
1808+
1809+ -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 22:29:48 +0100
1810+
1811+upstart (0.3.9-5) intrepid; urgency=low
1812+
1813+ * Correct build problem on amd64 and ia64 by only building libnih and
1814+ libupstart statically. The shared objects were unwanted, and conflict
1815+ with -fPIE.
1816+
1817+ -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 17:07:12 +0100
1818+
1819+upstart (0.3.9-4) intrepid; urgency=low
1820+
1821+ * Add missing limits.h, required to build with current libc.
1822+
1823+ -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 13:09:32 +0100
1824+
1825+upstart (0.3.9-3) intrepid; urgency=low
1826+
1827+ * Change dependency from sysvutils to sysvinit-utils. LP: #237276.
1828+ * Compile with stack -fstack-protector, -fPIE, -z relro, -z now and -pie
1829+ (MMmm, pie)
1830+
1831+ -- Scott James Remnant <scott@ubuntu.com> Wed, 04 Jun 2008 12:59:11 +0100
1832+
1833+upstart (0.3.9-2) hardy; urgency=low
1834+
1835+ * Start the getty on tty1 after the rc script has stopped rather then
1836+ at the same time it starts to avoid overwriting by console messages.
1837+ tty2..6 will still be active if you want an early login. LP: #65230.
1838+ * If the recovery menu is available start that instead of sulogin when
1839+ entering single-user-mode.
1840+
1841+ -- Scott James Remnant <scott@ubuntu.com> Fri, 11 Apr 2008 13:38:50 +0100
1842+
1843+upstart (0.3.9-1) hardy; urgency=low
1844+
1845+ * New upstream release:
1846+ - many bug fixes.
1847+
1848+ * Update reference to "edgy" in README.Debian to "hardy". LP: #140037.
1849+
1850+ -- Scott James Remnant <scott@ubuntu.com> Sun, 28 Oct 2007 10:51:59 -0400
1851+
1852+upstart (0.3.8-2) gutsy; urgency=low
1853+
1854+ * Fix broken migration of old-style 'respawn process' stanzas which
1855+ produced corrupted 'exec' stanzas. Try to fix up files previously
1856+ corrupted by this. LP: #95210
1857+
1858+ -- Scott James Remnant <scott@ubuntu.com> Sun, 28 Oct 2007 10:50:36 -0400
1859+
1860+upstart (0.3.8-1) feisty; urgency=low
1861+
1862+ * New upstream release:
1863+ - much improved initctl tool.
1864+
1865+ * Update my standard prep_/undo_/rm_conffile functions to take into account
1866+ current dpkg behaviour wrt obsolete conffiles. The conffile is now moved
1867+ out of the way in preinst and the moved file deleted in postinst, or moved
1868+ back in postrm abort-upgrade. This means it's not there when dpkg
1869+ configures the new version, so the conffile is not left in the list.
1870+ * Purge backups of modified obsolete conffiles when the package is purged.
1871+
1872+ * Update runlevel and respawn rule generated in migrate-inittab.pl
1873+ LP: #89314
1874+
1875+ * Drop 00-libnih-update.patch and 01-libnih-sparc-ftbfs.patch; new upstream
1876+ release includes an up-to-date libnih which contains both patches.
1877+ * Drop 10-cant-stop-execless-job.patch; included upstream.
1878+ * Drop 20-complex-event-config.patch; this is going to be significantly
1879+ changed upstream, and we don't want to ship something strange.
1880+ * Drop 30-fix-warnings.patch; included upstream.
1881+
1882+ -- Scott James Remnant <scott@ubuntu.com> Sun, 11 Mar 2007 19:19:00 +0000
1883+
1884+upstart (0.3.5-2) feisty; urgency=low
1885+
1886+ * Changed "start script" to "pre-start script" in sulogin event, the former
1887+ is no longer recognised.
1888+
1889+ * Applied 01-libnih-sparc-ftbfs.patch; this updates the signal name list
1890+ to exclude signals not available on that architecture, and add one that's
1891+ unique to it.
1892+ * Applied 30-fix-warnings.patch; this corrects a few warnings that spoiled
1893+ an otherwise clean build log.
1894+
1895+ -- Scott James Remnant <scott@ubuntu.com> Tue, 13 Feb 2007 15:56:33 +0000
1896+
1897+upstart (0.3.5-1) feisty; urgency=low
1898+
1899+ * New upstream release:
1900+ - inotify file descriptor leak fixed. LP: #83099.
1901+ - inotify support is no longer required. LP: #68904.
1902+ - new job state machine
1903+ - new event structure, can now include arguments and environment
1904+
1905+ * Applied 00-libnih-update.patch; this updates the libnih library to the
1906+ latest bzr trunk version, required for the complex-event-config patch.
1907+ * Applied 10-cant-stop-execless-job.patch from upstream; this corrects a
1908+ bug where jobs without an "exec" or "script" stanza cannot be stopped.
1909+ * Applied 20-complex-event-config.patch from upstream; this is an
1910+ experimental implementation of the "on" keyword that allows definition
1911+ of complex system states.
1912+
1913+ * System V compatibility jobs updated to match new event names.
1914+ * rcS job now sets PREVLEVEL and RUNLEVEL. LP: #76304.
1915+
1916+ * NOTE: After this upgrade, init will appear to have "forgotten" the
1917+ process ids of your gettys, etc. This is not a critical problem and
1918+ will be fixed before release. Shutdown will still work as normal.
1919+
1920+ -- Scott James Remnant <scott@ubuntu.com> Mon, 12 Feb 2007 13:51:40 +0000
1921+
1922+upstart (0.3.1-1) feisty; urgency=low
1923+
1924+ * New upstream release:
1925+ - start, stop and status are now symlinks to initctl, not to a
1926+ different, separate utility.
1927+ - initctl completely rewritten to behave properly.
1928+ - some upstart-specific options to shutdown and reboot dropped, as
1929+ these are considered SysV-compat tools.
1930+ - "console none" fixed. LP: #70782.
1931+ - improved documentation. LP: #68805.
1932+
1933+ * shutdown and reboot moved to upstart-compat-sysv.
1934+
1935+ * Replace the /usr/share/doc/* directory in upstart-logd,
1936+ upstart-compat-sysv, system-services and startup-tasks with a symlink to
1937+ /usr/share/doc/upstart. This was actually done in a previous package,
1938+ but the migration missed. LP: #70895.
1939+
1940+ -- Scott James Remnant <scott@ubuntu.com> Wed, 13 Dec 2006 17:27:37 +0000
1941+
1942+upstart (0.2.7-7) edgy; urgency=low
1943+
1944+ * Don't abort the postinst if we can't send init SIGTERM. Ubuntu: #64499.
1945+
1946+ -- Scott James Remnant <scott@ubuntu.com> Tue, 10 Oct 2006 10:13:05 +0100
1947+
1948+upstart (0.2.7-6) edgy; urgency=low
1949+
1950+ * Don't start gettys on tty2 thru tty6 in runlevels 4 and 5 (matches
1951+ our sysvinit configuration).
1952+ * Migrate common changes made to /etc/inittab to /etc/event.d by
1953+ adjusting the installed conffiles. Ubuntu: #61539.
1954+
1955+ * Include missing AUTHORS and NEWS file in the upstart package.
1956+ * Include README.Debian which answers common questions. Ubuntu: #60429.
1957+
1958+ -- Scott James Remnant <scott@ubuntu.com> Thu, 5 Oct 2006 16:08:34 +0100
1959+
1960+upstart (0.2.7-5) edgy; urgency=low
1961+
1962+ * Don't set the current runlevel in /var/run/utmp to 0 or 6 if it is
1963+ already either of those two values. That way we don't end up with
1964+ either 0 or 6 in the PREVLEVEL variable, which can cause
1965+ /etc/init.d/rc to be "efficient" and not bother doing
1966+ anything. Ubuntu: #63852.
1967+
1968+ -- Scott James Remnant <scott@ubuntu.com> Wed, 4 Oct 2006 14:06:18 +0100
1969+
1970+upstart (0.2.7-4) edgy; urgency=low
1971+
1972+ * Can't just start rc-default once in single-user mode, because if we
1973+ boot into that, that will just return us back to sulogin again. Copy
1974+ the script out of rc-default into rcS-sulogin to call telinit with the
1975+ right default runlevel. Ubuntu: #62189.
1976+
1977+ * Add Build-Depend on dpkg-dev (>= 1.13.19) due to our use of
1978+ ${binary:Version}. Ubuntu: #61693.
1979+
1980+ -- Scott James Remnant <scott@ubuntu.com> Tue, 26 Sep 2006 17:20:42 +0100
1981+
1982+upstart (0.2.7-3) edgy; urgency=low
1983+
1984+ * Set the runlevel to "S" when we enter sulogin so that it appears
1985+ in utmp.
1986+
1987+ -- Scott James Remnant <scott@ubuntu.com> Thu, 21 Sep 2006 05:37:25 +0100
1988+
1989+upstart (0.2.7-2) edgy; urgency=low
1990+
1991+ * Ensure that the same version of upstart is installed as the version of
1992+ upstart-compat-sysv and upstart-logd; as the IPC protocol may change
1993+ between releases.
1994+
1995+ * Adjust the rcS-sulogin job so that if sulogin exits the default runlevel
1996+ is entered; but if the job is stopped (e.g. by shutdown) it isn't. The
1997+ solves the regression introduced in the previous release.
1998+
1999+ * Revert upstream logd/"quiet" change in favour of doing it in our
2000+ lsb logging functions instead; seems to work better (fsvo better).
2001+
2002+ -- Scott James Remnant <scott@ubuntu.com> Thu, 21 Sep 2006 03:12:33 +0100
2003+
2004+upstart (0.2.7-1) edgy; urgency=low
2005+
2006+ * New upstream release:
2007+ - logd now writes to the console unless "quiet" is specified
2008+ - runaway jobs caught when they start rather than respawn. Ubuntu: #59807
2009+
2010+ * Fix failure to shutdown while in single-user mode, however this means
2011+ that for edgy you can't exit the sulogin shell to enter the default
2012+ runlevel; explicitly say what works. Ubuntu: #60626.
2013+ * Drop unnecessary dependency on util-linux.
2014+ * Drop sulogin hack, instead depend on the version of sysvutils that
2015+ includes the real one. Ubuntu: #60965.
2016+
2017+ -- Scott James Remnant <scott@ubuntu.com> Wed, 20 Sep 2006 05:39:16 +0100
2018+
2019+upstart (0.2.6-1) edgy; urgency=low
2020+
2021+ * New upstream release:
2022+ - fix infinite loop caused by bad waitid() call. Ubuntu: #59459.
2023+ - halt now behaves as "shutdown -h now". Ubuntu: #59720.
2024+
2025+ -- Scott James Remnant <scott@ubuntu.com> Wed, 13 Sep 2006 22:16:17 +0100
2026+
2027+upstart (0.2.5-1) edgy; urgency=low
2028+
2029+ * New upstream release:
2030+ - no longer spins when no stalled event handler. Ubuntu: #59170.
2031+ - shutdown works when under sysvinit. Ubuntu: #58523;
2032+ - shutdown -k implemented. Ubuntu: #58723.
2033+ - telinit sends shutdown event for 0, 1 and 6. Ubuntu: #58913.
2034+ - basic manual pages included. Ubuntu: #58724.
2035+
2036+ * upstart-compat-sysv Replaces: sysvinit. Ubuntu: #59427.
2037+ * upstart Recommends: upstart-compat-sysv, startup-tasks & system-services.
2038+
2039+ * New upstart-logd package includes the logd daemon that can will log
2040+ output of jobs with "console logged" (the default) in their description
2041+ to /var/log/boot.
2042+
2043+ * Add /etc/event.d/rc0 that is run on the "halt" event (neither -H or -P
2044+ given), and modify rc0-halt to run on "system-halt" (-H given) and
2045+ rc0-poweroff to run on "power-off" (-P given). Ubuntu: #59134.
2046+ * Fix the control-alt-delete job to run on the "ctrlaltdel" event so
2047+ that it's triggered properly. Ubuntu: #59398.
2048+ * Fix single-user mode.
2049+
2050+ -- Scott James Remnant <scott@ubuntu.com> Sat, 9 Sep 2006 05:10:12 +0100
2051+
2052+upstart (0.2.1-7) edgy; urgency=low
2053+
2054+ * Remove the Essential tags again, they didn't solve the problem we
2055+ hoped they would (dpkg/apt still won't remove sysvinit without
2056+ serious persuasion) and I don't think these packages should be.
2057+
2058+ -- Scott James Remnant <scott@ubuntu.com> Thu, 7 Sep 2006 02:42:33 +0100
2059+
2060+upstart (0.2.1-6) edgy; urgency=low
2061+
2062+ * Make packages Essential, and change Depends to Pre-Depends so that the
2063+ packages work when unconfigured (nothing interesting is performed in
2064+ postinst). Ubuntu: #59005.
2065+ * Sync priority in debian/control with that in the archive (required)
2066+ * Drop warning of dire consequences if you install upstart, seeing as it's
2067+ installed by default.
2068+
2069+ * Add new startup-tasks and system-services packages which will contain
2070+ the /etc/event.d files themselves (other than the main ones).
2071+ * Move tty definitions into system-services.
2072+ * Modify tty definitions to start when the rcS task has finished. This
2073+ puts them in the "right" place when compared to gdm. Ubuntu: #58630.
2074+
2075+ * Correct rcS compatibility script to ignore any information in utmp so
2076+ that all scripts are always run. Ubuntu: #59203.
2077+ * Make rcS the console owner while it runs, temporary fix for
2078+ Ubuntu: #58609, #58794, #58796
2079+ * Include default control-alt-delete handler that reboots the machine.
2080+
2081+ -- Scott James Remnant <scott@ubuntu.com> Wed, 6 Sep 2006 21:52:48 +0100
2082+
2083+upstart (0.2.1-5) edgy; urgency=low
2084+
2085+ * upstart-compat-sysv Depends: initscripts (closes: Malone #58979).
2086+
2087+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 5 Sep 2006 12:22:50 +0100
2088+
2089+upstart (0.2.1-4) edgy; urgency=low
2090+
2091+ * Add missing #! line to top of postrm
2092+
2093+ -- Scott James Remnant <scott@ubuntu.com> Mon, 4 Sep 2006 08:11:16 +0100
2094+
2095+upstart (0.2.1-3) edgy; urgency=low
2096+
2097+ * Remove the rc0 configuration file shipped in 0.1.0 that causes all
2098+ reboots to become shutdowns. Ubuntu: #58557.
2099+
2100+ -- Scott James Remnant <scott@ubuntu.com> Sun, 3 Sep 2006 23:24:41 +0100
2101+
2102+upstart (0.2.1-2) edgy; urgency=low
2103+
2104+ * Don't send the SIGTERM signal unless we're upgrading from a version
2105+ of upstart that supports re-exec; older versions would cause a kernel
2106+ PANIC and change from sysvinit does nothing.
2107+
2108+ -- Scott James Remnant <scott@ubuntu.com> Sat, 2 Sep 2006 17:18:38 +0100
2109+
2110+upstart (0.2.1-1) edgy; urgency=low
2111+
2112+ * New upstream release:
2113+ - compilation fixes.
2114+
2115+ -- Scott James Remnant <scott@ubuntu.com> Fri, 1 Sep 2006 19:51:41 +0100
2116+
2117+upstart (0.2.0-1) edgy; urgency=low
2118+
2119+ * New upstream release:
2120+ - upstart includes shutdown, reboot, halt, poweroff, start, stop, status,
2121+ runlevel and telinit utilities.
2122+ - "initctl list" will list active jobs.
2123+ - Events vastly simplified to just simple strings.
2124+
2125+ * Compatibility tasks for old rc scripts, along with runlevel and telinit
2126+ utilities now shipped in upstart-compat-sysv package.
2127+
2128+ -- Scott James Remnant <scott@ubuntu.com> Fri, 1 Sep 2006 02:38:44 +0100
2129+
2130+upstart (0.1.1-1) edgy; urgency=low
2131+
2132+ * New upstream release:
2133+ - set PATH and TERM in processes
2134+
2135+ -- Scott James Remnant <scott@ubuntu.com> Fri, 25 Aug 2006 16:17:52 +0200
2136+
2137+upstart (0.1.0-2) edgy; urgency=low
2138+
2139+ * Oops, rename /sbin/init to /sbin/upstart as documented. Lost this
2140+ while battling bzr.
2141+
2142+ -- Scott James Remnant <scott@ubuntu.com> Thu, 24 Aug 2006 16:30:54 +0200
2143+
2144+upstart (0.1.0-1) edgy; urgency=low
2145+
2146+ * Initial release.
2147+
2148+ -- Scott James Remnant <scott@ubuntu.com> Thu, 24 Aug 2006 14:27:47 +0200
2149+>>>>>>> MERGE-SOURCE
2150
2151=== added file 'po/upstart.pot.OTHER'
2152--- po/upstart.pot.OTHER 1970-01-01 00:00:00 +0000
2153+++ po/upstart.pot.OTHER 2010-12-14 18:17:55 +0000
2154@@ -0,0 +1,822 @@
2155+# SOME DESCRIPTIVE TITLE.
2156+# Copyright (C) YEAR Canonical Ltd.
2157+# This file is distributed under the same license as the PACKAGE package.
2158+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
2159+#
2160+#, fuzzy
2161+msgid ""
2162+msgstr ""
2163+"Project-Id-Version: upstart 0.6.7\n"
2164+"Report-Msgid-Bugs-To: new@bugs.launchpad.net\n"
2165+"POT-Creation-Date: 2010-12-14 16:34+0000\n"
2166+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
2167+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
2168+"Language-Team: LANGUAGE <LL@li.org>\n"
2169+"Language: \n"
2170+"MIME-Version: 1.0\n"
2171+"Content-Type: text/plain; charset=CHARSET\n"
2172+"Content-Transfer-Encoding: 8bit\n"
2173+
2174+#: init/conf.c:237
2175+msgid "Unable to load configuration"
2176+msgstr ""
2177+
2178+#: init/conf.c:270
2179+#, c-format
2180+msgid "Loading configuration from %s"
2181+msgstr ""
2182+
2183+#: init/conf.c:307
2184+#, c-format
2185+msgid "Handling deletion of %s"
2186+msgstr ""
2187+
2188+#: init/conf.c:378
2189+msgid "Unable to watch configuration file"
2190+msgstr ""
2191+
2192+#: init/conf.c:456
2193+msgid "Unable to watch configuration directory"
2194+msgstr ""
2195+
2196+#: init/conf.c:568 init/conf.c:652
2197+msgid "Error while loading configuration file"
2198+msgstr ""
2199+
2200+#: init/conf.c:608
2201+msgid "Configuration directory deleted"
2202+msgstr ""
2203+
2204+#: init/control.c:155
2205+msgid "Connection from private client"
2206+msgstr ""
2207+
2208+#: init/control.c:290
2209+msgid "Disconnected from system bus"
2210+msgstr ""
2211+
2212+#: init/control.c:356 init/main.c:483
2213+msgid "Reloading configuration"
2214+msgstr ""
2215+
2216+#: init/control.c:396 init/control.c:507
2217+msgid "Name may not be empty string"
2218+msgstr ""
2219+
2220+#: init/control.c:405
2221+#, c-format
2222+msgid "Unknown job: %s"
2223+msgstr ""
2224+
2225+#: init/control.c:514 init/job_class.c:522 init/job_class.c:710
2226+#: init/job_class.c:829 init/job_class.c:953
2227+msgid "Env must be KEY=VALUE pairs"
2228+msgstr ""
2229+
2230+#: init/control.c:666
2231+msgid "The log priority given was not recognised"
2232+msgstr ""
2233+
2234+#: init/event.c:273
2235+#, c-format
2236+msgid "Handling %s event"
2237+msgstr ""
2238+
2239+#: init/event.c:373
2240+#, c-format
2241+msgid "Failed to obtain %s instance: %s"
2242+msgstr ""
2243+
2244+#: init/event.c:448
2245+msgid "Event failed"
2246+msgstr ""
2247+
2248+#: init/job.c:223
2249+#, c-format
2250+msgid "%s goal changed from %s to %s"
2251+msgstr ""
2252+
2253+#: init/job.c:294
2254+#, c-format
2255+msgid "%s state changed from %s to %s"
2256+msgstr ""
2257+
2258+#: init/job.c:713 init/job.c:751
2259+msgid "Job failed to start"
2260+msgstr ""
2261+
2262+#: init/job.c:726 init/job.c:762
2263+msgid "Job failed while stopping"
2264+msgstr ""
2265+
2266+#: init/job.c:738 init/job.c:773
2267+msgid "Job failed to restart"
2268+msgstr ""
2269+
2270+#: init/job.c:966
2271+msgid "stop"
2272+msgstr ""
2273+
2274+#: init/job.c:968
2275+msgid "start"
2276+msgstr ""
2277+
2278+#: init/job.c:970
2279+msgid "respawn"
2280+msgstr ""
2281+
2282+#: init/job.c:1015
2283+msgid "waiting"
2284+msgstr ""
2285+
2286+#: init/job.c:1017
2287+msgid "starting"
2288+msgstr ""
2289+
2290+#: init/job.c:1019 init/process.c:80
2291+msgid "pre-start"
2292+msgstr ""
2293+
2294+#: init/job.c:1021
2295+msgid "spawned"
2296+msgstr ""
2297+
2298+#: init/job.c:1023 init/process.c:82
2299+msgid "post-start"
2300+msgstr ""
2301+
2302+#: init/job.c:1025
2303+msgid "running"
2304+msgstr ""
2305+
2306+#: init/job.c:1027 init/process.c:84
2307+msgid "pre-stop"
2308+msgstr ""
2309+
2310+#: init/job.c:1029
2311+msgid "stopping"
2312+msgstr ""
2313+
2314+#: init/job.c:1031
2315+msgid "killed"
2316+msgstr ""
2317+
2318+#: init/job.c:1033 init/process.c:86
2319+msgid "post-stop"
2320+msgstr ""
2321+
2322+#: init/job.c:1113 init/job_class.c:756
2323+#, c-format
2324+msgid "Job is already running: %s"
2325+msgstr ""
2326+
2327+#: init/job.c:1177 init/job.c:1242 init/job_class.c:875 init/job_class.c:998
2328+#, c-format
2329+msgid "Job has already been stopped: %s"
2330+msgstr ""
2331+
2332+#: init/job_class.c:559 init/job_class.c:604 init/job_class.c:867
2333+#: init/job_class.c:990
2334+#, c-format
2335+msgid "Unknown instance: %s"
2336+msgstr ""
2337+
2338+#: init/job_process.c:276
2339+#, c-format
2340+msgid "Failed to spawn %s %s process: %s"
2341+msgstr ""
2342+
2343+#: init/job_process.c:282
2344+msgid "Temporary process spawn error"
2345+msgstr ""
2346+
2347+#: init/job_process.c:289
2348+#, c-format
2349+msgid "%s %s process (%d)"
2350+msgstr ""
2351+
2352+#: init/job_process.c:389
2353+#, c-format
2354+msgid "Pausing %s (%d) [pre-exec] for debug"
2355+msgstr ""
2356+
2357+#: init/job_process.c:443
2358+#, c-format
2359+msgid "Failed to open system console: %s"
2360+msgstr ""
2361+
2362+#: init/job_process.c:659
2363+#, c-format
2364+msgid "unable to open console: %s"
2365+msgstr ""
2366+
2367+#: init/job_process.c:714
2368+#, c-format
2369+msgid "unable to set \"%s\" resource limit: %s"
2370+msgstr ""
2371+
2372+#: init/job_process.c:719
2373+#, c-format
2374+msgid "unable to set priority: %s"
2375+msgstr ""
2376+
2377+#: init/job_process.c:724
2378+#, c-format
2379+msgid "unable to set oom adjustment: %s"
2380+msgstr ""
2381+
2382+#: init/job_process.c:729
2383+#, c-format
2384+msgid "unable to change root directory: %s"
2385+msgstr ""
2386+
2387+#: init/job_process.c:734
2388+#, c-format
2389+msgid "unable to change working directory: %s"
2390+msgstr ""
2391+
2392+#: init/job_process.c:739
2393+#, c-format
2394+msgid "unable to set trace: %s"
2395+msgstr ""
2396+
2397+#: init/job_process.c:744
2398+#, c-format
2399+msgid "unable to execute: %s"
2400+msgstr ""
2401+
2402+#: init/job_process.c:775
2403+#, c-format
2404+msgid "Sending TERM signal to %s %s process (%d)"
2405+msgstr ""
2406+
2407+#: init/job_process.c:783
2408+#, c-format
2409+msgid "Failed to send TERM signal to %s %s process (%d): %s"
2410+msgstr ""
2411+
2412+#: init/job_process.c:823
2413+#, c-format
2414+msgid "Sending KILL signal to %s %s process (%d)"
2415+msgstr ""
2416+
2417+#: init/job_process.c:831
2418+#, c-format
2419+msgid "Failed to send KILL signal to %s %s process (%d): %s"
2420+msgstr ""
2421+
2422+#: init/job_process.c:880
2423+#, c-format
2424+msgid "%s %s process (%d) terminated with status %d"
2425+msgstr ""
2426+
2427+#: init/job_process.c:885
2428+#, c-format
2429+msgid "%s %s process (%d) exited normally"
2430+msgstr ""
2431+
2432+#: init/job_process.c:900
2433+#, c-format
2434+msgid "%s %s process (%d) killed by %s signal"
2435+msgstr ""
2436+
2437+#: init/job_process.c:904
2438+#, c-format
2439+msgid "%s %s process (%d) killed by signal %d"
2440+msgstr ""
2441+
2442+#: init/job_process.c:918
2443+#, c-format
2444+msgid "%s %s process (%d) stopped by %s signal"
2445+msgstr ""
2446+
2447+#: init/job_process.c:922
2448+#, c-format
2449+msgid "%s %s process (%d) stopped by signal %d"
2450+msgstr ""
2451+
2452+#: init/job_process.c:936
2453+#, c-format
2454+msgid "%s %s process (%d) continued by %s signal"
2455+msgstr ""
2456+
2457+#: init/job_process.c:940
2458+#, c-format
2459+msgid "%s %s process (%d) continued by signal %d"
2460+msgstr ""
2461+
2462+#: init/job_process.c:1073
2463+#, c-format
2464+msgid "%s respawning too fast, stopped"
2465+msgstr ""
2466+
2467+#: init/job_process.c:1079
2468+#, c-format
2469+msgid "%s %s process ended, respawning"
2470+msgstr ""
2471+
2472+#: init/job_process.c:1293
2473+#, c-format
2474+msgid "Failed to set ptrace options for %s %s process (%d): %s"
2475+msgstr ""
2476+
2477+#: init/job_process.c:1306 init/job_process.c:1501
2478+#, c-format
2479+msgid "Failed to continue traced %s %s process (%d): %s"
2480+msgstr ""
2481+
2482+#: init/job_process.c:1346 init/job_process.c:1437 init/job_process.c:1492
2483+#, c-format
2484+msgid "Failed to detach traced %s %s process (%d): %s"
2485+msgstr ""
2486+
2487+#: init/job_process.c:1386
2488+#, c-format
2489+msgid "Failed to deliver signal to traced %s %s process (%d): %s"
2490+msgstr ""
2491+
2492+#: init/job_process.c:1421
2493+#, c-format
2494+msgid "Failed to obtain child process id for %s %s process (%d): %s"
2495+msgstr ""
2496+
2497+#: init/job_process.c:1428
2498+#, c-format
2499+msgid "%s %s process (%d) became new process (%d)"
2500+msgstr ""
2501+
2502+#: init/job_process.c:1487
2503+#, c-format
2504+msgid "%s %s process (%d) executable changed"
2505+msgstr ""
2506+
2507+#: init/main.c:115
2508+msgid "Process management daemon."
2509+msgstr ""
2510+
2511+#: init/main.c:117
2512+msgid ""
2513+"This daemon is normally executed by the kernel and given process id 1 to "
2514+"denote its special status. When executed by a user process, it will "
2515+"actually run /sbin/telinit."
2516+msgstr ""
2517+
2518+#: init/main.c:128 util/reboot.c:166 util/shutdown.c:363 util/telinit.c:148
2519+msgid "Need to be root"
2520+msgstr ""
2521+
2522+#: init/main.c:137
2523+msgid "Not being executed as init"
2524+msgstr ""
2525+
2526+#: init/main.c:187 init/main.c:393
2527+msgid "Unable to set root directory"
2528+msgstr ""
2529+
2530+#: init/main.c:198
2531+msgid "Unable to mount /proc filesystem"
2532+msgstr ""
2533+
2534+#: init/main.c:207
2535+msgid "Unable to mount /sys filesystem"
2536+msgstr ""
2537+
2538+#: init/main.c:292
2539+msgid "Unable to listen for private connections"
2540+msgstr ""
2541+
2542+#: init/main.c:410
2543+#, c-format
2544+msgid "Caught %s, core dumped"
2545+msgstr ""
2546+
2547+#: init/main.c:414
2548+#, c-format
2549+msgid "Caught %s, unable to dump core"
2550+msgstr ""
2551+
2552+#: init/main.c:500
2553+msgid "Reconnecting to system bus"
2554+msgstr ""
2555+
2556+#: init/main.c:506
2557+msgid "Unable to connect to the system bus"
2558+msgstr ""
2559+
2560+#: init/process.c:78
2561+msgid "main"
2562+msgstr ""
2563+
2564+#: util/initctl.c:145
2565+msgid "Unable to connect to system bus"
2566+msgstr ""
2567+
2568+#: util/initctl.c:154
2569+#, c-format
2570+msgid "%s: --dest given without --system\n"
2571+msgstr ""
2572+
2573+#: util/initctl.c:162
2574+msgid "Unable to connect to Upstart"
2575+msgstr ""
2576+
2577+#: util/initctl.c:348 util/initctl.c:483 util/initctl.c:611 util/initctl.c:745
2578+#: util/initctl.c:850
2579+#, c-format
2580+msgid "%s: missing job name\n"
2581+msgstr ""
2582+
2583+#: util/initctl.c:796
2584+msgid "Not running"
2585+msgstr ""
2586+
2587+#: util/initctl.c:1065
2588+#, c-format
2589+msgid "%s: missing event name\n"
2590+msgstr ""
2591+
2592+#: util/initctl.c:1261
2593+msgid "use D-Bus system bus to connect to init daemon"
2594+msgstr ""
2595+
2596+#: util/initctl.c:1263
2597+msgid "destination well-known name on system bus"
2598+msgstr ""
2599+
2600+#: util/initctl.c:1276
2601+msgid "do not wait for job to start before exiting"
2602+msgstr ""
2603+
2604+#: util/initctl.c:1288
2605+msgid "do not wait for job to stop before exiting"
2606+msgstr ""
2607+
2608+#: util/initctl.c:1300
2609+msgid "do not wait for job to restart before exiting"
2610+msgstr ""
2611+
2612+#: util/initctl.c:1339
2613+msgid "do not wait for event to finish before exiting"
2614+msgstr ""
2615+
2616+#: util/initctl.c:1378
2617+msgid "Job"
2618+msgstr ""
2619+
2620+#: util/initctl.c:1385
2621+msgid "Event"
2622+msgstr ""
2623+
2624+#: util/initctl.c:1393 util/initctl.c:1405 util/initctl.c:1416
2625+#: util/initctl.c:1427 util/initctl.c:1434
2626+msgid "JOB [KEY=VALUE]..."
2627+msgstr ""
2628+
2629+#: util/initctl.c:1394
2630+msgid "Start job."
2631+msgstr ""
2632+
2633+#: util/initctl.c:1395
2634+msgid ""
2635+"JOB is the name of the job that is to be started, this may be followed by "
2636+"zero or more environment variables to be defined in the new job.\n"
2637+"\n"
2638+"The environment may also serve to distinguish between job instances, and "
2639+"thus decide whether a new instance will be started or an error returned if "
2640+"an existing instance is already running."
2641+msgstr ""
2642+
2643+#: util/initctl.c:1406
2644+msgid "Stop job."
2645+msgstr ""
2646+
2647+#: util/initctl.c:1407
2648+msgid ""
2649+"JOB is the name of the job that is to be stopped, this may be followed by "
2650+"zero or more environment variables to be passed to the job's pre-stop and "
2651+"post-stop processes.\n"
2652+"\n"
2653+"The environment also serves to distinguish between job instances, and thus "
2654+"decide which of multiple instances will be stopped."
2655+msgstr ""
2656+
2657+#: util/initctl.c:1417
2658+msgid "Restart job."
2659+msgstr ""
2660+
2661+#: util/initctl.c:1418
2662+msgid ""
2663+"JOB is the name of the job that is to be restarted, this may be followed by "
2664+"zero or more environment variables to be defined in the job after "
2665+"restarting.\n"
2666+"\n"
2667+"The environment also serves to distinguish between job instances, and thus "
2668+"decide which of multiple instances will be restarted."
2669+msgstr ""
2670+
2671+#: util/initctl.c:1428
2672+msgid "Send HUP signal to job."
2673+msgstr ""
2674+
2675+#: util/initctl.c:1429
2676+msgid ""
2677+"JOB is the name of the job that is to be sent the signal, this may be "
2678+"followed by zero or more environment variables to distinguish between job "
2679+"instances.\n"
2680+msgstr ""
2681+
2682+#: util/initctl.c:1435
2683+msgid "Query status of job."
2684+msgstr ""
2685+
2686+#: util/initctl.c:1436
2687+msgid ""
2688+"JOB is the name of the job that is to be queried, this may be followed by "
2689+"zero or more environment variables to distguish between job instances.\n"
2690+msgstr ""
2691+
2692+#: util/initctl.c:1442
2693+msgid "List known jobs."
2694+msgstr ""
2695+
2696+#: util/initctl.c:1443
2697+msgid "The known jobs and their current status will be output."
2698+msgstr ""
2699+
2700+#: util/initctl.c:1446
2701+msgid "EVENT [KEY=VALUE]..."
2702+msgstr ""
2703+
2704+#: util/initctl.c:1447
2705+msgid "Emit an event."
2706+msgstr ""
2707+
2708+#: util/initctl.c:1448
2709+msgid ""
2710+"EVENT is the name of an event the init daemon should emit, this may be "
2711+"followed by zero or more environment variables to be included in the event.\n"
2712+msgstr ""
2713+
2714+#: util/initctl.c:1454
2715+msgid "Reload the configuration of the init daemon."
2716+msgstr ""
2717+
2718+#: util/initctl.c:1458
2719+msgid "Request the version of the init daemon."
2720+msgstr ""
2721+
2722+#: util/initctl.c:1461
2723+msgid "[PRIORITY]"
2724+msgstr ""
2725+
2726+#: util/initctl.c:1462
2727+msgid "Change the minimum priority of log messages from the init daemon"
2728+msgstr ""
2729+
2730+#: util/initctl.c:1464
2731+msgid ""
2732+"PRIORITY may be one of:\n"
2733+" `debug' (messages useful for debugging upstart are logged, equivalent to --"
2734+"debug on kernel command-line);\n"
2735+" `info' (messages about job goal and state changes, as well as event "
2736+"emissions are logged, equivalent to --verbose on the kernel command-line);\n"
2737+" `message' (informational and debugging messages are suppressed, the "
2738+"default); `warn' (ordinary messages are suppressed whilst still logging "
2739+"warnings and errors);\n"
2740+" `error' (only errors are logged, equivalent to --quiet on the kernel "
2741+"command-line) or\n"
2742+" `fatal' (only fatal errors are logged).\n"
2743+"\n"
2744+"Without arguments, this outputs the current log priority."
2745+msgstr ""
2746+
2747+#: util/reboot.c:113
2748+msgid "don't sync before reboot or halt"
2749+msgstr ""
2750+
2751+#: util/reboot.c:115
2752+msgid "force reboot or halt, don't call shutdown(8)"
2753+msgstr ""
2754+
2755+#: util/reboot.c:117
2756+msgid "switch off the power when called as halt"
2757+msgstr ""
2758+
2759+#: util/reboot.c:119
2760+msgid "don't actually reboot or halt, just write wtmp record"
2761+msgstr ""
2762+
2763+#: util/reboot.c:144
2764+msgid "Halt the system."
2765+msgstr ""
2766+
2767+#: util/reboot.c:147
2768+msgid "Power off the system."
2769+msgstr ""
2770+
2771+#: util/reboot.c:150
2772+msgid "Reboot the system."
2773+msgstr ""
2774+
2775+#: util/reboot.c:154
2776+msgid ""
2777+"This command is intended to instruct the kernel to reboot or halt the "
2778+"system; when run without the -f option, or when in a system runlevel other "
2779+"than 0 or 6, it will actually execute /sbin/shutdown.\n"
2780+msgstr ""
2781+
2782+#: util/reboot.c:209
2783+msgid "Calling shutdown"
2784+msgstr ""
2785+
2786+#: util/reboot.c:212
2787+#, c-format
2788+msgid "Unable to execute shutdown: %s"
2789+msgstr ""
2790+
2791+#: util/reboot.c:233
2792+msgid "Rebooting"
2793+msgstr ""
2794+
2795+#: util/reboot.c:237
2796+msgid "Halting"
2797+msgstr ""
2798+
2799+#: util/reboot.c:241
2800+msgid "Powering off"
2801+msgstr ""
2802+
2803+#: util/runlevel.c:59
2804+msgid "[UTMP]"
2805+msgstr ""
2806+
2807+#: util/runlevel.c:60
2808+msgid "Output previous and current runlevel."
2809+msgstr ""
2810+
2811+#: util/runlevel.c:62
2812+msgid ""
2813+"The system /var/run/utmp file is used unless the alternate file UTMP is "
2814+"given.\n"
2815+msgstr ""
2816+
2817+#: util/shutdown.c:193
2818+msgid "reboot after shutdown"
2819+msgstr ""
2820+
2821+#: util/shutdown.c:195
2822+msgid "halt or power off after shutdown"
2823+msgstr ""
2824+
2825+#: util/shutdown.c:197
2826+msgid "halt after shutdown (implies -h)"
2827+msgstr ""
2828+
2829+#: util/shutdown.c:199
2830+msgid "power off after shutdown (implies -h)"
2831+msgstr ""
2832+
2833+#: util/shutdown.c:201
2834+msgid "cancel a running shutdown"
2835+msgstr ""
2836+
2837+#: util/shutdown.c:203
2838+msgid "only send warnings, don't shutdown"
2839+msgstr ""
2840+
2841+#: util/shutdown.c:235
2842+msgid "TIME [MESSAGE]"
2843+msgstr ""
2844+
2845+#: util/shutdown.c:236
2846+msgid "Bring the system down."
2847+msgstr ""
2848+
2849+#: util/shutdown.c:238
2850+msgid ""
2851+"TIME may have different formats, the most common is simply the word 'now' "
2852+"which will bring the system down immediately. Other valid formats are +m, "
2853+"where m is the number of minutes to wait until shutting down and hh:mm which "
2854+"specifies the time on the 24hr clock.\n"
2855+"\n"
2856+"Logged in users are warned by a message sent to their terminal, you may "
2857+"include an optional MESSAGE included with this. Messages can be sent "
2858+"without actually bringing the system down by using the -k option.\n"
2859+"\n"
2860+"If TIME is given, the command will remain in the foreground until the "
2861+"shutdown occurs. It can be cancelled by Control-C, or by another user using "
2862+"the -c option.\n"
2863+"\n"
2864+"The system is brought down into maintenance (single-user) mode by default, "
2865+"you can change this with either the -r or -h option which specify a reboot "
2866+"or system halt respectively. The -h option can be further modified with -H "
2867+"or -P to specify whether to halt the system, or to power it off afterwards. "
2868+"The default is left up to the shutdown scripts."
2869+msgstr ""
2870+
2871+#: util/shutdown.c:276
2872+#, c-format
2873+msgid "%s: time expected\n"
2874+msgstr ""
2875+
2876+#: util/shutdown.c:300
2877+#, c-format
2878+msgid "%s: illegal hour value\n"
2879+msgstr ""
2880+
2881+#: util/shutdown.c:309
2882+#, c-format
2883+msgid "%s: illegal minute value\n"
2884+msgstr ""
2885+
2886+#: util/shutdown.c:329
2887+#, c-format
2888+msgid "%s: illegal time value\n"
2889+msgstr ""
2890+
2891+#: util/shutdown.c:374
2892+msgid "Shutdown is not running"
2893+msgstr ""
2894+
2895+#: util/shutdown.c:383
2896+msgid "Another shutdown is already running"
2897+msgstr ""
2898+
2899+#: util/shutdown.c:387
2900+msgid "Cannot find pid of running shutdown"
2901+msgstr ""
2902+
2903+#: util/shutdown.c:401
2904+msgid "Unable to change directory"
2905+msgstr ""
2906+
2907+#: util/shutdown.c:415
2908+msgid "Unable to write pid file"
2909+msgstr ""
2910+
2911+#: util/shutdown.c:511
2912+msgid "Shutdown cancelled"
2913+msgstr ""
2914+
2915+#: util/shutdown.c:596
2916+msgid "The system is going down for power off NOW!"
2917+msgstr ""
2918+
2919+#: util/shutdown.c:609
2920+msgid "The system is going down for halt NOW!"
2921+msgstr ""
2922+
2923+#: util/shutdown.c:622
2924+msgid "The system is going down for maintenance NOW!"
2925+msgstr ""
2926+
2927+#: util/shutdown.c:635
2928+msgid "The system is going down for reboot NOW!"
2929+msgstr ""
2930+
2931+#: util/shutdown.c:682
2932+#, c-format
2933+msgid "Unable to fork child-process to warn users: %s"
2934+msgstr ""
2935+
2936+#: util/shutdown.c:727
2937+#, c-format
2938+msgid "Broadcast message from %s@%s"
2939+msgstr ""
2940+
2941+#: util/shutdown.c:729
2942+#, c-format
2943+msgid "(%s) at %d:%02d ..."
2944+msgstr ""
2945+
2946+#: util/telinit.c:94
2947+msgid "set environment variable in the runlevel event"
2948+msgstr ""
2949+
2950+#: util/telinit.c:115
2951+msgid "Change runlevel."
2952+msgstr ""
2953+
2954+#: util/telinit.c:117
2955+msgid ""
2956+"RUNLEVEL should be one of 0123456sS, where s and S are considered "
2957+"identical.\n"
2958+"\n"
2959+"RUNLEVEL may also be Q or q to instruct the init daemon to reload its "
2960+"configuration, this is rarely necessary since the daemon watches its "
2961+"configuration for changes.\n"
2962+"\n"
2963+"RUNLEVEL may be U or u to instruct the init daemon to re-execute itself, "
2964+"this is not recommended since Upstart does not currently preserve its "
2965+"state.\n"
2966+msgstr ""
2967+
2968+#: util/telinit.c:134
2969+#, c-format
2970+msgid "%s: missing runlevel\n"
2971+msgstr ""
2972+
2973+#: util/telinit.c:139
2974+#, c-format
2975+msgid "%s: illegal runlevel: %s\n"
2976+msgstr ""

Subscribers

People subscribed via source and target branches

to all changes: