about summary refs log tree commit diff
path: root/debian/patches/03-systemd.patch
AgeCommit message (Collapse)Author
2014-04-02Make patches gbp-pq compatibleMichael Biebl
2014-03-28Try to better explain why 03-systemd.patch is neededMichael Biebl
2014-03-28Revert "Completely Drop debian/patches/03-systemd.patch: /usr should now be ↵Michael Biebl
mounted from the initramfs meaning that it will be available early enough" This reverts commit 696f481ba515b29d917325c87aab5d803461e243. This patch is needed to avoid a dependency loop which is generated by early boot (rcS) SysV init scripts depending on the $network LSB system facility (either directly or indirectly via $remote_fs). The $network LSB system facility is mapped to network.target. Those rcS SysV init scripts are started in sysinit.target, NetworkManager.service is started via multi-user.target, which depends on sysinit.target. As long as we have rcS SysV init scripts which such a dependency on $remote_fs or $network we can not make NetworkManager.service a provider for network.target.
2013-12-27Completely Drop debian/patches/03-systemd.patch: /usr should now be mounted ↵Laurent Bigonville
from the initramfs meaning that it will be available early enough
2013-12-09debian/patches/03-systemd.patch, debian/network-manager.links: Install a ↵Laurent Bigonville
symlink instead of using an Alias= to mask the initscript (Closes: #719703)
2013-10-25Update patchesSjoerd Simons
* Dropped patches fixed upstream: + d/p/06-tear-down-connections-for-unavailable-devices.patch + d/p/07-duid-fallback.patch + d/p/08-ifupdown-clarify-name-of-connections-hash.patch + d/p/09-ifupdown-fix-naming-confusion-in-plugin-hash-tables.patch + d/p/10-ifupdown-recalculate-unmanaged-specs-on-interface-ch.patch * debian/patches/03-systemd.patch: Refreshed * debian/patches/05-force-online-with-unmanaged-devices.patch: Refreshes
2013-02-03Drop 04-systemd-set-kill-mode-process.patch, refresh other patches.Michael Biebl
2012-03-24Refresh patches.Michael Biebl
2011-05-04Refresh debian/patches/03-systemd.patch.Michael Biebl
2010-12-22Enable systemd supportMichael Biebl
- Install NetworkManager.service unit file in /lib/systemd/system. - Add --with-systemdsystemunitdir=/lib/systemd/system to configure flags. - Add debian/patches/03-systemd.patch containing Debian specific tweaks for the NetworkManager.service unit file.