From f071e6828893d01a19e1a946a92e15d38c9c8c5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Fri, 31 May 2002 21:14:39 +0000 Subject: [PATCH] - change default config values (crazy...) Changed files: FemFind-config.patch -> 1.1 --- FemFind-config.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 FemFind-config.patch diff --git a/FemFind-config.patch b/FemFind-config.patch new file mode 100644 index 0000000..7c38f9a --- /dev/null +++ b/FemFind-config.patch @@ -0,0 +1,30 @@ +--- ./femfind.conf.org Fri May 31 23:03:00 2002 ++++ ./femfind.conf Fri May 31 23:04:08 2002 +@@ -23,7 +23,7 @@ + smb_password + + # If you do not want logs, put /dev/null in here +-logfile_path /home/femfind ++logfile_path /var/log + + # The path where your samba binaries are (find it out with 'which smbclient') + # Both smbclient and nmblookup have to be installed and properly set up +@@ -34,15 +34,15 @@ + # + # This file is generated/can be edited with crawler.pl --modify, which places it + # in the same directory +-db_modfile_path /home/femfind ++db_modfile_path /var/lib/femfind + + # The path to the file with all ftp servers that have to be crawled (ftp_list) + # (Default: your/http/cgi-bin/femfind, make sure the httpd can write to + # this file!) +-ftpfile /usr/local/httpd/cgi-bin/femfind ++ftpfile /home/httpd/cgi-bin/femfind + + # the path where the lockfile will be located +-lockfile_path /home/femfind ++lockfile_path /var/lib/femfind + + # ATTENTION - The db_* configuration has changed. + # db_name has been split up into three parts -- 2.43.0