[systemd-commits] Changes to 'refs/tags/v24'

Lennart Poettering lennart at kemper.freedesktop.org
Wed Apr 6 13:14:48 PDT 2011


Tag 'v24' created by Lennart Poettering <lennart at poettering.net> at 2011-04-06 21:14 -0700

systemd 24

Changes since v23:
Kay Sievers (1):
      build-sys: always place user units in /usr/lib/systemd

Lennart Poettering (18):
      update TODO
      build-sys: fix libexecdir to /usr/lib
      build-sys: better don't use libexecdir here at all
      build-sys: we don't need rootsbindir anymore since we don't install anything to /sbin
      units: call the logger a bridge too
      mount: block creation of mount units for API file systems
      man: fix description of systemctl reload-or-try-restart
      manager: don't show PID for incoming signals if it is 0
      systemctl: make most operations NOPs in a chroot
      service: fix units with more than one socket
      systemctl: properly parse JobNew signals
      update TODO
      var-lock: don't try to enable var-lock.mount if we don't install it
      job: fix deserialization of jobs: do not ignore ordering
      units: rename rtc-set.target to time-sync.target and pull it in by hwclock-load.service
      cmdline: we actually want to parse the kernel cmdline in VMs, just not in containers
      update TODO
      build-sys: bump version

---
 Makefile.am                     |   26 ++++++++++----------
 TODO                            |   22 ++++++++++-------
 autogen.sh                      |    2 -
 configure.ac                    |    2 -
 man/systemctl.xml               |   11 ++++----
 man/systemd.special.xml.in      |    4 +--
 src/execute.c                   |    2 -
 src/fsck.c                      |    2 -
 src/job.c                       |    5 ++-
 src/job.h                       |   11 ++++----
 src/locale-setup.c              |    2 -
 src/manager.c                   |   51 +++++++++++++++++++++-------------------
 src/mount.c                     |    9 ++++---
 src/quotacheck.c                |    2 -
 src/service.c                   |    6 ++--
 src/special.h                   |    2 -
 src/systemctl.c                 |   42 +++++++++++++++++++++++++-------
 src/unit.c                      |    2 -
 src/vconsole-setup.c            |    2 -
 units/hwclock-load.service      |    3 +-
 units/rtc-set.target            |   14 ----------
 units/systemd-logger.service.in |    2 -
 units/time-sync.target          |   14 ++++++++++
 23 files changed, 139 insertions(+), 99 deletions(-)
---


More information about the systemd-commits mailing list