/[BackupPC]/trunk/bin/BackupPC_updatedb
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/BackupPC_updatedb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 113 by dpavlin, Wed Aug 31 20:58:39 2005 UTC revision 114 by dpavlin, Sun Sep 11 11:48:16 2005 UTC
# Line 42  my $beenThere = {}; Line 42  my $beenThere = {};
42  my $dsn = $Conf{SearchDSN} || die "Need SearchDSN in config.pl\n";  my $dsn = $Conf{SearchDSN} || die "Need SearchDSN in config.pl\n";
43  my $user = $Conf{SearchUser} || '';  my $user = $Conf{SearchUser} || '';
44  my $index_path = $Conf{HyperEstraierIndex};  my $index_path = $Conf{HyperEstraierIndex};
 $index_path = $TopDir . '/' . $index_path;  
 $index_path =~ s#//#/#g;  
45  if ($index_path) {  if ($index_path) {
46            $index_path = $TopDir . '/' . $index_path;
47            $index_path =~ s#//#/#g;
48          use HyperEstraier;          use HyperEstraier;
49  }  }
50    

Legend:
Removed from v.113  
changed lines
  Added in v.114

  ViewVC Help
Powered by ViewVC 1.1.26