From d07675c415c62a2cc214cb864bb68cb1bcffb0da Mon Sep 17 00:00:00 2001 From: Russell O'Connor Date: Tue, 30 Nov 2010 04:09:51 +0000 Subject: [PATCH] Maybe this will fix wicd. svn path=/nixpkgs/trunk/; revision=24933 --- pkgs/tools/networking/wicd/no-var-install.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/wicd/no-var-install.patch b/pkgs/tools/networking/wicd/no-var-install.patch index d2ed8d5953e..9a333332fcf 100644 --- a/pkgs/tools/networking/wicd/no-var-install.patch +++ b/pkgs/tools/networking/wicd/no-var-install.patch @@ -2,10 +2,11 @@ The install tries to create files in /var. This patch removes those steps. --- wicd-1.7.0/setup.py 2010-01-14 23:49:11.000000000 -0500 +++ wicd-1.7.0/setup.py 2010-11-16 22:15:33.855977242 -0500 -@@ -494,10 +494,8 @@ +@@ -493,11 +493,8 @@ + print "Using init file",(wpath.init, wpath.initfile) data = [ (wpath.dbus, ['other/wicd.conf']), - (wpath.log, [empty_file]), +- (wpath.log, [empty_file]), - (wpath.etc, ['other/dhclient.conf.template.default']), (wpath.encryption, [('encryption/templates/' + b) for b in os.listdir('encryption/templates') if not b.startswith('.')]),