diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-08 23:47:19 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-08 23:47:19 +0000 |
commit | af2166c0e497d89c15c52063e1cc45eaf143e8d9 (patch) | |
tree | 1f075df0a3857eee56db3752c621cc5ef81cfd9e /net-analyzer/argus/files | |
parent | Added "remove" action to remove simlinks (diff) | |
download | gentoo-2-af2166c0e497d89c15c52063e1cc45eaf143e8d9.tar.gz gentoo-2-af2166c0e497d89c15c52063e1cc45eaf143e8d9.tar.bz2 gentoo-2-af2166c0e497d89c15c52063e1cc45eaf143e8d9.zip |
2.0.6 version bump.
(Portage version: 2.0.53)
Diffstat (limited to 'net-analyzer/argus/files')
-rw-r--r-- | net-analyzer/argus/files/argus-2.0.6-libpcap-include.patch | 12 | ||||
-rw-r--r-- | net-analyzer/argus/files/argus.initd | 20 | ||||
-rw-r--r-- | net-analyzer/argus/files/digest-argus-2.0.6 | 1 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net-analyzer/argus/files/argus-2.0.6-libpcap-include.patch b/net-analyzer/argus/files/argus-2.0.6-libpcap-include.patch new file mode 100644 index 000000000000..d372e62fb25c --- /dev/null +++ b/net-analyzer/argus/files/argus-2.0.6-libpcap-include.patch @@ -0,0 +1,12 @@ +diff --exclude='*~' -Naur argus-2.0.6.orig/common/gencode.c argus-2.0.6/common/gencode.c +--- argus-2.0.6.orig/common/gencode.c 2006-01-08 21:03:16.000000000 -0200 ++++ argus-2.0.6/common/gencode.c 2006-01-08 21:03:35.000000000 -0200 +@@ -59,7 +59,7 @@ + #include <stdlib.h> + #include <syslog.h> + +-#include <net/bpf.h> ++#include <pcap.h> + + #include <argus_out.h> + #include <argus_filter.h> diff --git a/net-analyzer/argus/files/argus.initd b/net-analyzer/argus/files/argus.initd new file mode 100644 index 000000000000..c0c931919aa2 --- /dev/null +++ b/net-analyzer/argus/files/argus.initd @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/files/argus.initd,v 1.1 2006/01/08 23:47:19 vanquirius Exp $ + +depend() { + need net +} + +start() { + ebegin "Starting argus" + start-stop-daemon --start --quiet --exec /usr/sbin/argus -- -d + eend $? +} + +stop() { + ebegin "Stopping argus" + start-stop-daemon --stop --quiet --exec /usr/sbin/argus + eend $? +} diff --git a/net-analyzer/argus/files/digest-argus-2.0.6 b/net-analyzer/argus/files/digest-argus-2.0.6 new file mode 100644 index 000000000000..0ecb79d5c293 --- /dev/null +++ b/net-analyzer/argus/files/digest-argus-2.0.6 @@ -0,0 +1 @@ +MD5 ecc1b6880f32fab5adc93fce5186dc8e argus-2.0.6.tar.gz 349299 |