diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-04-28 08:58:31 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-04-28 08:58:31 +0000 |
commit | 3d3e2fa6333d99dbf19f0016b3425bc23eae7343 (patch) | |
tree | 4ef0ea474eb3a413934144e3d53af78539ec342b /net-www/wwwoffle | |
parent | ChangeLog fixes (Manifest recommit) (diff) | |
download | gentoo-2-3d3e2fa6333d99dbf19f0016b3425bc23eae7343.tar.gz gentoo-2-3d3e2fa6333d99dbf19f0016b3425bc23eae7343.tar.bz2 gentoo-2-3d3e2fa6333d99dbf19f0016b3425bc23eae7343.zip |
Some fixes thanks to tove <bugs@veller.net> in bug #35275. Still some more to go
Diffstat (limited to 'net-www/wwwoffle')
-rw-r--r-- | net-www/wwwoffle/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/wwwoffle/wwwoffle-2.8b.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-www/wwwoffle/ChangeLog b/net-www/wwwoffle/ChangeLog index 7152cee4e9a4..7a7cb1463538 100644 --- a/net-www/wwwoffle/ChangeLog +++ b/net-www/wwwoffle/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/wwwoffle # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/ChangeLog,v 1.15 2004/04/25 00:44:10 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/ChangeLog,v 1.16 2004/04/28 08:58:31 dragonheart Exp $ + + 28 Apr 2004; Daniel Black <dragonheart@gentoo.org> wwwoffle-2.8b.ebuild: + Some fixes thanks to tove <bugs@veller.net> in bug #35275. Still some more to + go *wwwoffle-2.8b (25 Apr 2004) diff --git a/net-www/wwwoffle/wwwoffle-2.8b.ebuild b/net-www/wwwoffle/wwwoffle-2.8b.ebuild index b8fbf2343540..d80d31882055 100644 --- a/net-www/wwwoffle/wwwoffle-2.8b.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.8b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.8b.ebuild,v 1.1 2004/04/25 00:44:10 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.8b.ebuild,v 1.2 2004/04/28 08:58:31 dragonheart Exp $ inherit eutils @@ -83,8 +83,7 @@ src_install() { # for those upgrading... [ -f ${ROOT}/etc/wwwoffle.conf ] && \ sed -e 's/\(run-[gu]id\)[ \t]*=[ \t]*[a-zA-Z0-9]*[ \t]*$/\1 = wwwoffle/g' \ - ${ROOT}/etc/wwwoffle.conf \ - ${D}/etc/wwwoffle/wwwoffle.conf + ${ROOT}/etc/wwwoffle.conf > ${D}/etc/wwwoffle/wwwoffle.conf } pkg_preinst() { @@ -104,8 +103,8 @@ pkg_preinst() { pkg_postinst() { # fix permissions for those upgrading chown -R wwwoffle:wwwoffle \ - ${D}/var/spool/wwwoffle/{http,outgoing,monitor,lasttime,prevtime1,lastout,local} \ - ${D}/var/spool/wwwoffle/search/{mnogosearch/db,htdig/tmp,htdig/db-lasttime,htdig/db,namazu/db} + ${ROOT}/var/spool/wwwoffle/{http,outgoing,monitor,lasttime,prevtime1,lastout,local} \ + ${ROOT}/var/spool/wwwoffle/search/{mnogosearch/db,htdig/tmp,htdig/db-lasttime,htdig/db,namazu/db} [ -f ${T}/stopped ] && \ ewarn "wwwoffled was stopped. /etc/init.d/wwwoffled start to restart AFTER etc-update" |