summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Andreetta <satya@gentoo.org>2004-06-11 08:43:55 +0000
committerChristian Andreetta <satya@gentoo.org>2004-06-11 08:43:55 +0000
commitee2f08baee83fe9a5226d6492b8f0f2491d8c8c8 (patch)
tree35a4fa9bb1f67466de60b8f4c8287b6efe3d9da3 /net-www/ntlmaps/files/ntlmaps-0.9.8.patch
parentMove current -r6 to -r7 to make room for security update to -r5. (Manifest re... (diff)
downloadgentoo-2-ee2f08baee83fe9a5226d6492b8f0f2491d8c8c8.tar.gz
gentoo-2-ee2f08baee83fe9a5226d6492b8f0f2491d8c8c8.tar.bz2
gentoo-2-ee2f08baee83fe9a5226d6492b8f0f2491d8c8c8.zip
new package
Diffstat (limited to 'net-www/ntlmaps/files/ntlmaps-0.9.8.patch')
-rw-r--r--net-www/ntlmaps/files/ntlmaps-0.9.8.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-www/ntlmaps/files/ntlmaps-0.9.8.patch b/net-www/ntlmaps/files/ntlmaps-0.9.8.patch
new file mode 100644
index 000000000000..d61d81f4f33c
--- /dev/null
+++ b/net-www/ntlmaps/files/ntlmaps-0.9.8.patch
@@ -0,0 +1,12 @@
+diff -Naur /usr/ntlmaps/main.py /tmp/ntlmaps/main.py
+--- main.py 2004-04-29 10:11:01.000000000 +0200
++++ /tmp/ntlmaps/main.py 2004-04-30 12:49:23.000000000 +0200
+@@ -21,7 +21,7 @@
+
+ import socket, thread, sys, getpass, string
+
+-sys.path.append('lib')
++sys.path.append(sys.path[0]+'/lib')
+
+ import server, logger
+ import config, ntlm_procs, config_affairs