Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2009-12-22 04:58:00 (GMT)
committer Michael Stone <michael@laptop.org>2009-12-22 04:58:13 (GMT)
commit4dfe80bd4cd1b5bb9c6b7daa38ee4bbe02b97605 (patch)
tree0ba45df70e656873a0fad05213c7268d12b5f185
parent11aaa8aee0a9fbc71ad4482844d83a704621cd95 (diff)
Set default spool location in rainbow-gc.
-rwxr-xr-xrainbow/bin/rainbow-gc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rainbow/bin/rainbow-gc b/rainbow/bin/rainbow-gc
index 91869e9..82a5cd7 100755
--- a/rainbow/bin/rainbow-gc
+++ b/rainbow/bin/rainbow-gc
@@ -83,7 +83,7 @@ def main():
help='Verbosity. Repeat for more verbose output.')
parser.add_option('-q', '--quiet', default=False, action='store_true',
help='Quiet. Disable all output.')
- parser.add_option('-s', '--spool', default=None,
+ parser.add_option('-s', '--spool', default="/var/spool/rainbow/2",
help='Location of the rainbow spool.')
opts, _ = parser.parse_args()