Skip to content

Commit

Permalink
Remove upload scripts
Browse files Browse the repository at this point in the history
- Remove deprecated cron upload scripts and Perl dependency
  • Loading branch information
jelu committed Jan 13, 2022
1 parent 74b942d commit e779a87
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 500 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in \
$(srcdir)/src/config.h.in~ \
$(srcdir)/configure

SUBDIRS = src cron
SUBDIRS = src

dist_doc_DATA = README.md CHANGES LICENSE UPGRADE.md

Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,17 @@ dependency on the GeoIP library (for the `asn` and `country` indexer).

To install the dependencies under Debian/Ubuntu:
```
apt-get install -y libpcap-dev libproc-pid-file-perl
apt-get install -y libpcap-dev
```

To install the dependencies under CentOS (with EPEL enabled):
```
yum install -y libpcap-devel perl-Proc-PID-File
yum install -y libpcap-devel
```

To install the dependencies under FreeBSD 10+ using `pkg`:
```
pkg install -y libpcap p5-Proc-PID-File
```

To install the dependencies under OpenBSD 5+ using `pkg_add`:
```
pkg_add p5-Proc-PID-File
pkg install -y libpcap
```

NOTE: It is recommended to install the PCAP library from source/ports on
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,5 @@ AC_CONFIG_FILES([
Makefile
src/Makefile
src/test/Makefile
cron/Makefile
])
AC_OUTPUT
7 changes: 0 additions & 7 deletions cron/Makefile.am

This file was deleted.

92 changes: 0 additions & 92 deletions cron/upload-prep.pl

This file was deleted.

92 changes: 0 additions & 92 deletions cron/upload-prep.sh

This file was deleted.

82 changes: 0 additions & 82 deletions cron/upload-rsync.sh

This file was deleted.

Loading

0 comments on commit e779a87

Please sign in to comment.