]> git.proxmox.com Git - systemd.git/log
systemd.git
10 years agoFix build of the insserv generator
Sjoerd Simons [Fri, 27 Jun 2014 20:16:10 +0000 (22:16 +0200)]
Fix build of the insserv generator

(cherry picked from commit 5a4ffa250571f55be55495caaa8c990045fee740)

10 years agoImport upstream v214-stable patch series and rebase remaining Debian patches.
Jon Severinsson [Wed, 16 Jul 2014 18:00:00 +0000 (20:00 +0200)]
Import upstream v214-stable patch series and rebase remaining Debian patches.

10 years agoMerge tag 'upstream/214' into experimental
Jon Severinsson [Wed, 16 Jul 2014 18:00:00 +0000 (20:00 +0200)]
Merge tag 'upstream/214' into experimental

10 years agoSwitch debian-branch to experimental
Jon Severinsson [Wed, 16 Jul 2014 18:00:00 +0000 (20:00 +0200)]
Switch debian-branch to experimental

10 years agoRelease version 208-6 to unstable
Michael Biebl [Tue, 15 Jul 2014 22:44:42 +0000 (00:44 +0200)]
Release version 208-6 to unstable

10 years agoUpload to unstable.
Michael Biebl [Tue, 15 Jul 2014 14:34:38 +0000 (16:34 +0200)]
Upload to unstable.

10 years agoImported Upstream version 214
Jon Severinsson [Tue, 1 Jul 2014 18:00:00 +0000 (20:00 +0200)]
Imported Upstream version 214

10 years agoMove three more manpages from systemd to libsystemd-*-dev as appropriate.
Jon Severinsson [Sun, 6 Jul 2014 16:00:00 +0000 (18:00 +0200)]
Move three more manpages from systemd to libsystemd-*-dev as appropriate.

10 years agoUpdate Debian patches to apply on top of v208-stable.
Jon Severinsson [Sun, 6 Jul 2014 16:00:00 +0000 (18:00 +0200)]
Update Debian patches to apply on top of v208-stable.

10 years agoAdd v208-stable patch series.
Jon Severinsson [Sun, 6 Jul 2014 16:00:00 +0000 (18:00 +0200)]
Add v208-stable patch series.

This commit was created using the following commands and then fixing up debian/patches/series manually.
$ git config diff.renames false
$ git rebase --onto debian/208-5 v208 stable/v208-stable
$ git checkout -b patch-queue/experimental HEAD
$ gbp-pq export --no-patch-numbers
$ git add --ignore-removal debian/patches/

10 years agoRelease version 208-5 to experimental
Michael Biebl [Sat, 28 Jun 2014 11:41:47 +0000 (13:41 +0200)]
Release version 208-5 to experimental

10 years agoUpdate changelog
Michael Biebl [Sat, 28 Jun 2014 11:33:34 +0000 (13:33 +0200)]
Update changelog

10 years agoMerge branch 'master' into experimental
Michael Biebl [Sat, 28 Jun 2014 11:33:07 +0000 (13:33 +0200)]
Merge branch 'master' into experimental

Conflicts:
debian/changelog

10 years agoRelease version 204-14 to unstable
Michael Biebl [Sat, 28 Jun 2014 11:23:46 +0000 (13:23 +0200)]
Release version 204-14 to unstable

10 years agojournald: remove unused variable
Michael Biebl [Sat, 28 Jun 2014 11:21:25 +0000 (13:21 +0200)]
journald: remove unused variable

10 years agoMark -dev packages as Multi-Arch: same
Michael Biebl [Sat, 28 Jun 2014 11:06:56 +0000 (13:06 +0200)]
Mark -dev packages as Multi-Arch: same

Deliberately exclude libgudev-1.0-dev, since it depends on
gir1.2-gudev-1.0 and gobject-introspection does not (yet) support
multiarch.

Closes: #720017
10 years agoFix SIGABRT in insserv generator caused by incorrect usage of strcat()
Michael Biebl [Sat, 28 Jun 2014 10:57:59 +0000 (12:57 +0200)]
Fix SIGABRT in insserv generator caused by incorrect usage of strcat()

