diff options
Diffstat (limited to 'net/trafshow/files/patch-ac')
-rw-r--r-- | net/trafshow/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/trafshow/files/patch-ac b/net/trafshow/files/patch-ac index 63308d0f003f..c15ab541f4d8 100644 --- a/net/trafshow/files/patch-ac +++ b/net/trafshow/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; } |