aboutsummaryrefslogtreecommitdiff
path: root/net/trafshow4/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/trafshow4/files')
-rw-r--r--net/trafshow4/files/patch-ac11
-rw-r--r--net/trafshow4/files/patch-af11
2 files changed, 22 insertions, 0 deletions
diff --git a/net/trafshow4/files/patch-ac b/net/trafshow4/files/patch-ac
new file mode 100644
index 000000000000..63308d0f003f
--- /dev/null
+++ b/net/trafshow4/files/patch-ac
@@ -0,0 +1,11 @@
+--- color.c.orig Mon Jan 24 10:59:01 2000
++++ color.c Mon Jan 24 10:57:36 2000
+@@ -336,7 +336,7 @@
+ error(1, "init_color_mask: getpwuid");
+ (void) sprintf(buf, "%s/.%s", pw->pw_dir, program_name);
+ if ((fp = fopen(buf, "r")) == NULL) {
+- (void) strcpy(buf, "/etc/");
++ (void) strcpy(buf, "/usr/local/etc/");
+ (void) strcat(buf, program_name);
+ if ((fp = fopen(buf, "r")) == NULL) return 0;
+ }
diff --git a/net/trafshow4/files/patch-af b/net/trafshow4/files/patch-af
new file mode 100644
index 000000000000..b0c731e14f00
--- /dev/null
+++ b/net/trafshow4/files/patch-af
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Aug 24 00:54:16 1998
++++ Makefile.in Mon Jan 24 11:00:31 2000
+@@ -29,7 +29,7 @@
+ PROG = trafshow
+ CC = @CC@
+ CCOPT = @V_CCOPT@
+-INCLS = -I. @V_INCLS@
++INCLS = -I. -I/usr/local/include @V_INCLS@
+ DEFS = @DEFS@
+
+ CFLAGS = $(CCOPT) $(DEFS) $(INCLS)