summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-08-07 12:22:50 -0500
committerWilliam Hubbs <williamh@gentoo.org>2012-08-07 12:22:50 -0500
commitc21655268bd42d668a1d01460133f93deaa1b3a8 (patch)
tree4d746953b64d1cc2267e2fdf866a5d7456456c41
parentrelease udev-init-scripts-14 (diff)
downloadudev-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--Makefile2
-rw-r--r--init.d/udev2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3c531c9..4922ac7 100644
--- a/Makefile
+++ b/Makefile
@@ -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"