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
commit93fc2e7dc37ec0c2bd97f64a04afdd12e6a9f305 (patch)
tree5dc8dd2a0fa9963c0fd9965ecaa697962a8bcf95 /www-proxy/wwwoffle
parentAdded new snapshot. (Manifest recommit) (diff)
downloadgentoo-2-93fc2e7dc37ec0c2bd97f64a04afdd12e6a9f305.tar.gz
gentoo-2-93fc2e7dc37ec0c2bd97f64a04afdd12e6a9f305.tar.bz2
gentoo-2-93fc2e7dc37ec0c2bd97f64a04afdd12e6a9f305.zip
Modified online init.d script to fetch in background - bug #71674
Diffstat (limited to 'www-proxy/wwwoffle')
-rw-r--r--www-proxy/wwwoffle/ChangeLog7
-rw-r--r--www-proxy/wwwoffle/files/wwwoffle-2.8c-init-online4
2 files changed, 8 insertions, 3 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/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 $?
}