diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-12-17 20:00:22 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-12-17 20:00:22 +0000 |
commit | a154d93aef3e73b640525e5e968e7f7161d12db4 (patch) | |
tree | c57433fa06ef54a0218b381a7cd543deb08733bc /net-analyzer/argus/files | |
parent | outdated, use emu10k1 (diff) | |
download | gentoo-2-a154d93aef3e73b640525e5e968e7f7161d12db4.tar.gz gentoo-2-a154d93aef3e73b640525e5e968e7f7161d12db4.tar.bz2 gentoo-2-a154d93aef3e73b640525e5e968e7f7161d12db4.zip |
Initial imports
Diffstat (limited to 'net-analyzer/argus/files')
-rw-r--r-- | net-analyzer/argus/files/argus-2.0.5-gentoo.diff | 11 | ||||
-rw-r--r-- | net-analyzer/argus/files/digest-argus-2.0.5 | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/net-analyzer/argus/files/argus-2.0.5-gentoo.diff b/net-analyzer/argus/files/argus-2.0.5-gentoo.diff new file mode 100644 index 000000000000..d6047261acc3 --- /dev/null +++ b/net-analyzer/argus/files/argus-2.0.5-gentoo.diff @@ -0,0 +1,11 @@ +--- server/argus.c ++++ server/argus.c.new +@@ -243,7 +243,7 @@ + } + + if (!doconf) { +- snprintf (path, MAXPATHNAMELEN - 1, "/etc/argus.conf"); ++ snprintf (path, MAXPATHNAMELEN - 1, "/etc/argus/argus.conf"); + if (stat (path, &statbuf) == 0) { + ArgusParseResourceFile (path); + } else diff --git a/net-analyzer/argus/files/digest-argus-2.0.5 b/net-analyzer/argus/files/digest-argus-2.0.5 new file mode 100644 index 000000000000..ba3b1854ab39 --- /dev/null +++ b/net-analyzer/argus/files/digest-argus-2.0.5 @@ -0,0 +1 @@ +MD5 76ae6e86a59af2e7f61e746ad2df3e54 argus-2.0.5.tar.gz 495234 |