From fcee364e1fc11134ea266b27de50d7c508c25ea9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 24 Jul 2012 10:34:10 +0000 Subject: adapt to latest systemd/udevd --- perl-install/install/NEWS | 1 + perl-install/install/install2.pm | 2 +- perl-install/install/share/list.xml | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 76acc2941..a9c121fc4 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,5 @@ - adapt to latest GDB +- adapt to latest systemd/udevd - nfs install: install nfs-utils instead of nfs-utils-clients (#6570, merged back in nfs-utils) diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 37f2dc7aa..15ccc7604 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -311,7 +311,7 @@ sub start_udev() { mkdir_p("/run/udev/rules.d"); $ENV{UDEVRULESD} = "/run/udev/rules.d"; - run_program::run("/lib/udev/udevd", "--daemon", "--resolve-names=never"); + run_program::run("/usr/lib/systemd/systemd-udevd", "--daemon", "--resolve-names=never"); run_program::run("udevadm", "trigger", "--type=subsystems", "--action=add"); run_program::run("udevadm", "trigger", "--type=devices", "--action=add"); } diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 096b44cd2..4c114b615 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -214,10 +214,10 @@ /etc/pki/tls/certs/ca-bundle.crt - /lib/udev/udevd - /lib/udev/ata_id - /lib/udev/scsi_id - /lib/udev/pcmcia-socket-startup + /usr/lib/systemd/systemd-udevd + /usr/lib/udev/ata_id + /usr/lib/udev/scsi_id + /usr/lib/udev/pcmcia-socket-startup /etc/pcmcia/config.opts -- cgit v1.2.1