958190344e
Added sys-apps/openrc-0.6.1-r2 (bumping to latest revision level and added Sabayon branding and keymap protection). Also, cleaned out older openrc revisions.
15 lines
274 B
Diff
15 lines
274 B
Diff
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
|