diff options
| author | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-26 17:51:28 -0800 | 
|---|---|---|
| committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-12-26 17:51:28 -0800 | 
| commit | 537171eac271e050191d03dd6f041fbf8355d782 (patch) | |
| tree | 3af61cd2d4b911a702dccf9378cbf9ad24d4ffd9 /net | |
| parent | 415f48041056a020fa27cbd16bfd0be268bf693c (diff) | |
| download | openrc-537171eac271e050191d03dd6f041fbf8355d782.tar.xz | |
Fix whitespace.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net')
| -rw-r--r-- | net/iproute2.sh | 2 | ||||
| -rw-r--r-- | net/macvlan.sh | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/net/iproute2.sh b/net/iproute2.sh index 21ec820d..693efe01 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 8ac75b88..b8a8ffa2 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"  | 
