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
commitff3a1006397ed5c07ffa14d14a5395b4504df554 (patch)
tree8c3e77c0929c5ffb4a29136b5beb7b9e7b4112de /net-www/wwwoffle
parentAdded sparc to keywords to fix big #25043. (diff)
downloadhistorical-ff3a1006397ed5c07ffa14d14a5395b4504df554.tar.gz
historical-ff3a1006397ed5c07ffa14d14a5395b4504df554.tar.bz2
historical-ff3a1006397ed5c07ffa14d14a5395b4504df554.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 $?
}