about summary refs log tree commit diff
path: root/pkgs/tools/networking/wicd
diff options
context:
space:
mode:
authorRussell O'Connor <roconnor@theorem.ca>2010-11-30 04:09:51 +0000
committerRussell O'Connor <roconnor@theorem.ca>2010-11-30 04:09:51 +0000
commitd07675c415c62a2cc214cb864bb68cb1bcffb0da (patch)
treed3e5538f1143c142ca8ce2cbf9776fdab47b2cd2 /pkgs/tools/networking/wicd
parentf5e7bc623f8c03fb7f13e98c4b79442bee1fd05c (diff)
downloadnixlib-d07675c415c62a2cc214cb864bb68cb1bcffb0da.tar
nixlib-d07675c415c62a2cc214cb864bb68cb1bcffb0da.tar.gz
nixlib-d07675c415c62a2cc214cb864bb68cb1bcffb0da.tar.bz2
nixlib-d07675c415c62a2cc214cb864bb68cb1bcffb0da.tar.lz
nixlib-d07675c415c62a2cc214cb864bb68cb1bcffb0da.tar.xz
nixlib-d07675c415c62a2cc214cb864bb68cb1bcffb0da.tar.zst
nixlib-d07675c415c62a2cc214cb864bb68cb1bcffb0da.zip
Maybe this will fix wicd.
svn path=/nixpkgs/trunk/; revision=24933
Diffstat (limited to 'pkgs/tools/networking/wicd')
-rw-r--r--pkgs/tools/networking/wicd/no-var-install.patch5
1 files 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 d2ed8d5953ef..9a333332fcf2 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('.')]),