blob: 534a8899797fa1dacb2f79b7b4aa0aee2f903487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
https://bugs.gentoo.org/310805
patch by Lars Wendler
--- openrc-0.6.1/init.d/network.in
+++ openrc-0.6.1/init.d/network.in
@@ -74,6 +74,7 @@
esac
done
[ $? = 2 ]
+ ;;
*)
local inet= address= rest=
LC_ALL=C ifconfig -a | while read inet address rest; do
|