about summary refs log tree commit diff
path: root/core-services/02-udev.sh
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-06-02 08:42:40 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-06-02 08:42:40 +0200
commit341f0470cfcae91e180e0c7ddf0101ca2c92253c (patch)
tree83c4ad79b879336f53a354244d905d8f0452f7bc /core-services/02-udev.sh
parent4bb1c55f3390bbcb0e11b4ab44299ae06d89b888 (diff)
downloadrunit-void-341f0470cfcae91e180e0c7ddf0101ca2c92253c.tar.gz
runit-void-341f0470cfcae91e180e0c7ddf0101ca2c92253c.tar.xz
runit-void-341f0470cfcae91e180e0c7ddf0101ca2c92253c.zip
Update paths for the usr/sbin -> usr/bin move.
Diffstat (limited to 'core-services/02-udev.sh')
-rw-r--r--core-services/02-udev.sh4
1 files changed, 2 insertions, 2 deletions
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