]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- fix missing udev service renames
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 30 May 2012 11:34:24 +0000 (11:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemd-udev-service.patch -> 1.1
    systemd.spec -> 1.168

systemd-udev-service.patch [new file with mode: 0644]
systemd.spec

diff --git a/systemd-udev-service.patch b/systemd-udev-service.patch
new file mode 100644 (file)
index 0000000..9ebc645
--- /dev/null
@@ -0,0 +1,22 @@
+--- systemd-183/units/systemd-udev-settle.service.in~  2012-05-21 15:14:51.642981269 +0200
++++ systemd-183/units/systemd-udev-settle.service.in   2012-05-30 13:26:59.999569567 +0200
+@@ -21,7 +21,7 @@
+ Documentation=man:udevd(8)
+ DefaultDependencies=no
+ Wants=systemd-udev.service
+-After=udev-trigger.service
++After=systemd-udev-trigger.service
+ Before=basic.target
+ ConditionCapability=CAP_MKNOD
+--- systemd-183/units/plymouth-start.service~  2012-04-12 00:24:39.579670098 +0200
++++ systemd-183/units/plymouth-start.service   2012-05-30 13:28:23.779566612 +0200
+@@ -9,7 +9,7 @@
+ Description=Show Plymouth Boot Screen
+ DefaultDependencies=no
+ Wants=systemd-ask-password-plymouth.path
+-After=systemd-vconsole-setup.service udev-settle.service
++After=systemd-vconsole-setup.service systemd-udev-settle.service
+ Before=systemd-ask-password-plymouth.service
+ # Dracut informs us with this flag file if plymouth is already running
index c0b74de293df35a1683f34a53d4a3ddf07874a48..b68ed61a60109e0e6b16be2fc1dae6bab8e235a1 100644 (file)
@@ -77,6 +77,7 @@ Patch7:               udev-uClibc.patch
 Patch8:                udev-ploop-rules.patch
 Patch9:                udevlibexecdir.patch
 Patch10:       static-udev.patch
+Patch11:       systemd-udev-service.patch
 URL:           http://www.freedesktop.org/wiki/Software/systemd
 BuildRequires: acl-devel
 %{?with_audit:BuildRequires:   audit-libs-devel}
@@ -544,6 +545,7 @@ initrd.
 %endif
 %patch8 -p1
 %patch9 -p1
+%patch11 -p1
 cp -p %{SOURCE2} src/systemd_booted.c
 
 %{__mv} src/udev/keymap/keyboard-force-release.sh{,.in}
This page took 0.042525 seconds and 4 git commands to generate.