[systemd-devel] [PATCH] build-sys: Do not distribute generated udev service files

2014-02-26 Thread Armin K
They are already in nodist_systemunit_DATA and if they are
shipped, they contain hardcoded paths to udevadm and
systemd-udevd which will cause them to fail to start when
rootprefix != prefix and rootlibdir != libdir.
---
 Makefile.am | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dd067f6..e51bca0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -502,9 +502,6 @@ EXTRA_DIST += \
units/systemd-f...@.service.in \
units/systemd-fsck-root.service.in \
units/u...@.service.in \
-   units/systemd-udevd.service \
-   units/systemd-udev-trigger.service \
-   units/systemd-udev-settle.service \
units/debug-shell.service.in \
units/systemd-hibernate.service.in \
units/systemd-hybrid-sleep.service.in \
-- 
1.9.0

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] build-sys: Do not distribute generated udev service files

2014-02-26 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Feb 26, 2014 at 03:02:55PM +0100, Armin K wrote:
 They are already in nodist_systemunit_DATA and if they are
 shipped, they contain hardcoded paths to udevadm and
 systemd-udevd which will cause them to fail to start when
 rootprefix != prefix and rootlibdir != libdir.
Applied.

Zbyszek
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel