SHA256
1
0
forked from pool/systemd

Accepting request 51667 from Base:System

Accepted submit request 51667 from user a_jaeger

OBS-URL: https://build.opensuse.org/request/show/51667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=11
This commit is contained in:
Ruediger Oertel 2010-11-02 12:53:20 +00:00 committed by Git OBS Bridge
parent 8fd0a09c28
commit ceab99797e
2 changed files with 47 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5aaddd148e3a2eb03cbe3fdca989930ff45632d3c446fb92ad3a51ed51f72a51
size 736356
oid sha256:f67f8cd3e71b60399d5369e464adfb97f97a04092c8d58ac8c0c04951dba988a
size 739665

View File

@ -1,3 +1,48 @@
-------------------------------------------------------------------
Fri Oct 29 21:20:57 CEST 2010 - kay.sievers@novell.com
- new snapshot
- fsck: return SUCCESS when we skip the check
- fsck: skip checking / if it is writable
- units: fix variable expansion
- mount: don't pull in nofail mounts by default, but use them
if they are around
- job: recursively fail BoundBy dependencies
- fsck: fix target name to check for
- units: rename fedora/single.service to rescue.service
- units: introduce plymouth-start and plymouth-kexec
- unit: get rid of IgnoreDependencyFailure=
- use util-linux:agetty instead of mingetty
- unit: replace StopRetroactively= by BindTo= dependencies
- automount: show who's triggering an automount
- units: run sysctl only if /etc/sysctl.conf exists
- systemctl: always show what and where for mount units
- shutdown: reword a few messages a little
- manager: show which jobs are actually installed after a transaction
- timer: when deserializing timer state stay elapsed
- device: set recursive_stop=true by default
- unit: suppress incorrect deserialization errors
- swap: there's no reason not order swap after sysinit
- socket: fix IPv6 availability detection
-------------------------------------------------------------------
Wed Oct 27 12:00:26 CEST 2010 - kay.sievers@novell.com
- new snapshot
- create /dev/stderr and friends early on boot
- run sysv related scripts with TERM=linux
- add only swaps listed in /etc/fstab automatically to swap.target
- errors: refer to systemctl status when useful
- swap: add default cgroup to swap exec env
- readahead: bump a device's request_nr when enabling readahead
- shutdown: properly handle sigtimedwait() timing out
- main: fix typo in kernel cmdline parameters help
- ord-tty: properly handle SIGINT/SIGTERM
- systemctl: automatically spawn temporary password agent
- ask-password: properly handle multiple pending passwords
- ask-password: enable plymouth agent by default
- ask-password: add minimal plymouth password agent
-------------------------------------------------------------------
Tue Oct 26 13:10:01 CEST 2010 - kay.sievers@novell.com