- 04 Sep, 2014 9 commits
-
-
Michael Biebl authored
- Add two new symbols for libudev1. - Remove private symbol from libgudev-1.0-0. This symbol was never part of the public API and not used anywhere so we don't need a soname bump.
-
Michael Biebl authored
Cherry-pick upstream fix to use correct versions for the new symbols that were introduced in libudev.
-
Michael Biebl authored
Rebase remaining Debian patches on top of v215-stable.
-
Michael Biebl authored
-
Michael Biebl authored
Upstream version 215
-
Michael Biebl authored
-
Michael Biebl authored
This reverts commit 61af16b5. We don't want a dependency on new mount for now as this would entangle util-linux and systemd when transitioning to unstable. As systemd seems to work fine with the old mount, we simply add back the changes to the documentation using the comment= syntax. This also re-opens #754411.
-
Michael Biebl authored
The merge commit 87eac63e added the path util-avoid-considering-dpkg-temporary-files-relevant.patch but forgot to actually add it to the series file.
-
Michael Biebl authored
-
- 26 Aug, 2014 3 commits
-
-
Michael Biebl authored
This makes sure any calls are redirected to the native service file when running under systemd.
-
Michael Biebl authored
Found by lintian.
-
Michael Biebl authored
as upstream now creates a per-user tmpfs via logind. See upstream commit 1c231f56.
-
- 24 Aug, 2014 1 commit
-
-
Sjoerd Simons authored
-
- 23 Aug, 2014 1 commit
-
-
Sjoerd Simons authored
Conflicts: debian/changelog debian/control debian/patches/Add-run-initctl-support-to-SysV-compat-tools.patch debian/patches/Add-targets-for-compatibility-with-Debian-insserv-sy.patch debian/patches/Also-redirect-to-update-rc.d-when-not-using-.service.patch debian/patches/Avoid-reload-and-re-start-requests-during-early-boot.patch debian/patches/Avoid-reloading-services-when-shutting-down.patch debian/patches/Check-for-kmod-binary.patch debian/patches/Don-t-mount-tmp-as-tmpfs-by-default.patch debian/patches/Revert-service-drop-support-for-SysV-scripts-for-the.patch debian/patches/Revert-udev-network-device-renaming-immediately-give.patch debian/patches/Start-logind-on-demand-via-libpam-systemd.patch debian/patches/Use-comment-systemd.-syntax-in-systemd.mount-man-pag.patch debian/patches/Use-different-default-paths-for-various-binaries.patch debian/patches/build-sys-don-t-move-libgudev-to-lib.patch debian/patches/change-the-log_info-line-in-systemctl-to-reflect-rea.patch debian/patches/core-You-can-not-put-the-cached-result-of-use_smack-.patch debian/patches/core-snapshot-log-info-when-snapshots-are-created-an.patch debian/patches/core-transaction-avoid-misleading-error-message-when.patch debian/patches/core-transaction-fix-cycle-break-attempts-outside-tr.patch debian/patches/cryptsetup-don-t-add-unit-dependency-on-dev-null-dev.patch debian/patches/ignore-chkconfig-headers-entirely-they-are-often-bro.patch debian/patches/insserv.conf-generator.patch debian/patches/logind-if-a-user-is-sitting-in-front-of-the-computer.patch debian/patches/man-fix-path-in-crypttab-5.patch debian/patches/series debian/patches/systemctl-call-update-rc.d-enable-disable-not-defaul.patch debian/patches/systemctl-don-t-skip-native-units-when-enabling-disa.patch debian/patches/units-conditionalize-static-device-node-logic-on-CAP.patch debian/patches/util-do-not-strip-dev-prefix-twice.patch
-
- 20 Aug, 2014 11 commits
-
-
Michael Biebl authored
-
Michael Biebl authored
Otherwise every log message triggers the start of the syslog service and its dependencies which conflicts with emergency.target. Closes: #755581
-
Michael Biebl authored
Otherwise if rescue mode is selected during boot and the emergency mode is triggered (e.g. via a broken fstab entry), we have two sulogin processes fighting over the tty. Closes: #757072
-
Michael Biebl authored
-
Michael Biebl authored
Closes: #757302
-
Michael Biebl authored
-
Michael Biebl authored
Newer udev versions rely on kmod-static-nodes.service being provided by systemd. Closes: #757777
-
Michael Biebl authored
to make sure we have a kmod version supporting the static-nodes command.
-
Michael Biebl authored
Fix udev SysV init script and d-i start script to not write to /sys/kernel/uevent_helper unconditionally to not fail on a kernel with CONFIG_UEVENT_HELPER unset. Closes: #756312
-
Michael Biebl authored
"kmod static-nodes" will write its output to /dev/stdout by default. That device node is created by udevd as a symlink to /proc/self/fd/1. Since we run make_static_nodes() in the udev SysV init script before udevd is started, this device node is not guaranteed to exist and kmod fails to deal with that properly. As a workaround, use "kmod static-nodes --output=/proc/self/fd/1". Closes: #757830
-
Michael Biebl authored
We no longer build the vio_type udev helper.
-
- 14 Aug, 2014 1 commit
-
-
Martin Pitt authored
LP: #1355331
-
- 13 Aug, 2014 1 commit
-
-
Martin Pitt authored
Thanks Mert Dirik! Closes: #757498
-
- 12 Aug, 2014 1 commit
-
-
Martin Pitt authored
It does not exist any more after commit 1608ddfd.
-
- 10 Aug, 2014 12 commits
-
-
Sjoerd Simons authored
-
Sjoerd Simons authored
-
Jon Severinsson authored
-
Jon Severinsson authored
/dev/initctl is now a symlink to /run/systemd/initctl/fifo, so make /run/initct point directly to that.
-
Jon Severinsson authored
Also drop now-obsolete manpage patch.
-
Jon Severinsson authored
-
Jon Severinsson authored
-
Jon Severinsson authored
-
Jon Severinsson authored
Also drops the systemd-networkd, systemd-resolved and systemd-timesyncd from the set of default services.
-
Jon Severinsson authored
Just like is already done for journald and logind.
-
Jon Severinsson authored
-
Jon Severinsson authored
-