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: Thu, 01 Sep 2011 19:50:05
Message-Id: 7880e78fa77abf3086cdf593603e369728b1a997.WilliamH@gentoo
1 commit: 7880e78fa77abf3086cdf593603e369728b1a997
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 19:26:40 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 19:26:40 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=7880e78f
7
8 The udev service should not read udev.conf
9
10 ---
11 init.d/udev | 2 --
12 1 files changed, 0 insertions(+), 2 deletions(-)
13
14 diff --git a/init.d/udev b/init.d/udev
15 index a8ae4a6..43db051 100644
16 --- a/init.d/udev
17 +++ b/init.d/udev
18 @@ -4,8 +4,6 @@
19
20 description="Run udevd and create the device-nodes"
21
22 -[ -e /etc/udev/udev.conf ] && . /etc/udev/udev.conf
23 -
24 persistent_cd_disable="${persistent_cd_disable:-no}"
25 persistent_net_disable="${persistent_net_disable:-no}"
26 rc_coldplug=${rc_coldplug:-${RC_COLDPLUG:-YES}}