summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-11-19 10:10:01 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-11-19 10:10:01 +0000
commiteed76bc58a3738faef380089b730ec8794beba1d (patch)
tree7e0b302fd583aae2bf64c49b536f5cdb4cd97cb4 /www-proxy
parentAdded new snapshot. (diff)
downloadhistorical-eed76bc58a3738faef380089b730ec8794beba1d.tar.gz
historical-eed76bc58a3738faef380089b730ec8794beba1d.tar.bz2
historical-eed76bc58a3738faef380089b730ec8794beba1d.zip
Modified online init.d script to fetch in background - bug #71674
Diffstat (limited to 'www-proxy')
-rw-r--r--www-proxy/wwwoffle/ChangeLog7
-rw-r--r--www-proxy/wwwoffle/Manifest12
-rw-r--r--www-proxy/wwwoffle/files/wwwoffle-2.8c-init-online4
3 files changed, 14 insertions, 9 deletions
diff --git a/www-proxy/wwwoffle/ChangeLog b/www-proxy/wwwoffle/ChangeLog
index 5d04f85efb5a..5effd6a9be1a 100644
--- a/www-proxy/wwwoffle/ChangeLog
+++ b/www-proxy/wwwoffle/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-proxy/wwwoffle
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-proxy/wwwoffle/ChangeLog,v 1.5 2004/09/19 14:30:40 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-proxy/wwwoffle/ChangeLog,v 1.6 2004/11/19 10:10:01 dragonheart Exp $
+
+ 19 Nov 2004; Daniel Black <dragonheart@gentoo.org>
+ files/wwwoffle-2.8c-init-online:
+ Modified online init.d script to fetch in background. Thanks to BlaisorBlade
+ <blaisorblade_spam@yahoo.it> in bug #71674
19 Sep 2004; Daniel Black <dragonheart@gentoo.org> wwwoffle-2.8c.ebuild:
Ownership of /var/spool/wwwoffle changed to wwwoffle:wwwoffle. Thanks to Alan
diff --git a/www-proxy/wwwoffle/Manifest b/www-proxy/wwwoffle/Manifest
index 7281a9bcc6f1..99d4ca3c1279 100644
--- a/www-proxy/wwwoffle/Manifest
+++ b/www-proxy/wwwoffle/Manifest
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 7581ddf3727fa91da4d8c64ed7ec5648 ChangeLog 5244
+MD5 bbb4d71b71573896305e44b9942ef946 ChangeLog 5457
MD5 1d58b504a9415220f2ee8c3b62e27aa9 metadata.xml 500
MD5 07fd41412527be803f47bc33f655d04a wwwoffle-2.7h.ebuild 1851
MD5 f22ae7381da1e4ad894c3cfd1f0d6cb9 wwwoffle-2.8b.ebuild 4534
@@ -14,11 +14,11 @@ MD5 a426ce505020deefa18627d26d04eed0 files/wwwoffled-online-2.8b 524
MD5 4fbc4cbe0a91616eb571e970c95d79d6 files/wwwoffle-2.8c-init 543
MD5 15326883b6b630a44a6ff486b78f0724 files/wwwoffle-2.8c-config-online 437
MD5 09bad363445f5ae84603fcb283b17003 files/digest-wwwoffle-2.8c 62
-MD5 95922b656833d595e7434d73b5c336bf files/wwwoffle-2.8c-init-online 681
+MD5 b5c93a728ed7e90f79c05cfcfa1082a3 files/wwwoffle-2.8c-init-online 695
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
+Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBTZgXmdTrptrqvGERAkHMAJ9WkaeTDqAU+dS0/2H+P5fLLkJILwCcDzUo
-2MzWBs9NXYhA0hPzfYCJu+M=
-=z68k
+iD8DBQFBncaAmdTrptrqvGERAmP/AJ40E7a3MJ6oaUBunQd35PeGZZ08wwCeM8sR
+TN82Ly4YuaZIwUoArJr5JJ4=
+=VhhE
-----END PGP SIGNATURE-----
diff --git a/www-proxy/wwwoffle/files/wwwoffle-2.8c-init-online b/www-proxy/wwwoffle/files/wwwoffle-2.8c-init-online
index 725c3842f782..2eaa6eba3749 100644
--- a/www-proxy/wwwoffle/files/wwwoffle-2.8c-init-online
+++ b/www-proxy/wwwoffle/files/wwwoffle-2.8c-init-online
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-proxy/wwwoffle/files/wwwoffle-2.8c-init-online,v 1.1 2004/09/19 07:18:43 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-proxy/wwwoffle/files/wwwoffle-2.8c-init-online,v 1.2 2004/11/19 10:10:01 dragonheart Exp $
depend() {
need wwwoffled dns
@@ -18,7 +18,7 @@ depend() {
start() {
ebegin "Starting wwwoffled-online"
wwwoffle -online -c /etc/wwwoffle/wwwoffle.conf
- wwwoffle -fetch -c /etc/wwwoffle/wwwoffle.conf
+ wwwoffle -fetch -c /etc/wwwoffle/wwwoffle.conf & > /dev/null
eend $?
}