[systemd-commits] stable Changes to 'refs/tags/v6'

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Sat Mar 8 20:39:39 PST 2014


Tag 'v6' created by Lennart Poettering <lennart at poettering.net> at 2010-08-06 11:42 -0700

systemd 6

Changes since v5:
Kay Sievers (2):
      units: suse - reboot: do not wait for tty
      units: getty - suse: login wants SIGHUP

Lennart Poettering (17):
      reboot: don't wait for input tty
      selinux: fix labels only when configured for it
      service: always sort services from suse B runlevel before services from normal runlevels
      selinux: minor error handling fix
      service: read special startup dirs only on the respective distros
      units: always send HUP when dealing with shells/gettys/logins
      manager: when breaking ordering cycle show full cycle loop
      manager: fix conflicting job check
      main: automatically spawn a getty on the kernel configured serial console
      units: split fsck.target from sysinit.target for suse compat
      units: add missing fsck.target file
      automount: order automount units after fsck, too
      manager: downgrade a few log msgs regarding conflicting but fixable jobs
      cgroup: if the system bus cannot be found, send cgroup empty msg directly to init proces
      device: properly handle devices that are referenced before they show up
      man: document %triggerin usage
      build-sys: prepare new release

Michal Schmidt (1):
      reboot: handle -p switch properly

---
 Makefile.am                   |   11 ++++++++-
 configure.ac                  |    2 -
 fixme                         |   10 +++-----
 man/daemon.xml                |   27 ++++++++++++++++++++++++
 src/automount.c               |    2 -
 src/cgroups-agent.c           |   21 ++++++++++++++++--
 src/dbus.c                    |   15 +++++++++++++
 src/device.c                  |   18 ++++++++++------
 src/main.c                    |   47 ++++++++++++++++++++++++++++++++++++------
 src/manager.c                 |   23 +++++++++++++-------
 src/mount.c                   |   10 ++++----
 src/service.c                 |   14 +++++++++++-
 src/special.h                 |    1 
 src/systemctl.c               |    3 +-
 src/util.c                    |   16 ++++++++------
 units/emergency.service       |    4 +--
 units/fedora/halt.service     |    2 -
 units/fedora/poweroff.service |    2 -
 units/fedora/reboot.service   |    2 -
 units/fedora/single.service   |    4 +--
 units/getty at .service.m4       |    4 +++
 units/suse/fsck.target        |   11 +++++++++
 units/suse/halt.service       |    2 -
 units/suse/poweroff.service   |    2 -
 units/suse/reboot.service     |    2 -
 units/sysinit.target.m4       |    4 +++
 26 files changed, 203 insertions(+), 56 deletions(-)
---


More information about the systemd-commits mailing list