diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-28 16:37:25 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-28 16:37:25 +0000 |
commit | 9856deb11f6cb664f9609bc16506a22bf91f125b (patch) | |
tree | f7b4ba411013aad428dcb918e5cd6283766f0444 /net-misc | |
parent | Add tspc to the DESCRIPTION so it shows up in searches. Closing bug #94283. (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/freenet6/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/freenet6/files/gentoo.sh | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-misc/freenet6/ChangeLog b/net-misc/freenet6/ChangeLog index c3a2ca151b66..ae6a590e5357 100644 --- a/net-misc/freenet6/ChangeLog +++ b/net-misc/freenet6/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/freenet6 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/freenet6/ChangeLog,v 1.11 2006/06/28 16:32:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/freenet6/ChangeLog,v 1.12 2006/06/28 16:37:25 wolf31o2 Exp $ + + 28 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> files/gentoo.sh: + Added a patch from Steve Egbert <s.egbert@sbcglobal.net> to fix bug #118942. 28 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> freenet6-1.0.0.ebuild: Add tspc to the DESCRIPTION so it shows up in searches. Closing bug #94283. 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!;" |