diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-23 20:04:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-23 20:04:32 +0000 |
commit | 8f08797490a5a4e0ff4dc79142337c1499490f26 (patch) | |
tree | 21b1cc0273dab7e663658a8beff29a2b65e55605 /sys-apps/openrc/files | |
parent | old (diff) | |
download | gentoo-2-8f08797490a5a4e0ff4dc79142337c1499490f26.tar.gz gentoo-2-8f08797490a5a4e0ff4dc79142337c1499490f26.tar.bz2 gentoo-2-8f08797490a5a4e0ff4dc79142337c1499490f26.zip |
Fix by Lars Wendler for syntax error in network init.d script #310805 by Leonid Podolny.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/openrc/files')
-rw-r--r-- | sys-apps/openrc/files/openrc-0.6.1-network-syntax.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/openrc/files/openrc-0.6.1-network-syntax.patch b/sys-apps/openrc/files/openrc-0.6.1-network-syntax.patch new file mode 100644 index 000000000000..534a8899797f --- /dev/null +++ b/sys-apps/openrc/files/openrc-0.6.1-network-syntax.patch @@ -0,0 +1,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 |