Closes: #752992
10 years agoRelease version 208-4 to experimental
Michael Biebl [Fri, 27 Jun 2014 23:22:33 +0000 (01:22 +0200)]
Release version 208-4 to experimental

10 years agoDrop alternative dependency on systemd-shim in libpam-systemd
Michael Biebl [Fri, 27 Jun 2014 23:21:42 +0000 (01:21 +0200)]
Drop alternative dependency on systemd-shim in libpam-systemd

The systemd-shim package no longer provides an environment to run
systemd-logind standalone. See #752939 for further details.

10 years agoUpdate changelog
Michael Biebl [Fri, 27 Jun 2014 22:43:03 +0000 (00:43 +0200)]
Update changelog

10 years agoMerge branch 'master' into experimental
Michael Biebl [Fri, 27 Jun 2014 22:35:48 +0000 (00:35 +0200)]
Merge branch 'master' into experimental

Conflicts:
debian/changelog
debian/patches/Load-sg-module-from-80-drivers.rules.patch
debian/patches/rules-drivers-always-call-kmod-even-when-a-driver-is.patch
debian/patches/series

10 years agoRelease version 204-13 to unstable
Michael Biebl [Fri, 27 Jun 2014 22:01:32 +0000 (00:01 +0200)]
Release version 204-13 to unstable

10 years agoFix boot failures if CONFIG_UEVENT_HELPER is disabled
Michael Biebl [Fri, 27 Jun 2014 21:36:00 +0000 (23:36 +0200)]
Fix boot failures if CONFIG_UEVENT_HELPER is disabled

Drop the obsolete check for /sys/kernel/uevent_helper from postinst and
the SysV init script and do not unconditionally overwrite it in the
initramfs hook. Since a long time now udev has been using the netlink
interface to communicate with the kernel and with Linux 3.16 it is
possible to disable CONFIG_UEVENT_HELPER completely.

Closes: #752742
10 years agoinsserv-generator: ignore non-existing SysV init scripts
Michael Biebl [Fri, 27 Jun 2014 21:02:04 +0000 (23:02 +0200)]
insserv-generator: ignore non-existing SysV init scripts

Update insserv generator to not create any drop-in files for services
where the corresponding SysV init script does not exist.

10 years agocore/transaction: fix cycle break attempts outside transaction
Michael Biebl [Fri, 27 Jun 2014 20:56:51 +0000 (22:56 +0200)]
core/transaction: fix cycle break attempts outside transaction

Cherry-pick upstream fix which prevents systemd from entering an
infinite loop when trying to break an ordering cycle

Closes: #752259
10 years agoSwitch back to load the sg module via the kmod builtin
Michael Biebl [Fri, 27 Jun 2014 20:46:03 +0000 (22:46 +0200)]
Switch back to load the sg module via the kmod builtin

The problem was not that the kmod builtin is faster then modprobe but
rather the incorrect usage of the "=" assignment operator. We need to
use "+=" here, so the sg module is loaded in addition to other scsi
modules, which are loaded via the modalias rule.
Thanks to Tommaso Colombo for the analysis.

10 years agoDrop Always-probe-cpu-support-drivers.patch
Michael Biebl [Thu, 26 Jun 2014 03:12:47 +0000 (05:12 +0200)]
Drop Always-probe-cpu-support-drivers.patch

This has been fixed upstream in a more general way by

commit bf7f800f2b3e93ccd1229d4717166f3a4d3af72f
Author: Kay Sievers <kay@vrfy.org>
Date:   Sat Jul 20 14:29:12 2013 +0200

    rules: drivers - always call kmod, even when a driver is bound to
    the device

10 years agoRelease version 208-3 to experimental
Michael Biebl [Wed, 25 Jun 2014 09:29:21 +0000 (11:29 +0200)]
Release version 208-3 to experimental

10 years agoUpdate changelog for unstable merge
Michael Biebl [Wed, 25 Jun 2014 09:29:05 +0000 (11:29 +0200)]
Update changelog for unstable merge

