summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2012-02-27 21:04:11 +0000
committerThomas Kahle <tomka@gentoo.org>2012-02-27 21:04:11 +0000
commitb1ff0616073d442e77141e8471b6161219a446a5 (patch)
treedca7fb6625ef2e6f2702caa1672d3e84e10cf0a2 /net-misc/wicd/files
parentFix thinko in USE=static-libs handling #406079 by Andrew John Hughes. (diff)
downloadgentoo-2-b1ff0616073d442e77141e8471b6161219a446a5.tar.gz
gentoo-2-b1ff0616073d442e77141e8471b6161219a446a5.tar.bz2
gentoo-2-b1ff0616073d442e77141e8471b6161219a446a5.zip
init script provides net per bug 405775
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd/files')
-rw-r--r--net-misc/wicd/files/wicd-1.7.1-provide-net.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/wicd/files/wicd-1.7.1-provide-net.patch b/net-misc/wicd/files/wicd-1.7.1-provide-net.patch
new file mode 100644
index 000000000000..f325bcbaa89d
--- /dev/null
+++ b/net-misc/wicd/files/wicd-1.7.1-provide-net.patch
@@ -0,0 +1,11 @@
+diff -U 3 -dHrN wicd-1.7.1.orig/in/init=gentoo=wicd.in wicd-1.7.1/in/init=gentoo=wicd.in
+--- wicd-1.7.1.orig/in/init=gentoo=wicd.in 2012-02-27 21:49:36.422873826 +0100
++++ wicd-1.7.1/in/init=gentoo=wicd.in 2012-02-27 21:50:26.957127714 +0100
+@@ -10,6 +10,7 @@
+ depend() {
+ need dbus
+ after hald
++ provide net
+ }
+
+ start() {