Show
Ignore:
Timestamp:
10/30/06 20:05:21 (2 years ago)
Author:
common
Message:

nepenthes

  • Makefile.am, create new dirs for postgres spooling and honeytrap pcap files
  • module-honeytrap
    • moved some vars to config
  • submit-postgres
    • use te created dir
  • Config.hpp
    • fix header
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/Makefile.am

    r527 r691  
    4949        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache 
    5050        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache/nepenthes 
    51         $(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache/nepenthes/geolocation 
     51        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache/nepenthes/pcap 
    5252        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/cache/nepenthes/signatures 
    5353 
     
    5757        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/spool/nepenthes 
    5858        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/spool/nepenthes/gotek 
     59        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/spool/nepenthes/submitpostgres 
    5960        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log 
     61        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log/pcap 
    6062        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/binaries 
    6163        $(mkinstalldirs) $(DESTDIR)$(localstatedir)/hexdumps