diff options
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 $? } |