diff options
Diffstat (limited to 'net-misc/wicd/files')
-rw-r--r-- | net-misc/wicd/files/wicd-1.7.1-provide-net.patch | 11 |
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() { |