10 years agoMerge branch 'master' into experimental
Michael Biebl [Wed, 25 Jun 2014 09:28:23 +0000 (11:28 +0200)]
Merge branch 'master' into experimental

Conflicts:
debian/changelog

10 years agoRelease version 204-12 to unstable
Michael Biebl [Wed, 25 Jun 2014 08:55:39 +0000 (10:55 +0200)]
Release version 204-12 to unstable

10 years agoUpdate udev bug-script to attach instead of paste extra info if a new enough reportbu...
Michael Biebl [Wed, 25 Jun 2014 08:53:47 +0000 (10:53 +0200)]
Update udev bug-script to attach instead of paste extra info if a new enough reportbug version is available.

10 years agoChange the sg loading rule back to using modprobe
Martin Pitt [Wed, 25 Jun 2014 08:23:55 +0000 (10:23 +0200)]
Change the sg loading rule back to using modprobe

kmod is too fast and then sg races with sd, causing the latter to not see SCSI disks.

Closes: #752591, #752605
10 years agoRelease version 208-2 to experimental
Michael Biebl [Tue, 24 Jun 2014 15:45:42 +0000 (17:45 +0200)]
Release version 208-2 to experimental

10 years agoCherry-pick upstream fixes to make sd_session_get_vt() actually work.
Michael Biebl [Tue, 24 Jun 2014 15:44:20 +0000 (17:44 +0200)]
Cherry-pick upstream fixes to make sd_session_get_vt() actually work.

10 years agoUpdate changelog
Michael Biebl [Tue, 24 Jun 2014 15:40:08 +0000 (17:40 +0200)]
Update changelog

10 years agoRefresh patches
Michael Biebl [Tue, 24 Jun 2014 15:38:50 +0000 (17:38 +0200)]
Refresh patches

10 years agoMerge branch 'master' into experimental
Michael Biebl [Tue, 24 Jun 2014 15:36:16 +0000 (17:36 +0200)]
Merge branch 'master' into experimental

Conflicts:
debian/changelog
debian/gbp.conf
debian/patches/Always-probe-cpu-support-drivers.patch
debian/patches/Load-sg-module-from-80-drivers.rules.patch
debian/patches/series

10 years agoRelease version 204-11 to unstable
Michael Biebl [Tue, 24 Jun 2014 15:03:54 +0000 (17:03 +0200)]
Release version 204-11 to unstable

10 years agoFix typo in insserv-generator
Michael Biebl [Tue, 24 Jun 2014 14:59:51 +0000 (16:59 +0200)]
Fix typo in insserv-generator

LSB system facilities begin with a dollar sign '$'.

10 years agoDon't change behavior of SysV init scripts using "set -e" or "set -u"
Ansgar Burchardt [Tue, 24 Jun 2014 14:11:33 +0000 (16:11 +0200)]
Don't change behavior of SysV init scripts using "set -e" or "set -u"

/lib/lsb/init-functions.d/40-systemd unconditionally uses "set +e; set
+u". This can change the behavior of init scripts that use "set -e"
and/or "set -u".

Change the systemd integration to not rely on "set +e" or "set +u" but
instead work correctly in all cases by catching all commands that might
fail.

Closes: #751472
10 years agoVarious ifupdown integration fixes
Michael Biebl [Tue, 24 Jun 2014 12:45:41 +0000 (14:45 +0200)]
Various ifupdown integration fixes

- Use DefaultDependencies=no in ifup@.service so the service can be started
  as early as possible.
- Create the ifupdown runtime directory in ifup@.service as we can no longer
  rely on the networking service to do that for us.
- Don't stop ifup@.service on shutdown but let the networking service take
  care of stopping all hotplugged interfaces.
- Only start ifup@.service for interfaces configured as allow-hotplug.

10 years agoSet telinit path to /lib/sysvinit/telinit
Michael Biebl [Tue, 24 Jun 2014 11:26:15 +0000 (13:26 +0200)]
Set telinit path to /lib/sysvinit/telinit

