Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
spins:invis:15:common
ntop
ntop-disable_ethernet_fingerprint_database_down...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ntop-disable_ethernet_fingerprint_database_download.patch of Package ntop
Index: Makefile.am =================================================================== --- Makefile.am.orig +++ Makefile.am @@ -64,7 +64,7 @@ ETTER_PASSIVE = $(ETTER_PASSIVE_FILE).gz ETTER_PASSIVE_DOWNLOAD_FROM = "http://ettercap.cvs.sourceforge.net/ettercap/ettercap_ng/share" ETTER_PASSIVE_DOWNLOAD_PARMS = "rev=HEAD" -NTOPDATA = ntop-cert.pem \ +NTOPDATA = \ $(ETTER_PASSIVE) \ oui.txt.gz \ specialMAC.txt.gz \ @@ -396,48 +396,6 @@ dnvt: #dnsapt: # @(cd Internet; wget -c http://www.iana.org/assignments/novell-sap-numbers) -# download the passive ethernet fingerprint database -dnetter: - @echo "" - @echo "" - @echo "Preparing " - @echo "" - - @if test -f $(ETTER_PASSIVE).old; then \ - echo "...Deleting prior file, $(ETTER_PASSIVE).old..."; \ - rm -rf $(ETTER_PASSIVE).old; \ - fi; - @if test -f $(ETTER_PASSIVE); then \ - echo "...Moving current $(ETTER_PASSIVE) to $(ETTER_PASSIVE).old"; \ - mv $(ETTER_PASSIVE) $(ETTER_PASSIVE).old; \ - fi; - @for file in $(ETTER_PASSIVE) $(ETTER_PASSIVE).gz \ - $(ETTER_PASSIVE_FILE) $(ETTER_PASSIVE_FILE).gz; do \ - if test -f $$file; then \ - echo "...Deleting prior file, $$file..."; \ - rm -rf $$file; \ - fi; \ - done - @echo "" - @echo "...Downloading new file..." - @wget -O $(ETTER_PASSIVE_FILE) \ - $(ETTER_PASSIVE_DOWNLOAD_FROM)/$(ETTER_PASSIVE_FILE)?$(ETTER_PASSIVE_DOWNLOAD_PARMS) - @echo "" - @echo "gziping downloaded file..." - @gzip $(ETTER_PASSIVE_FILE) - @echo "" - @echo "" - @if test -f $(ETTER_PASSIVE).old; then \ - echo -n "Old file lines were: "; \ - gunzip -c $(ETTER_PASSIVE).old | wc -l; \ - fi; - @echo -n "New file lines are: " - @gunzip -c $(ETTER_PASSIVE) | wc -l - @echo "" - @echo "" - @echo "New file is:" - @ls -l $(ETTER_PASSIVE) - # ntop census census-fail: @echo "This option is no longer available... thanks for trying" Index: autogen.sh =================================================================== --- autogen.sh.orig +++ autogen.sh @@ -202,16 +202,6 @@ AUTOCONF=`find_command 'autoconf*'` GNU_OR_DIE=0 } -WGET=`find_command 'wget*'` -($WGET --version) < /dev/null > /dev/null 2>&1 || -{ - echo - echo "You must have wget installed to compile $progname." - echo "Download the appropriate package for your distribution, or get the" - echo "source tarball from ftp://ftp.gnu.org/pub/gnu/wget" - GNU_OR_DIE=0 -} - if test "$GNU_OR_DIE" -eq 0; then exit 1 fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor