summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWout Mertens <wmertens@gentoo.org>2003-08-03 15:09:45 +0000
committerWout Mertens <wmertens@gentoo.org>2003-08-03 15:09:45 +0000
commit53f7adfee78b89e722c69af8ffc0e05058e8a398 (patch)
tree5870261e4659d1318d52396df8d9142805584bc1 /net-www/wwwoffle
parentAdded sparc to keywords to fix big #25043. (diff)
downloadgentoo-2-53f7adfee78b89e722c69af8ffc0e05058e8a398.tar.gz
gentoo-2-53f7adfee78b89e722c69af8ffc0e05058e8a398.tar.bz2
gentoo-2-53f7adfee78b89e722c69af8ffc0e05058e8a398.zip
bugs #16065 and #20513
Diffstat (limited to 'net-www/wwwoffle')
-rw-r--r--net-www/wwwoffle/files/wwwoffled4
-rw-r--r--net-www/wwwoffle/files/wwwoffled-online3
2 files changed, 4 insertions, 3 deletions
diff --git a/net-www/wwwoffle/files/wwwoffled b/net-www/wwwoffle/files/wwwoffled
index beb6d6b7fd7f..bbe23f3a758c 100644
--- a/net-www/wwwoffle/files/wwwoffled
+++ b/net-www/wwwoffle/files/wwwoffled
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled,v 1.5 2003/02/14 23:10:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled,v 1.6 2003/08/03 15:09:45 wmertens Exp $
EXE=`which wwwoffled`
@@ -12,7 +12,7 @@ depend() {
start() {
ebegin "Starting wwwoffled"
start-stop-daemon --start --quiet --exec $EXE \
- -- -c /var/spool/wwwoffle/wwwoffle.conf
+ -- -c /etc/wwwoffle.conf
eend $?
}
diff --git a/net-www/wwwoffle/files/wwwoffled-online b/net-www/wwwoffle/files/wwwoffled-online
index 167615e03631..ae522cca8886 100644
--- a/net-www/wwwoffle/files/wwwoffled-online
+++ b/net-www/wwwoffle/files/wwwoffled-online
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled-online,v 1.5 2003/03/22 20:08:54 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled-online,v 1.6 2003/08/03 15:09:45 wmertens Exp $
depend() {
need wwwoffled net
@@ -10,6 +10,7 @@ depend() {
start() {
ebegin "Starting wwwoffled-online"
wwwoffle -online -c /etc/wwwoffle.conf
+ wwwoffle -fetch -c /etc/wwwoffle.conf
eend $?
}