Files
sablink-distro/sys-apps/openrc/files/openrc-0.6.1-network-syntax.patch
T
Mitch Harder 958190344e [sys-apps/openrc] Added sys-apps/openrc-0.6.1-r2 and clean-up.
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.
2010-04-27 13:12:44 -05:00

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