forked from pool/systemd
version 18
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=114
This commit is contained in:
committed by
Git OBS Bridge
parent
18b036b166
commit
1b1d9a2bb7
@@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 16 21:39:20 CET 2011 - kay.sievers@novell.com
|
||||
|
||||
- version 18
|
||||
- systemctl: introduce --ignore-dependencies
|
||||
- systemctl: introduce --failed to show only failed services
|
||||
- systemctl: introduce --failed to show only failed services
|
||||
- rescue: make 'systemctl default' fail if there is already
|
||||
something running when the shell exited
|
||||
- util: seperate welcome line from other output by empty lines
|
||||
- manager: don't consider transaction jobs conflicting with
|
||||
queued jobs redundant
|
||||
- udev: ignore block devices which no known contents, to avoid
|
||||
trying of mounts/swapons when devices aren't set up full yet
|
||||
- swap: handle "nofail" from fstab
|
||||
- mount,swap: properly add dependencies to logger if needed
|
||||
- service: change default std output to inherit
|
||||
- exec: introduce global defaults for the standard output
|
||||
of services
|
||||
- udev: use SYSTEMD_READY to mask uninitialized DM devices
|
||||
- fsck: output to /dev/console by default in addition to syslog
|
||||
- execute: optionally forward program output to /dev/console in
|
||||
addition to syslog/kmsg
|
||||
- socket: refuse socket activation for SysV services
|
||||
- fsck: do not fail boot if fsck returns with an error code that
|
||||
hasn't 2 or 6 set
|
||||
- shutdown: execute all binaries in /lib/systemd/system-shutdown
|
||||
as last step before invoking reboot()
|
||||
- job: make status message printing more verbose
|
||||
- cryptsetup: fix unit file description
|
||||
- tmpfiles: never delete AF_UNIX sockets that are alive
|
||||
- getty: don't parse console= anymore, use
|
||||
/sys/class/tty/console/active instead
|
||||
- properly resolve /dev/console if more than once console=
|
||||
argument was passed on the kernel command line
|
||||
- getty: do not auto-spawn getty's on VC ttys if console=ttyN
|
||||
- fsck: skip root fsck if dracut already did it
|
||||
- util: when determining the right TERM for /dev/console
|
||||
consult /sys/class/tty/console/active
|
||||
- pam: introduce whitelist and blacklist user list feature
|
||||
- systemctl: minor optimizations
|
||||
- systemctl: don't unnecessarily close stdin/stdout/stderr for
|
||||
tty agent so that locking by tty works
|
||||
- readahead: disable readahead in virtual machines
|
||||
- tmpfiles: move binary to /bin to make it publicly available
|
||||
- tmpfiles: take names of tmpfiles configuration files on the
|
||||
command line
|
||||
- tmpfiles: log to stderr if possible
|
||||
- tmpfiles: support globs
|
||||
- units: introduce and hook up sound.target
|
||||
- dbus: allow all clients access to org.freedesktop.DBus.Peer
|
||||
- consider udev devices with SYSTEMD_READY=0 as unplugged
|
||||
- systemctl: don't start agent for --user
|
||||
- systemctl: make sure the tty agent does not retain a copy
|
||||
of stdio
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 8 19:10:06 CET 2011 - kay.sievers@novell.com
|
||||
|
||||
|
Reference in New Issue
Block a user