summaryrefslogtreecommitdiff
path: root/filesystems/fuse-gmailfs/patches/patch-aa
diff options
context:
space:
mode:
authoragc <agc>2007-05-04 22:55:10 +0000
committeragc <agc>2007-05-04 22:55:10 +0000
commitf9b26cfd6e7294e09fb73406d9605a74c04bbd0e (patch)
tree707de5c05cb19a26292eeb51a64ed305222e1f77 /filesystems/fuse-gmailfs/patches/patch-aa
parent8c2e83bbf6a81528ddf04b9eac3fa7dc6455eefa (diff)
downloadpkgsrc-f9b26cfd6e7294e09fb73406d9605a74c04bbd0e.tar.gz
Initial import of fuse-gmailfs-0.7.2 into the Packages Collection.
GmailFS is a virtual filesystem developed by Richard Jones which allows users to mount and use their Gmail email account's storage as a local disk drive. This works as far as logging in and responding properly to a df command, but python interpreter usage seems far too high. Committed in this state so that others can work on it.
Diffstat (limited to 'filesystems/fuse-gmailfs/patches/patch-aa')
-rw-r--r--filesystems/fuse-gmailfs/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/fuse-gmailfs/patches/patch-aa b/filesystems/fuse-gmailfs/patches/patch-aa
new file mode 100644
index 00000000000..28cd7539346
--- /dev/null
+++ b/filesystems/fuse-gmailfs/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/05/04 22:55:10 agc Exp $
+
+--- gmailfs.py 2007/04/24 11:37:20 1.1
++++ gmailfs.py 2007/04/24 11:37:57
+@@ -1120,7 +1120,7 @@
+ defaultLoggingHandler = logging.StreamHandler(sys.stdout)
+ _addLoggingHandlerHelper(defaultLoggingHandler)
+
+-GmailConfig("/etc/gmailfs.conf")
++GmailConfig("@PKG_SYSCONFDIR@/gmailfs.conf")
+ try:
+ libgmail.ConfigLogs(log)
+ except: