From 341f0470cfcae91e180e0c7ddf0101ca2c92253c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 08:42:40 +0200 Subject: Update paths for the usr/sbin -> usr/bin move. --- core-services/02-udev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core-services/02-udev.sh') diff --git a/core-services/02-udev.sh b/core-services/02-udev.sh index 56fa703..b08f8ca 100644 --- a/core-services/02-udev.sh +++ b/core-services/02-udev.sh @@ -4,8 +4,8 @@ if [ -x /usr/lib/systemd/systemd-udevd ]; then _udevd=/usr/lib/systemd/systemd-udevd -elif [ -x /usr/sbin/udevd ]; then - _udevd=/usr/sbin/udevd +elif [ -x /sbin/udevd -o -x /bin/udevd ]; then + _udevd=udevd else msg_warn "cannot find udevd!" fi -- cgit 1.4.1