pkgsrc/filesystems/fuse-gmailfs/patches/patch-aa
agc 24d089ccfb 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.
2007-05-04 22:55:10 +00:00

13 lines
390 B
Text

$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: