diff options
author | 2012-08-07 12:22:50 -0500 | |
---|---|---|
committer | 2012-08-07 12:22:50 -0500 | |
commit | c21655268bd42d668a1d01460133f93deaa1b3a8 (patch) | |
tree | 4d746953b64d1cc2267e2fdf866a5d7456456c41 | |
parent | release udev-init-scripts-14 (diff) | |
download | udev-gentoo-scripts-c21655268bd42d668a1d01460133f93deaa1b3a8.tar.gz udev-gentoo-scripts-c21655268bd42d668a1d01460133f93deaa1b3a8.tar.bz2 udev-gentoo-scripts-c21655268bd42d668a1d01460133f93deaa1b3a8.zip |
move back to /lib/udev
For now the best option for gentoo is going to be not to move
/lib/systemd/systemd-udevd and /lib/udev to /usr.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | init.d/udev | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ PACKAGE = udev-init-scripts VERSION = 14 DISTNAME = $(PACKAGE)-$(VERSION) -LIBUDEV ?= /usr/lib/udev +LIBUDEV ?= /lib/udev RULESDIR ?= $(LIBUDEV)/rules.d SYSCONFDIR ?= /etc CONFD ?= $(SYSCONFDIR)/conf.d diff --git a/init.d/udev b/init.d/udev index 5247b84..24cdb25 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=/usr/lib/systemd/systemd-udevd +command=/lib/systemd/systemd-udevd command_args="--daemon ${udev_opts}" description="udev manages device permissions and symbolic links in /dev" extra_started_commands="reload" |