aboutsummaryrefslogtreecommitdiff
path: root/net/trafshow3/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/trafshow3/files/patch-ac')
-rw-r--r--net/trafshow3/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trafshow3/files/patch-ac b/net/trafshow3/files/patch-ac
index 63308d0f003f..c15ab541f4d8 100644
--- a/net/trafshow3/files/patch-ac
+++ b/net/trafshow3/files/patch-ac
@@ -5,7 +5,7 @@
(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) strcpy(buf, "%%PREFIX%%/etc/");
(void) strcat(buf, program_name);
if ((fp = fopen(buf, "r")) == NULL) return 0;
}