Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: net/
Date: Tue, 27 Dec 2011 01:51:43
Message-Id: 537171eac271e050191d03dd6f041fbf8355d782.robbat2@gentoo
1 commit: 537171eac271e050191d03dd6f041fbf8355d782
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 27 01:51:28 2011 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 27 01:51:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=537171ea
7
8 Fix whitespace.
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 ---
13 net/iproute2.sh | 2 +-
14 net/macvlan.sh | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net/iproute2.sh b/net/iproute2.sh
18 index 21ec820..693efe0 100644
19 --- a/net/iproute2.sh
20 +++ b/net/iproute2.sh
21 @@ -353,7 +353,7 @@ iproute2_post_stop()
22 ip -4 route flush table cache dev "${IFACE}"
23 fi
24 fi
25 -
26 +
27 # Kernel may not have IPv6 built in
28 if [ -e /proc/net/ipv6_route ]; then
29 local rules="$(service_get_value "ip6_rule")"
30
31 diff --git a/net/macvlan.sh b/net/macvlan.sh
32 index 8ac75b8..b8a8ffa 100644
33 --- a/net/macvlan.sh
34 +++ b/net/macvlan.sh
35 @@ -43,7 +43,7 @@ macvlan_pre_start()
36 [ -z "${macvlan}" ] && return 0
37
38 _check_macvlan || return 1
39 -
40 +
41 case " ${MODULES} " in
42 *" ifconfig "*)
43 eerror "sys-apps/iproute2 is required to configure MACVLANs"