]> git.pld-linux.org Git - packages/femfind.git/blob - FemFind-config.patch
- change default config values (crazy...)
[packages/femfind.git] / FemFind-config.patch
1 --- ./femfind.conf.org  Fri May 31 23:03:00 2002
2 +++ ./femfind.conf      Fri May 31 23:04:08 2002
3 @@ -23,7 +23,7 @@
4  smb_password           
5         
6  # If you do not want logs, put /dev/null in here
7 -logfile_path           /home/femfind
8 +logfile_path           /var/log
9  
10  # The path where your samba binaries are (find it out with 'which smbclient')
11  # Both smbclient and nmblookup have to be installed and properly set up
12 @@ -34,15 +34,15 @@
13  #
14  # This file is generated/can be edited with crawler.pl --modify, which places it
15  # in the same directory 
16 -db_modfile_path                /home/femfind
17 +db_modfile_path                /var/lib/femfind
18  
19  # The path to the file with all ftp servers that have to be crawled (ftp_list)
20  # (Default: your/http/cgi-bin/femfind, make sure the httpd can write to
21  # this file!)
22 -ftpfile                        /usr/local/httpd/cgi-bin/femfind
23 +ftpfile                        /home/httpd/cgi-bin/femfind
24  
25  # the path where the lockfile will be located
26 -lockfile_path          /home/femfind
27 +lockfile_path          /var/lib/femfind
28  
29  # ATTENTION - The db_* configuration has changed.
30  #                        db_name has been split up into three parts
This page took 0.05065 seconds and 3 git commands to generate.