]> git.pld-linux.org Git - packages/ntop.git/blob - ieee-oui.patch
- don't wget passive OS fingerprint database at install time
[packages/ntop.git] / ieee-oui.patch
1 --- ntop-3.3.10/Makefile.am~    2010-04-07 01:05:52.000000000 +0300
2 +++ ntop-3.3.10/Makefile.am     2010-04-07 09:18:06.085523903 +0300
3 @@ -77,9 +77,12 @@
4         GeoIPASNum.dat \
5         GeoLiteCity.dat
6  
7 +OUI_FILES = \
8 +       oui.txt.gz
9 +
10  NTOPDATA = ntop-cert.pem \
11             $(ETTER_PASSIVE) \
12 -           oui.txt.gz \
13 +           $(OUI_FILES) \
14             specialMAC.txt.gz \
15                    $(GEOIP_FILES)
16  
This page took 0.108382 seconds and 3 git commands to generate.