summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/argus/files/argus-2.0.5-gentoo.diff')
-rw-r--r--net-analyzer/argus/files/argus-2.0.5-gentoo.diff11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index d6047261acc3..000000000000
--- a/net-analyzer/argus/files/argus-2.0.5-gentoo.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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