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:43
Message-Id: 1341099147.1dedf28fb80d4a206001fbb96714bc6f6d8b7ee4.WilliamH@gentoo
1 commit: 1dedf28fb80d4a206001fbb96714bc6f6d8b7ee4
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 23:32:27 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 23:32:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=1dedf28f
7
8 do not create /run/udev
9
10 We do not need to create this directory since udev handles it.
11
12 ---
13 init.d/udev | 4 ----
14 1 files changed, 0 insertions(+), 4 deletions(-)
15
16 diff --git a/init.d/udev b/init.d/udev
17 index 2adee63..ff53537 100644
18 --- a/init.d/udev
19 +++ b/init.d/udev
20 @@ -92,10 +92,6 @@ is_service_enabled()
21
22 start_pre()
23 {
24 - if [ -d /run ]; then
25 - checkpath -d -m 0755 -o root:root -q /run/udev
26 - fi
27 -
28 if is_service_enabled network; then
29 # disable network hotplugging
30 local f="$(get_rundir)/rules.d/90-network.rules"