diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-09-19 22:18:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-09-19 22:18:46 +0000 |
commit | 8a3663c88b8b9b6d445101828cca0e9a18f54c46 (patch) | |
tree | c83faef7e7ae615531c7fb4fe31e2581e6f5bf73 /net | |
parent | 12d462a1a528439553287a956fb39b93f2b00fbb (diff) | |
download | pkgsrc-8a3663c88b8b9b6d445101828cca0e9a18f54c46.tar.gz |
tweak
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"; |