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: Sun, 08 Jan 2012 20:15:15
Message-Id: 298a952db5a4726185d857699591da09ff589b64.WilliamH@gentoo
1 commit: 298a952db5a4726185d857699591da09ff589b64
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 8 20:08:53 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 8 20:08:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=298a952d
7
8 Fix location of udevd
9
10 With >= udev 176, udevd is now in /lib/udev, so update the startup
11 script accordingly.
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 6f3174b..b7a80c7 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=/sbin/udevd
26 +command=/lib/udev/udevd
27 command_args="--daemon ${udev_opts}"
28 description="udev manages device permissions and symbolic links in /dev"