Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/
Date: Sat, 30 Jun 2012 23:47:37
Message-Id: 1341098918.bb56587f26ae0fa084271ff685ac5b7296c23553.WilliamH@gentoo
1 commit: bb56587f26ae0fa084271ff685ac5b7296c23553
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 23:21:53 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 23:28:38 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=bb56587f
7
8 fix path to daemon
9
10 In udev-185 and newer, the daemon has been moved to
11 /usr/lib/systemd/systemd-udevd.
12
13 ---
14 init.d/udev | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17 diff --git a/init.d/udev b/init.d/udev
18 index 7316f3c..265523a 100644
19 --- a/init.d/udev
20 +++ b/init.d/udev
21 @@ -2,7 +2,7 @@
22 # Copyright 1999-2010 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -command=/lib/udev/udevd
26 +command=/usr/lib/systemd/systemd-udevd
27 command_args="--daemon ${udev_opts}"
28 description="udev manages device permissions and symbolic links in /dev"