27 Commits

Author SHA1 Message Date
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
naddy
9f3ebd1b00 link helper library before shared libraries, otherwise clang + binutils
will choke on the duplicate use of the same global symbols (`blocks' etc.)
2017-07-31 19:18:48 +00:00
espie
d624b90b54 unfuck build system 2017-05-26 11:43:43 +00:00
steven
dd1c84f51a update to 3.0.8.2 2016-08-12 21:38:52 +00:00
jca
864edbfb1d Fix bcopy overflow, spotted by -Wbounded
ok steven@ (maintainer)
2015-11-05 12:25:49 +00:00
steven
c641d8dc33 update to 3.0.8.1
ok ajacoutot@
2015-07-19 06:25:45 +00:00
steven
f58e71406e update to 3.0.8
test and ok landry@
2015-01-26 13:12:17 +00:00
naddy
1cab369547 Drop USE_GROFF since groff and mandoc produce identical output. 2015-01-22 17:47:50 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
naddy
fb935bc764 remove (time_t)timeval.tv_sec casts now that tv_sec has type time_t 2013-08-15 14:58:45 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
steven
85977dedce update to 3.0.6.1 2012-07-08 19:20:58 +00:00
jasper
07a378960e missing bump 2012-05-17 07:44:40 +00:00
ajacoutot
86265ce150 Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro.
from Brad
2012-05-17 05:01:35 +00:00
sthen
641c85734b bumps; net/if.h 2011-11-16 00:10:31 +00:00
naddy
53bfad5fe9 Don't add SYSCONFDIR to CFLAGS in the port Makefile, there are
quoting problems and gcc4 ends up warning, gcc3 aborts.  Move the
setting to Makefile.in.  ok steven@
2011-09-10 11:55:26 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
8a39ef78ea Move these to rc_reload=NO. 2010-12-11 12:57:37 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
steven
524b731ecd - use /var/argus instead of /var/log/argus in config file,
problem spotted by aja@, thanks
- don't modify argv[0] when starting argus with absolute path, allows to
drop pexp from the rc script
- respect SYSCONFDIR

all looks ok aja@
2010-11-12 21:03:45 +00:00
steven
9ac9ae98d3 install a default config file
add rc startup script
fix manpage section

ok jasper
2010-11-11 19:33:27 +00:00
steven
0826496e20 spacing 2010-11-11 08:40:27 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
steven
1cbce6be89 update to 3.0.2 2010-04-15 19:15:19 +00:00
steven
7a0def1df3 add _argus user/group and adapt directory ownership/permissions
feedback/ok sthen@
2008-07-04 17:23:39 +00:00
steven
a512336ce2 import argus 3.0.0
Argus is a fixed-model real time flow monitor designed to track and
report on the status and performance of all network transactions seen in
a data network traffic stream. Argus provides a common data format for
reporting flow metrics such as connectivity, capacity, demand, loss,
delay, and jitter on a per transaction basis. The record format that
Argus uses is flexible and extensible, supporting generic flow
identifiers and metrics, as well as application/protocol specific
information.

ok naddy@ sthen@
2008-06-30 05:19:33 +00:00