diff options
Diffstat (limited to 'net')
-rwxr-xr-x | net/6to4/files/6to4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/6to4/files/6to4 b/net/6to4/files/6to4 index 29bd4f31381..8f753bdb1dd 100755 --- a/net/6to4/files/6to4 +++ b/net/6to4/files/6to4 @@ -1,11 +1,11 @@ -#!/usr/pkg/bin/perl +#!@LOCALBASE@/bin/perl # # Setup 6to4 IPv6, for NetBSD (and maybe others) # # (c) Copyright 2000-2002 Hubert Feyrer <hubert@feyrer.de> # -$etcdir="/usr/pkg/etc"; +$etcdir="@PREFIX@/etc"; #$etcdir="/usr/pkg/etc"; # debug require "$etcdir/6to4.conf"; |