summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-12-26 17:51:28 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2011-12-26 17:51:28 -0800
commit537171eac271e050191d03dd6f041fbf8355d782 (patch)
tree3af61cd2d4b911a702dccf9378cbf9ad24d4ffd9
parent415f48041056a020fa27cbd16bfd0be268bf693c (diff)
downloadopenrc-537171eac271e050191d03dd6f041fbf8355d782.tar.gz
openrc-537171eac271e050191d03dd6f041fbf8355d782.tar.bz2
openrc-537171eac271e050191d03dd6f041fbf8355d782.tar.xz
Fix whitespace.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--net/iproute2.sh2
-rw-r--r--net/macvlan.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/iproute2.sh b/net/iproute2.sh
index 21ec820..693efe0 100644
--- a/net/iproute2.sh
+++ b/net/iproute2.sh
@@ -353,7 +353,7 @@ iproute2_post_stop()
ip -4 route flush table cache dev "${IFACE}"
fi
fi
-
+
# Kernel may not have IPv6 built in
if [ -e /proc/net/ipv6_route ]; then
local rules="$(service_get_value "ip6_rule")"
diff --git a/net/macvlan.sh b/net/macvlan.sh
index 8ac75b8..b8a8ffa 100644
--- a/net/macvlan.sh
+++ b/net/macvlan.sh
@@ -43,7 +43,7 @@ macvlan_pre_start()
[ -z "${macvlan}" ] && return 0
_check_macvlan || return 1
-
+
case " ${MODULES} " in
*" ifconfig "*)
eerror "sys-apps/iproute2 is required to configure MACVLANs"