diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-05-07 19:27:31 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-05-07 19:27:31 +0000 |
commit | 7aba7f8b0edfa281d1dfa5b973f6d1db8d7038c5 (patch) | |
tree | 30a626632822e3977d57d5f09a26d94df39bf8aa /net-misc/wicd/files | |
parent | Bug #366289: some of the docs are removed in newer versions, update dodoc line. (diff) | |
download | gentoo-2-7aba7f8b0edfa281d1dfa5b973f6d1db8d7038c5.tar.gz gentoo-2-7aba7f8b0edfa281d1dfa5b973f6d1db8d7038c5.tar.bz2 gentoo-2-7aba7f8b0edfa281d1dfa5b973f6d1db8d7038c5.zip |
Fix install with Python3 as the main interpreter (Bug 365635, thx for patch by arfrever), fix init script to use sve-start (Bug 365767)
(Portage version: 2.1.9.46/cvs/Linux i686)
Diffstat (limited to 'net-misc/wicd/files')
-rw-r--r-- | net-misc/wicd/files/wicd-init-sve-start.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/wicd/files/wicd-init-sve-start.patch b/net-misc/wicd/files/wicd-init-sve-start.patch new file mode 100644 index 000000000000..c6314920d74a --- /dev/null +++ b/net-misc/wicd/files/wicd-init-sve-start.patch @@ -0,0 +1,10 @@ +diff -U 3 -dHrN wicd-1.7.1b2.old/in/init=gentoo=wicd.in wicd-1.7.1b2/in/init=gentoo=wicd.in +--- wicd-1.7.1b2.old/in/init=gentoo=wicd.in 2011-05-07 20:52:13.000000000 +0200 ++++ wicd-1.7.1b2/in/init=gentoo=wicd.in 2011-05-07 20:52:43.000000000 +0200 +@@ -35,5 +35,5 @@ + + restart() { + force_kill +- start ++ sve_start + } |