summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-06-28 16:37:25 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-06-28 16:37:25 +0000
commit9856deb11f6cb664f9609bc16506a22bf91f125b (patch)
treef7b4ba411013aad428dcb918e5cd6283766f0444 /net-misc/freenet6/files
parentAdd tspc to the DESCRIPTION so it shows up in searches. Closing bug #94283. (diff)
downloadgentoo-2-9856deb11f6cb664f9609bc16506a22bf91f125b.tar.gz
gentoo-2-9856deb11f6cb664f9609bc16506a22bf91f125b.tar.bz2
gentoo-2-9856deb11f6cb664f9609bc16506a22bf91f125b.zip
Added a patch from Steve Egbert <s.egbert@sbcglobal.net> to fix bug #118942.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'net-misc/freenet6/files')
-rw-r--r--net-misc/freenet6/files/gentoo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/freenet6/files/gentoo.sh b/net-misc/freenet6/files/gentoo.sh
index 3a8b2f2518d1..858b7ccab663 100644
--- a/net-misc/freenet6/files/gentoo.sh
+++ b/net-misc/freenet6/files/gentoo.sh
@@ -68,7 +68,7 @@ ipconfig=/sbin/ip
rtadvd=/usr/sbin/radvd
sysctl=/sbin/sysctl
rtadvdconfigfilename=radvd.conf
-rtadvdconfigfile=/etc/radvd/$rtadvdconfigfilename
+rtadvdconfigfile=/etc/$rtadvdconfigfilename
if [ -z $TSP_HOME_DIR ]; then
echo "TSP_HOME_DIR variable not specified!;"