summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-08-08 13:35:48 -0500
committerWilliam Hubbs <williamh@gentoo.org>2012-08-08 13:35:48 -0500
commit240bc47caf46485cfe40b2196e208870114accee (patch)
treec7872d8e70b5a5fae2d253a1c2346534ce883021 /init.d
parentrelease udev-init-scripts-15 (diff)
downloadudev-gentoo-scripts-240bc47caf46485cfe40b2196e208870114accee.tar.gz
udev-gentoo-scripts-240bc47caf46485cfe40b2196e208870114accee.tar.bz2
udev-gentoo-scripts-240bc47caf46485cfe40b2196e208870114accee.zip
Revert "move back to /lib/udev"
This reverts commit c21655268bd42d668a1d01460133f93deaa1b3a8. Packages in gentoo are being updated to install things in /usr/lib/udev where they belong.
Diffstat (limited to 'init.d')
-rw-r--r--init.d/udev2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/udev b/init.d/udev
index 24cdb25..5247b84 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -2,7 +2,7 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-command=/lib/systemd/systemd-udevd
+command=/usr/lib/systemd/systemd-udevd
command_args="--daemon ${udev_opts}"
description="udev manages device permissions and symbolic links in /dev"
extra_started_commands="reload"