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, 22 Dec 2011 15:48:05
Message-Id: 0e27668560b3c139a3b6ea16ce5818378c0952a8.WilliamH@gentoo
1 commit: 0e27668560b3c139a3b6ea16ce5818378c0952a8
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 15:43:04 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 15:43:04 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/udev-gentoo-scripts.git;a=commit;h=0e276685
7
8 Fix typo
9
10 I would like to thank Jeroen Roovers <jer <AT> gentoo.org>
11 for finding this.
12
13 Reported-by: mads <mads <AT> ab3.no>
14 X-Gentoo-Bug: 395519
15 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=395519
16
17 ---
18 init.d/udev | 2 +-
19 1 files changed, 1 insertions(+), 1 deletions(-)
20
21 diff --git a/init.d/udev b/init.d/udev
22 index 2fc28fc..07ce9d1 100644
23 --- a/init.d/udev
24 +++ b/init.d/udev
25 @@ -116,7 +116,7 @@ start_pre()
26 if is_service_enabled network; then
27 # disable network hotplugging
28 local f="$(get_rundir)/rules.d/90-network.rules"
29 - echo "# This file disables network hotplug events calling" >> "${F}"
30 + echo "# This file disables network hotplug events calling" >> "${f}"
31 echo "# old-style openrc net scripts" >> "${f}"
32 echo "# as we use /etc/init.d/network to set up our network" >> "${f}"
33 fi