From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 65D8B13800E for ; Tue, 7 Aug 2012 17:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E8BE08A4; Tue, 7 Aug 2012 17:29:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 26B82E08A4 for ; Tue, 7 Aug 2012 17:29:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C8751B4023 for ; Tue, 7 Aug 2012 17:29:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 49382E5439 for ; Tue, 7 Aug 2012 17:29:52 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1344360170.c21655268bd42d668a1d01460133f93deaa1b3a8.WilliamH@gentoo> Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/, / X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: Makefile init.d/udev X-VCS-Directories: init.d/ / X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c21655268bd42d668a1d01460133f93deaa1b3a8 X-VCS-Branch: master Date: Tue, 7 Aug 2012 17:29:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 870c8295-0fbe-4bc6-b077-395dda8e08ee X-Archives-Hash: b64136c81c1ce583b329da6ebb88d3eb commit: c21655268bd42d668a1d01460133f93deaa1b3a8 Author: William Hubbs gentoo org> AuthorDate: Tue Aug 7 17:22:50 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Aug 7 17:22:50 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=c2165526 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. --- Makefile | 2 +- init.d/udev | 2 +- 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"