24d089ccfb
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.
13 lines
478 B
Text
13 lines
478 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2007/05/04 22:55:10 agc Exp $
|
|
|
|
--- mount.gmailfs 2007/04/24 11:38:56 1.1
|
|
+++ mount.gmailfs 2007/04/24 11:40:07
|
|
@@ -15,7 +15,7 @@
|
|
|
|
import sys, os, os.path, time, optparse, getpass, re, tempfile, signal
|
|
|
|
-DEFAULT_GMAILFS_LOCATION = '/usr/share/gmailfs/gmailfs.py'
|
|
+DEFAULT_GMAILFS_LOCATION = '@PYSITELIB@/gmailfs.py'
|
|
# delay (in seconds) after which we consider gmailfs could not mount, and
|
|
# we abort.
|
|
GMAILFS_MOUNTING_MAX_DELAY = 12
|