If systemd is not the active PID 1 and the SysV compat tools are
provided by systemd-sysv, /sbin/telinit simply forwards the requests to
the native telinit implementation.
To make the upgrade from sysvinit to systemd less disruptive, the plan
is to make the transitional sysvinit package provide
/lib/sysvinit/telinit and /lib/sysvinit/init which then can be used as a
fallback in case of emergency.
Set the telinit path in systemd accordingly in preparation for that.

10 years agoMake the SysV compat tools try both /run/initctl and /dev/initctl
Michael Biebl [Tue, 24 Jun 2014 10:40:42 +0000 (12:40 +0200)]
Make the SysV compat tools try both /run/initctl and /dev/initctl

This makes them usable under sysvinit as PID 1 without requiring any
symlinks.

10 years agoUse Conflicts instead of Breaks against sysvinit-core
Michael Biebl [Mon, 23 Jun 2014 16:20:31 +0000 (18:20 +0200)]
Use Conflicts instead of Breaks against sysvinit-core

This avoids /sbin/init going missing when switching from systemd-sysv to
sysvinit. While at it, add a Replaces: upstart.

Closes: #751589
10 years agoDrop Conflicts: runit-run from sysvinit-core
Michael Biebl [Mon, 23 Jun 2014 16:13:42 +0000 (18:13 +0200)]
Drop Conflicts: runit-run from sysvinit-core

The runit-run package has been removed from the archive a long time ago.

10 years agoDrop Conflicts: sysvinit (<< 2.88dsf-44~) from systemd-sysv
Michael Biebl [Mon, 23 Jun 2014 16:08:31 +0000 (18:08 +0200)]
Drop Conflicts: sysvinit (<< 2.88dsf-44~) from systemd-sysv

since this breaks dist-upgrades from wheezy when switching from sysvinit
to systemd-sysv as default init. While downgrading the Pre-Depends in
sysvinit would have been an alternative, dropping the Conflicts and only
keeping the Replaces was deemed the lesser evil.

Closes: #748355
10 years agoDrop "-b debian" from Vcs-Git since we use the master branch for packaging now.
Michael Biebl [Mon, 23 Jun 2014 15:51:58 +0000 (17:51 +0200)]
Drop "-b debian" from Vcs-Git since we use the master branch for packaging now.

10 years agoCherry-pick upstream fix for libudev which fixes a memleak in parent_add_child()
Michael Biebl [Mon, 23 Jun 2014 15:50:24 +0000 (17:50 +0200)]
Cherry-pick upstream fix for libudev which fixes a memleak in parent_add_child()

10 years agoCherry-pick upstream fix to properly handle multiline syslog messages
Michael Biebl [Mon, 23 Jun 2014 15:47:10 +0000 (17:47 +0200)]
Cherry-pick upstream fix to properly handle multiline syslog messages

Closes: #746351
10 years agoRefresh patches
Michael Biebl [Mon, 23 Jun 2014 15:44:05 +0000 (17:44 +0200)]
Refresh patches

10 years agoClarify that “systemd” does not influence init whereas “systemd-sysv” does
Michael Stapelberg [Fri, 16 May 2014 17:41:21 +0000 (19:41 +0200)]
Clarify that “systemd” does not influence init whereas “systemd-sysv” does

Closes: #747741
10 years agoFix bug-script: “systemctl dump” is now “systemd-analyze dump”
Michael Stapelberg [Fri, 16 May 2014 17:37:36 +0000 (19:37 +0200)]
Fix bug-script: “systemctl dump” is now “systemd-analyze dump”

Closes: #748311
10 years agoMinor formatting fixes for README.source
Michael Biebl [Thu, 1 May 2014 00:08:30 +0000 (02:08 +0200)]
Minor formatting fixes for README.source

10 years agoFix typo in sg loading rule to make it actually work
Martin Pitt [Wed, 30 Apr 2014 14:19:06 +0000 (16:19 +0200)]
Fix typo in sg loading rule to make it actually work

10 years agoAdvertise hibernation only if there's enough free swap.
Martin Pitt [Tue, 29 Apr 2014 11:57:40 +0000 (13:57 +0200)]
Advertise hibernation only if there's enough free swap.

Patches backported from current upstream.

LP: #1313522

10 years agoadd bug ref to #739113
Martin Pitt [Tue, 29 Apr 2014 07:07:47 +0000 (09:07 +0200)]
add bug ref to #739113

10 years agoDon't stop a running user manager from garbage collecting the users.
Sjoerd Simons [Tue, 29 Apr 2014 06:55:06 +0000 (08:55 +0200)]
Don't stop a running user manager from garbage collecting the users.

Fixes long shutdown times when using a systemd user session

10 years agoDocument disabling of patch numbers
Martin Pitt [Mon, 28 Apr 2014 10:55:14 +0000 (12:55 +0200)]
Document disabling of patch numbers

Our debian/gbp.conf disables gbp-pq patch numbers, adjust README.source
accordingly.

10 years agoMake no-patch-numbers the default for gbp-pq
Michael Biebl [Sun, 27 Apr 2014 16:50:25 +0000 (18:50 +0200)]
Make no-patch-numbers the default for gbp-pq

See 6b3ad962e8ceddce967999c1fe2db740b20b9214

10 years agoReplace "Always probe cpu support drivers" patch with cherry-picked upstream fix
Martin Pitt [Mon, 28 Apr 2014 10:48:57 +0000 (12:48 +0200)]
Replace "Always probe cpu support drivers" patch with cherry-picked upstream fix

That patch is more general and will go away when we move to newer upstream
versions.

10 years agoREADME.source: Fix typo
Martin Pitt [Mon, 28 Apr 2014 10:44:24 +0000 (12:44 +0200)]
README.source: Fix typo

10 years agoRelease version 208-1 to experimental
Michael Biebl [Sun, 27 Apr 2014 22:23:51 +0000 (00:23 +0200)]
Release version 208-1 to experimental

10 years agoDrop systemd-logind-launch script
Michael Biebl [Sun, 27 Apr 2014 22:21:59 +0000 (00:21 +0200)]
Drop systemd-logind-launch script

With the changes in 2d54bc37543f901f9169992ec208b91dea5af387 this script
is no longer necessary.

10 years agoDrop patches to make logind D-Bus activatable
Michael Biebl [Sun, 27 Apr 2014 22:20:57 +0000 (00:20 +0200)]
Drop patches to make logind D-Bus activatable

The cgroup handling has been reworked in v205 and logind no longer
creates cgroup hierarchies on its own. That means that the standalone
logind is no longer functional without support from systemd (or an
equivalent cgroup manager).

10 years agoMerge branch 'master' into experimental
Michael Biebl [Sun, 27 Apr 2014 17:14:29 +0000 (19:14 +0200)]
Merge branch 'master' into experimental

Conflicts:
debian/changelog

10 years agoAdjust systemd-user pam config file for Debian
Michael Biebl [Sun, 27 Apr 2014 16:59:16 +0000 (18:59 +0200)]
Adjust systemd-user pam config file for Debian

This pam config file is used by libpam-systemd/systemd-logind when
launching systemd user instances.

10 years agoMake no-patch-numbers the default for gbp-pq
Michael Biebl [Sun, 27 Apr 2014 16:50:25 +0000 (18:50 +0200)]
Make no-patch-numbers the default for gbp-pq

See 6b3ad962e8ceddce967999c1fe2db740b20b9214

10 years agoUse the correct file when masking urandom.service
Michael Biebl [Sun, 27 Apr 2014 16:07:14 +0000 (18:07 +0200)]
Use the correct file when masking urandom.service

Upstream renamed systemd-random-seed-load.service to
systemd-random.service.

10 years agoMove new sd_pid_get_slice and sd_session_get_vt man pages into libsystemd-login-dev
Michael Biebl [Sun, 27 Apr 2014 14:48:36 +0000 (16:48 +0200)]
Move new sd_pid_get_slice and sd_session_get_vt man pages into libsystemd-login-dev

10 years agoDisable various features which aren't required for the udeb build
Michael Biebl [Sun, 27 Apr 2014 14:25:46 +0000 (16:25 +0200)]
Disable various features which aren't required for the udeb build

10 years agoBump Build-Depends on libcryptsetup-dev to (>= 2:1.6.0) for tcrypt support
Michael Biebl [Sun, 27 Apr 2014 14:18:29 +0000 (16:18 +0200)]
Bump Build-Depends on libcryptsetup-dev to (>= 2:1.6.0) for tcrypt support

10 years agoMake kmod-static-nodes.service check for the kmod binary
Michael Biebl [Sun, 27 Apr 2014 13:49:43 +0000 (15:49 +0200)]
Make kmod-static-nodes.service check for the kmod binary

since we don't want a hard dependency on kmod e.g. for container
installations.

10 years agoBump Build-Depends on kmod to (>= 14).
Michael Biebl [Sun, 27 Apr 2014 12:54:32 +0000 (14:54 +0200)]
Bump Build-Depends on kmod to (>= 14).

10 years agoUpdate default paths for kmod and kexec
Michael Biebl [Sun, 27 Apr 2014 12:52:53 +0000 (14:52 +0200)]
Update default paths for kmod and kexec

10 years agoCreate a compat symlink /etc/sysctl.d/99-sysctl.conf
Michael Biebl [Sat, 26 Apr 2014 21:58:15 +0000 (23:58 +0200)]
Create a compat symlink /etc/sysctl.d/99-sysctl.conf

as systemd-sysctl no longer reads /etc/sysctl.conf

10 years agoAdd bug reference for the new upstream release
Michael Biebl [Sun, 27 Apr 2014 12:36:41 +0000 (14:36 +0200)]
Add bug reference for the new upstream release

10 years agoInstall new files and remove the ones we don't use
Michael Biebl [Sun, 27 Apr 2014 12:35:36 +0000 (14:35 +0200)]
Install new files and remove the ones we don't use

Install zsh completion files.

Closes: #717540
10 years agoUpdate symbols files for libsystemd-journal and libsystemd-login.
Michael Biebl [Sun, 27 Apr 2014 12:27:56 +0000 (14:27 +0200)]
Update symbols files for libsystemd-journal and libsystemd-login.

10 years agoUpdate patches
Michael Biebl [Sun, 27 Apr 2014 11:36:59 +0000 (13:36 +0200)]
Update patches

Drop patches which have been applied upstream:
- debian/patches/Fix-CPUShares-configuration-option.patch
- debian/patches/Recognize-discard-option-in-etc-crypttab.patch
- debian/patches/Start-ctrl-alt-del.target-irreversibly.patch
- debian/patches/core-dbus-properly-export-cgroup-properties-on-socke.patch
- debian/patches/initctl-use-irreversible-jobs-when-switching-runleve.patch
- debian/patches/journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
- debian/patches/polkit-Avoid-race-condition-in-scraping-proc.patch
- debian/patches/systemctl-mangle-names-when-avoiding-dbus.patch
- debian/patches/systemd-tmpfiles-setup-dev-remain-after-exit.patch

Drop patches which no longer work after the cgroup rework:
- debian/patches/Clean-up-closing-empty-sessions-when-not-running-und.patch
- debian/patches/Make-sd_login_monitor_new-work-for-logind-without-sy.patch

Drop patch which no longer applies and is supposed to be fixed:
- debian/patches/Avoid-sending-sigterm-to-session-leader.patch

10 years agoNew upstream release
Michael Biebl [Sun, 27 Apr 2014 11:00:21 +0000 (13:00 +0200)]
New upstream release

10 years agoExplain patch management in debian/README.source
Martin Pitt [Sun, 27 Apr 2014 10:52:30 +0000 (12:52 +0200)]
Explain patch management in debian/README.source

10 years agoMerge tag 'upstream/208' into experimental
Michael Biebl [Sun, 27 Apr 2014 10:02:32 +0000 (12:02 +0200)]
Merge tag 'upstream/208' into experimental

