From: Yoann G. <jj...@us...> - 2004-09-29 16:32:22
|
Update of /cvsroot/ngetsuite/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5501 Modified Files: sampleconfig Log Message: added config option for the temporary subdir for nget Index: sampleconfig =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/sampleconfig,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** sampleconfig 27 Sep 2004 14:59:40 -0000 1.11 --- sampleconfig 29 Sep 2004 16:32:08 -0000 1.12 *************** *** 23,31 **** # # where nget stores its cache ! cachedir = '/home/nget/.nget4' # where to download unless otherwise specified basedir = '/home/nget/testdl' # ngetsuite will create subdirectories here tempdir = '/tmp' --- 23,34 ---- # # where nget stores its cache ! cachedir = '/home/nget/.nget5' # where to download unless otherwise specified basedir = '/home/nget/testdl' # ngetsuite will create subdirectories here tempdir = '/tmp' + # nget will put temporary files in this subdir for each queue + # false to disable + queue_tempsubdir = 'temp' |