Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 4c0bd1397a62cc84ac9783aac9f1aa76 > files > 14

echelog-0.6.2-2mdk.i586.rpm

<?
  
 $binstoredir = "/var/lib/log/echelog";

 $binsnapshot_config_file = "/etc/echelog/common.conf";
 $binsnapshot_executable = "/usr/bin/binsnapshot";
  
 $bingrep_config_file = "/etc/echelog/common.conf";
 $bingrep_executable = "/usr/bin/bingrep";

 $bininfo_config_file = "/etc/echelog/common.conf"; 
 $bininfo_executable = "/usr/bin/bininfo";
 
 $binselect_config_file = "/etc/echelog/common.conf"; 
 $binselect_executable = "/usr/bin/binselect";

 $tmpfiles_dir = "tmp";
 $base_path = "XLOCALDIR";
 $base_url = "XWEBDIR";
 
?>