Upstream version 208

10 years agoImported Upstream version 208
Michael Biebl [Sun, 27 Apr 2014 10:02:08 +0000 (12:02 +0200)]
Imported Upstream version 208

10 years agoSwitch debian-branch to experimental
Michael Biebl [Sun, 27 Apr 2014 10:01:25 +0000 (12:01 +0200)]
Switch debian-branch to experimental

10 years agoRelease version 204-10 to unstable
Michael Biebl [Sun, 27 Apr 2014 09:54:06 +0000 (11:54 +0200)]
Release version 204-10 to unstable

10 years agoDrop numerical prefixes from patches
Martin Pitt [Sun, 27 Apr 2014 09:14:49 +0000 (11:14 +0200)]
Drop numerical prefixes from patches

This avoids future diff noise when removing, cherry-picking, and merging
patches. From now on, always use "gbp-pq export --no-patch-numbers" to update
them.

10 years agoInstall new rules from previous commit
Martin Pitt [Sun, 27 Apr 2014 09:10:39 +0000 (11:10 +0200)]
Install new rules from previous commit

10 years agoRename PowerEdge idrac network interfaces
Martin Pitt [Sat, 26 Apr 2014 22:26:03 +0000 (00:26 +0200)]
Rename PowerEdge idrac network interfaces

On Dell PowerEdge systems, the iDRAC7 and later support a USB Virtual NIC for
management. Name this interface "idrac" to avoid confusion with "real" network
interfaces.

10 years agoAlways probe cpu support drivers
Martin Pitt [Sat, 26 Apr 2014 21:14:48 +0000 (23:14 +0200)]
Always probe cpu support drivers

LP: #1207705

10 years agoRemove /var/log/udev on purge
Martin Pitt [Sat, 26 Apr 2014 20:57:48 +0000 (22:57 +0200)]
Remove /var/log/udev on purge

10 years agoDrop udev.NEWS, it only applies to pre-squeeze
Martin Pitt [Sat, 26 Apr 2014 20:54:40 +0000 (22:54 +0200)]
Drop udev.NEWS, it only applies to pre-squeeze

10 years agosystemd-logind-launch: Set the #files ulimit
Martin Pitt [Sat, 26 Apr 2014 20:34:59 +0000 (22:34 +0200)]
systemd-logind-launch: Set the #files ulimit

This is necessary for unprivileged LXC containers.

10 years agoIn the udeb's udev.startup, make sure that /dev/pts exists
Martin Pitt [Sat, 26 Apr 2014 20:28:45 +0000 (22:28 +0200)]
In the udeb's udev.startup, make sure that /dev/pts exists

10 years agoRelease version 204-9 to unstable
Michael Biebl [Sat, 26 Apr 2014 19:52:08 +0000 (21:52 +0200)]
Release version 204-9 to unstable

10 years agoRe-export patch
Michael Biebl [Sat, 26 Apr 2014 19:51:19 +0000 (21:51 +0200)]
Re-export patch

10 years agoFix 3e1bf to remove the file in the install directory
Martin Pitt [Sat, 26 Apr 2014 19:49:33 +0000 (21:49 +0200)]
Fix 3e1bf to remove the file in the install directory

10 years agoMake systemd-dbg depend on udev and libudev1
Michael Biebl [Sat, 26 Apr 2014 19:46:23 +0000 (21:46 +0200)]
Make systemd-dbg depend on udev and libudev1

10 years agoDo not install sysctl.d/50-default.conf
Marco d'Itri [Sat, 26 Apr 2014 19:01:40 +0000 (21:01 +0200)]
Do not install sysctl.d/50-default.conf

The systemd package should not change kernel policies, at least until it will
become the only supported init system.

10 years agoAdd autopkgtests
Martin Pitt [Sat, 26 Apr 2014 18:53:53 +0000 (20:53 +0200)]
Add autopkgtests

This covers smoke-testing logind, hostnamed, timedated, localed, and a
compile/link/run test against libsystemd-login-dev.