diff options
author | 2011-03-28 14:02:03 +0000 | |
---|---|---|
committer | 2011-03-28 14:02:03 +0000 | |
commit | 4d0194e5b8343a9c8ecfa3c05de433bd2862af44 (patch) | |
tree | 04fd73a080bb88f2fcb2d327ffbf11a4b4cb83ee /net-misc/wicd/files | |
parent | Fixed broken pdnsd-online init script (result of bug #349335) (diff) | |
download | gentoo-2-4d0194e5b8343a9c8ecfa3c05de433bd2862af44.tar.gz gentoo-2-4d0194e5b8343a9c8ecfa3c05de433bd2862af44.tar.bz2 gentoo-2-4d0194e5b8343a9c8ecfa3c05de433bd2862af44.zip |
Wicd revision bump. Fix bug 335393.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd/files')
-rw-r--r-- | net-misc/wicd/files/wicd-1.7.1_beta2-init.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/wicd/files/wicd-1.7.1_beta2-init.patch b/net-misc/wicd/files/wicd-1.7.1_beta2-init.patch new file mode 100644 index 000000000000..6a736f9e2cdd --- /dev/null +++ b/net-misc/wicd/files/wicd-1.7.1_beta2-init.patch @@ -0,0 +1,11 @@ +--- in/init=gentoo=wicd.in 2010-10-29 11:36:55.000000000 -0400 ++++ in/init=gentoo=wicd.in.new 2011-03-28 09:40:27.245339002 -0400 +@@ -15,7 +15,7 @@ + start() { + ebegin "Starting wicd daemon" + # fix Gentoo bug 296197 +- sed -i 's/^\[\]$//' /etc/wicd/wired-settings.conf ++ [ -f /etc/wicd/wired-settings.conf ] && sed -i 's/^\[\]$//' /etc/wicd/wired-settings.conf + "${WICD_DAEMON}" >/dev/null 2>&1 + eend $? + } |