diff options
Diffstat (limited to 'net')
-rwxr-xr-x | net/6to4/files/6to4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/6to4/files/6to4 b/net/6to4/files/6to4 index 18f5e31c240..05e939a434b 100755 --- a/net/6to4/files/6to4 +++ b/net/6to4/files/6to4 @@ -5,7 +5,7 @@ # (c) Copyright 2000-2002 Hubert Feyrer <hubert@feyrer.de> # -$etcdir="@PREFIX@/etc"; +$etcdir="@PKG_SYSCONFDIR@"; #$etcdir="/usr/pkg/etc"; # debug require "$etcdir/6to4.conf"; |