Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132590
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +8 lines)
Line  Link Here
0
-- SABnzbd.ini.sample
0
++ SABnzbd.ini.sample
Lines 14-26 Link Here
14
    password = ""
14
    password = ""
15
    
15
    
16
    ## web file dir for (custom) Cheetah templates and the default.css file
16
    ## web file dir for (custom) Cheetah templates and the default.css file
17
    web_dir = ""
17
    web_dir = "/usr/share/SABnzbd-0.2.5/templates/"
18
    
18
    
19
    ## dir to put downloads to, won't be created automatically
19
    ## dir to put downloads to, won't be created automatically
20
    download_dir = ""
20
    download_dir = "/var/lib/SABnzbd/download"
21
    
21
    
22
    ## dir to put completed downloads to, won't be created automatically
22
    ## dir to put completed downloads to, won't be created automatically
23
    complete_dir = ""
23
    complete_dir = "/var/lib/SABnzbd/complete"
24
    
24
    
25
    ## If specified, .nzbs fetched by postid (or added by the dirscanner) will 
25
    ## If specified, .nzbs fetched by postid (or added by the dirscanner) will 
26
    ## be backed up to this readable/writeable dir
26
    ## be backed up to this readable/writeable dir
Lines 28-42 Link Here
28
    
28
    
29
    ## dir to store cache and cookie files, windows users should
29
    ## dir to store cache and cookie files, windows users should
30
    ## leave this at .
30
    ## leave this at .
31
    cache_dir = ""
31
    cache_dir = "/var/lib/SABnzbd/cache"
32
    
32
    
33
    ## location of your log directory, "" to disable logging
33
    ## location of your log directory, "" to disable logging
34
    log_dir = ""
34
    log_dir = "/var/log/SABnzbd"
35
    
35
    
36
    ## dirscan directory
36
    ## dirscan directory
37
    ## SABnzbd will consume everything in that dir
37
    ## SABnzbd will consume everything in that dir
38
    ## while trying to add it to the queue
38
    ## while trying to add it to the queue
39
    dirscan_dir = ""
39
    dirscan_dir = "/var/lib/SABnzbd/dirscan"
40
    
40
    
41
    ## Scheduling options
41
    ## Scheduling options
42
    ## Syntax: minute hour day action
42
    ## Syntax: minute hour day action
Lines 129-135 Link Here
129
    cache_limit = 0
129
    cache_limit = 0
130
    
130
    
131
    ## Umask to use for directories/files
131
    ## Umask to use for directories/files
132
    umask = 755
132
    umask = 775
133
    
133
    
134
[logging]
134
[logging]
135
    ## max size of SABnzbd.log (in bytes)
135
    ## max size of SABnzbd.log (in bytes)

Return to bug 132590