petrovich-1.0.0-gentoo.diff 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. diff -r -C2 petrovich.orig/petrovich.pl petrovich/petrovich.pl
  2. *** petrovich.orig/petrovich.pl Mon Jul 16 12:34:55 2001
  3. --- petrovich/petrovich.pl Sun Aug 5 22:22:54 2001
  4. ***************
  5. *** 278,285 ****
  6. # undef $db_hash_verifier; # for now cuz it's not working
  7. ! $config_file = "petrovich.conf" unless defined($config_file);
  8. $hash_type = "md5" unless defined($hash_type);
  9. @stuff = ("filename", "mode","uid","gid","size","mtime","ctime","$hash_type");
  10. ! $db_file = "petrovich.db" unless defined($db_file);
  11. # if running under windows lowercase everything
  12. --- 278,285 ----
  13. # undef $db_hash_verifier; # for now cuz it's not working
  14. ! $config_file = "/etc/petrovich.conf" unless defined($config_file);
  15. $hash_type = "md5" unless defined($hash_type);
  16. @stuff = ("filename", "mode","uid","gid","size","mtime","ctime","$hash_type");
  17. ! $db_file = "/var/db/petrovich/petrovich.db" unless defined($db_file);
  18. # if running under windows lowercase everything
  19. ***************
  20. *** 324,326 ****
  21. }
  22. ! }
  23. \ No newline at end of file
  24. --- 324,326 ----
  25. }
  26. ! }