summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-03-24 17:03:21 +0000
committerMichał Górny <mgorny@gentoo.org>2013-03-24 17:03:21 +0000
commitcf9c8de52e78988b413f4e84869688bc9974dac2 (patch)
tree29ebbf96e34d556fe316defff3048ee2d905d200 /sys-apps/systemd/files
parentVersion bump (diff)
downloadgentoo-2-cf9c8de52e78988b413f4e84869688bc9974dac2.tar.gz
gentoo-2-cf9c8de52e78988b413f4e84869688bc9974dac2.tar.bz2
gentoo-2-cf9c8de52e78988b413f4e84869688bc9974dac2.zip
Install udev along with systemd again. Using a separate provider has proven to be unmaintainable.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'sys-apps/systemd/files')
-rw-r--r--sys-apps/systemd/files/199-0001-Disable-udev-targets.patch123
1 files changed, 0 insertions, 123 deletions
diff --git a/sys-apps/systemd/files/199-0001-Disable-udev-targets.patch b/sys-apps/systemd/files/199-0001-Disable-udev-targets.patch
deleted file mode 100644
index c115d350fa9a..000000000000
--- a/sys-apps/systemd/files/199-0001-Disable-udev-targets.patch
+++ /dev/null
@@ -1,123 +0,0 @@
-From bb0c337005e9410769b22a78c39d3dc66e1f673c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Fri, 8 Feb 2013 18:16:52 +0100
-Subject: [PATCH] Disable udev targets.
-
----
- Makefile-man.am | 6 +-----
- Makefile.am | 30 +++++++++++++++++++++---------
- 2 files changed, 22 insertions(+), 14 deletions(-)
-
-diff --git a/Makefile-man.am b/Makefile-man.am
-index 6e63135..3d881f5 100644
---- a/Makefile-man.am
-+++ b/Makefile-man.am
-@@ -70,7 +70,6 @@ MANPAGES += \
- man/systemd-system.conf.5 \
- man/systemd-tmpfiles.8 \
- man/systemd-tty-ask-password-agent.1 \
-- man/systemd-udevd.service.8 \
- man/systemd-update-utmp-runlevel.service.8 \
- man/systemd.1 \
- man/systemd.automount.5 \
-@@ -91,9 +90,7 @@ MANPAGES += \
- man/systemd.timer.5 \
- man/systemd.unit.5 \
- man/telinit.8 \
-- man/tmpfiles.d.5 \
-- man/udev.7 \
-- man/udevadm.8
-+ man/tmpfiles.d.5
- MANPAGES_ALIAS += \
- man/SD_ALERT.3 \
- man/SD_CRIT.3 \
-@@ -185,7 +182,6 @@ MANPAGES_ALIAS += \
- man/systemd-tmpfiles-setup.service.8 \
- man/systemd-udevd-control.socket.8 \
- man/systemd-udevd-kernel.socket.8 \
-- man/systemd-udevd.8 \
- man/systemd-update-utmp-shutdown.service.8 \
- man/systemd-update-utmp.8 \
- man/systemd-user.conf.5
-diff --git a/Makefile.am b/Makefile.am
-index a4576e5..48b95a8 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -322,8 +322,7 @@ systemd_analyze_LDADD = \
-
- dist_bashcompletion_DATA = \
- shell-completion/bash/journalctl \
-- shell-completion/bash/systemctl \
-- shell-completion/bash/udevadm
-+ shell-completion/bash/systemctl
-
- dist_tmpfiles_DATA = \
- tmpfiles.d/systemd.conf \
-@@ -390,8 +389,6 @@ dist_systemunit_DATA = \
- units/quotaon.service \
- units/systemd-ask-password-wall.path \
- units/systemd-ask-password-console.path \
-- units/systemd-udevd-control.socket \
-- units/systemd-udevd-kernel.socket \
- units/system-update.target \
- units/initrd-switch-root.target
-
-@@ -422,13 +419,9 @@ nodist_systemunit_DATA = \
- units/systemd-kexec.service \
- units/systemd-fsck@.service \
- units/systemd-fsck-root.service \
-- units/systemd-udevd.service \
-- units/systemd-udev-trigger.service \
-- units/systemd-udev-settle.service \
- units/debug-shell.service \
- units/initrd-parse-etc.service \
- units/initrd-cleanup.service \
-- units/initrd-udevadm-cleanup-db.service \
- units/initrd-switch-root.service
-
- dist_userunit_DATA = \
-@@ -1651,6 +1644,22 @@ EXTRA_DIST += \
- src/libsystemd-daemon/libsystemd-daemon.pc.in \
- src/libsystemd-daemon/libsystemd-daemon.sym
-
-+# needed parts of udev
-+
-+dist_udevrules_DATA += \
-+ rules/99-systemd.rules
-+
-+SOCKETS_TARGET_WANTS += \
-+ systemd-udevd-control.socket \
-+ systemd-udevd-kernel.socket
-+SYSINIT_TARGET_WANTS += \
-+ systemd-udevd.service \
-+ systemd-udev-trigger.service
-+
-+# we won't set this in systemd ebuild, so it is an easy way
-+# of stripping the whole udev.
-+if ENABLE_GUDEV
-+
- # ------------------------------------------------------------------------------
- libsystemd_bus_la_SOURCES = \
- src/libsystemd-bus/sd-bus.c \
-@@ -1737,7 +1746,7 @@ include_HEADERS += \
- src/libudev/libudev.h
-
- lib_LTLIBRARIES += \
-- -ludev
-+ libudev.la
-
- libudev_la_SOURCES =\
- src/libudev/libudev-private.h \
-@@ -2409,6 +2418,9 @@ udevlibexec_PROGRAMS += \
- mtd_probe
-
- # ------------------------------------------------------------------------------
-+
-+endif
-+
- libsystemd_id128_la_SOURCES = \
- src/libsystemd-id128/sd-id128.c
-
---
-1.8.1.5
-