Author: aum
Date: 2006-06-04 08:26:31 +0000 (Sun, 04 Jun 2006)
New Revision: 9044
Modified:
trunk/apps/pyFreenet/code.leo
trunk/apps/pyFreenet/fcpget
trunk/apps/pyFreenet/fcpget.py
trunk/apps/pyFreenet/fcpput
trunk/apps/pyFreenet/fcpput.py
Log:
more persistence fixes
Modified: trunk/apps/pyFreenet/code.leo
===================================================================
--- trunk/apps/pyFreenet/code.leo 2006-06-04 08:25:54 UTC (rev 9043)
+++ trunk/apps/pyFreenet/code.leo 2006-06-04 08:26:31 UTC (rev 9044)
@@ -300,7 +300,7 @@
<v t="aum.20060521131205"><vh>globals</vh></v>
<v t="aum.20060521131205.1"><vh>usage</vh></v>
<v t="aum.20060521131205.2"><vh>help</vh></v>
-<v t="aum.20060521111727.2"><vh>main</vh></v>
+<v t="aum.20060521111727.2" a="V"><vh>main</vh></v>
<v t="aum.20060521111727.3"><vh>mainline</vh></v>
</v>
</v>
@@ -322,7 +322,7 @@
<v t="aum.20060521134737.2"><vh>globals</vh></v>
<v t="aum.20060521134737.3"><vh>usage</vh></v>
<v t="aum.20060521134737.4"><vh>help</vh></v>
-<v t="aum.20060521134737.5" a="V"><vh>main</vh></v>
+<v t="aum.20060521134737.5"><vh>main</vh></v>
<v t="aum.20060521134737.6"><vh>mainline</vh></v>
</v>
</v>
@@ -8838,7 +8838,7 @@
if o in ("-p", "--persistence"):
if a not in ("connection", "reboot", "forever"):
usage("Persistence must be one of 'connection', 'reboot',
'forever'")
- opts['Persistence'] = a
+ opts['persistence'] = a
if o in ("-g", "--global"):
opts['Global'] = "true"
@@ -9109,7 +9109,7 @@
if o in ("-p", "--persistence"):
if a not in ("connection", "reboot", "forever"):
usage("Persistence must be one of 'connection', 'reboot',
'forever'")
- opts['Persistence'] = a
+ opts['persistence'] = a
if o in ("-g", "--global"):
opts['Global'] = "true"
Modified: trunk/apps/pyFreenet/fcpget
===================================================================
--- trunk/apps/pyFreenet/fcpget 2006-06-04 08:25:54 UTC (rev 9043)
+++ trunk/apps/pyFreenet/fcpget 2006-06-04 08:26:31 UTC (rev 9044)
@@ -111,7 +111,7 @@
if o in ("-p", "--persistence"):
if a not in ("connection", "reboot", "forever"):
usage("Persistence must be one of 'connection', 'reboot',
'forever'")
- opts['Persistence'] = a
+ opts['persistence'] = a
if o in ("-g", "--global"):
opts['Global'] = "true"
Modified: trunk/apps/pyFreenet/fcpget.py
===================================================================
--- trunk/apps/pyFreenet/fcpget.py 2006-06-04 08:25:54 UTC (rev 9043)
+++ trunk/apps/pyFreenet/fcpget.py 2006-06-04 08:26:31 UTC (rev 9044)
@@ -111,7 +111,7 @@
if o in ("-p", "--persistence"):
if a not in ("connection", "reboot", "forever"):
usage("Persistence must be one of 'connection', 'reboot',
'forever'")
- opts['Persistence'] = a
+ opts['persistence'] = a
if o in ("-g", "--global"):
opts['Global'] = "true"
Modified: trunk/apps/pyFreenet/fcpput
===================================================================
--- trunk/apps/pyFreenet/fcpput 2006-06-04 08:25:54 UTC (rev 9043)
+++ trunk/apps/pyFreenet/fcpput 2006-06-04 08:26:31 UTC (rev 9044)
@@ -118,7 +118,7 @@
if o in ("-p", "--persistence"):
if a not in ("connection", "reboot", "forever"):
usage("Persistence must be one of 'connection', 'reboot',
'forever'")
- opts['Persistence'] = a
+ opts['persistence'] = a
if o in ("-g", "--global"):
opts['Global'] = "true"
Modified: trunk/apps/pyFreenet/fcpput.py
===================================================================
--- trunk/apps/pyFreenet/fcpput.py 2006-06-04 08:25:54 UTC (rev 9043)
+++ trunk/apps/pyFreenet/fcpput.py 2006-06-04 08:26:31 UTC (rev 9044)
@@ -118,7 +118,7 @@
if o in ("-p", "--persistence"):
if a not in ("connection", "reboot", "forever"):
usage("Persistence must be one of 'connection', 'reboot',
'forever'")
- opts['Persistence'] = a
+ opts['persistence'] = a
if o in ("-g", "--global"):
opts['Global'] = "true"