summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-04-28 08:58:31 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-04-28 08:58:31 +0000
commitca5bb6d0818c5ba70f23c92fdb1dc1f2dbc67e61 (patch)
treebb206a15924436c78b7e3356b6c9ca6bd0bc2084 /net-www/wwwoffle
parentChangeLog fixes (diff)
downloadhistorical-ca5bb6d0818c5ba70f23c92fdb1dc1f2dbc67e61.tar.gz
historical-ca5bb6d0818c5ba70f23c92fdb1dc1f2dbc67e61.tar.bz2
historical-ca5bb6d0818c5ba70f23c92fdb1dc1f2dbc67e61.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/ChangeLog6
-rw-r--r--net-www/wwwoffle/Manifest4
-rw-r--r--net-www/wwwoffle/wwwoffle-2.8b.ebuild9
3 files changed, 11 insertions, 8 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/Manifest b/net-www/wwwoffle/Manifest
index eb763d488557..6bacb7afe532 100644
--- a/net-www/wwwoffle/Manifest
+++ b/net-www/wwwoffle/Manifest
@@ -1,8 +1,8 @@
-MD5 b510097c1a2debb33b3d9daffeccc520 ChangeLog 2474
+MD5 7a84fcd1a6dccc08f5fab0893ed3a40c ChangeLog 2635
MD5 a7edfa1131f70fdd244576324c76beb0 wwwoffle-2.7d.ebuild 1757
MD5 e19bf491a895f34678200a6b745ee487 wwwoffle-2.7g.ebuild 1886
MD5 d03f13928ce178575dd1a46e99ee660e wwwoffle-2.7h.ebuild 1899
-MD5 96676536531e2d2b84c1b99001d9decb wwwoffle-2.8b.ebuild 3390
+MD5 71e6a90a000004841545623f1c15cb81 wwwoffle-2.8b.ebuild 3393
MD5 1d58b504a9415220f2ee8c3b62e27aa9 metadata.xml 500
MD5 bad5d87e3c16f9435729e04b5c2e67f5 files/digest-wwwoffle-2.7d 62
MD5 1eb7e26a722b119b2750376f065f5403 files/digest-wwwoffle-2.7g 62
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"