diff options
author | Wout Mertens <wmertens@gentoo.org> | 2003-08-03 15:09:45 +0000 |
---|---|---|
committer | Wout Mertens <wmertens@gentoo.org> | 2003-08-03 15:09:45 +0000 |
commit | ff3a1006397ed5c07ffa14d14a5395b4504df554 (patch) | |
tree | 8c3e77c0929c5ffb4a29136b5beb7b9e7b4112de /net-www/wwwoffle/files/wwwoffled-online | |
parent | Added sparc to keywords to fix big #25043. (diff) | |
download | historical-ff3a1006397ed5c07ffa14d14a5395b4504df554.tar.gz historical-ff3a1006397ed5c07ffa14d14a5395b4504df554.tar.bz2 historical-ff3a1006397ed5c07ffa14d14a5395b4504df554.zip |
bugs #16065 and #20513
Diffstat (limited to 'net-www/wwwoffle/files/wwwoffled-online')
-rw-r--r-- | net-www/wwwoffle/files/wwwoffled-online | 3 |
1 files changed, 2 insertions, 1 deletions
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 $? } |