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 5368F13800E for ; Wed, 8 Aug 2012 18:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8335A21C0C8; Wed, 8 Aug 2012 18:37:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 43AB321C0C8 for ; Wed, 8 Aug 2012 18:37:41 +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 8C28B1B4025 for ; Wed, 8 Aug 2012 18:37:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4362CE5439 for ; Wed, 8 Aug 2012 18:37:39 +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: <1344450948.240bc47caf46485cfe40b2196e208870114accee.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: 240bc47caf46485cfe40b2196e208870114accee X-VCS-Branch: master Date: Wed, 8 Aug 2012 18:37:39 +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: 4daa3906-9f75-4a26-b774-fee18332f88d X-Archives-Hash: 0e1bda5dd5d6d31ff0cab7441aacc779 commit: 240bc47caf46485cfe40b2196e208870114accee Author: William Hubbs gentoo org> AuthorDate: Wed Aug 8 18:35:48 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Aug 8 18:35:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=240bc47c 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. --- Makefile | 2 +- init.d/udev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b76a11c..0be0390 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PACKAGE = udev-init-scripts VERSION = 15 DISTNAME = $(PACKAGE)-$(VERSION) -LIBUDEV ?= /lib/udev +LIBUDEV ?= /usr/lib/udev RULESDIR ?= $(LIBUDEV)/rules.d SYSCONFDIR ?= /etc CONFD ?= $(SYSCONFDIR)/conf.d 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"