From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1Sl7O4-00061c-TF for garchives@archives.gentoo.org; Sat, 30 Jun 2012 23:47:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8497E06C5; Sat, 30 Jun 2012 23:47:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A4A2FE06C5 for ; Sat, 30 Jun 2012 23:47:14 +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 123A71B4014 for ; Sat, 30 Jun 2012 23:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CBC6AE543A for ; Sat, 30 Jun 2012 23:47:12 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1341098918.bb56587f26ae0fa084271ff685ac5b7296c23553.WilliamH@gentoo> Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/ X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: init.d/udev X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: bb56587f26ae0fa084271ff685ac5b7296c23553 X-VCS-Branch: master Date: Sat, 30 Jun 2012 23:47:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ba3c3fd4-1633-4e6a-91fb-d9d258bf48f2 X-Archives-Hash: adc119ee81e5a9a2f9a0507968d4c22c commit: bb56587f26ae0fa084271ff685ac5b7296c23553 Author: William Hubbs gentoo org> AuthorDate: Sat Jun 30 23:21:53 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Jun 30 23:28:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/udev-gentoo-s= cripts.git;a=3Dcommit;h=3Dbb56587f fix path to daemon In udev-185 and newer, the daemon has been moved to /usr/lib/systemd/systemd-udevd. --- init.d/udev | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/udev b/init.d/udev index 7316f3c..265523a 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 =20 -command=3D/lib/udev/udevd +command=3D/usr/lib/systemd/systemd-udevd command_args=3D"--daemon ${udev_opts}" description=3D"udev manages device permissions and symbolic links in /de= v" =20