Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16065 - wwwoffle-online should fetch requested pages
Summary: wwwoffle-online should fetch requested pages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Wout Mertens (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-20 04:47 UTC by Stanislav Brabec
Modified: 2003-08-03 08:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Brabec 2003-02-20 04:47:32 UTC
Please add following line to /etc/init.d/wwwoffled-online, otherwise offline
requests will not be fetched:

 start() {
     ebegin "Starting wwwoffled-online"
     wwwoffle -online
+    wwwoffle -fetch
     eend $?
 }


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Radek Podgorny 2003-05-05 19:48:30 UTC
Yeah, I really missed that thing! Implementing it to my initscript took 10secs...

Hope it will be official soon...

Radek
Comment 2 Dan Armak (RETIRED) gentoo-dev 2003-06-10 14:53:54 UTC
Please give wwwoffle to someone else. I'm gradually disconnecting from active gentoo 
development. 
Comment 3 Donny Davies (RETIRED) gentoo-dev 2003-07-20 20:02:47 UTC
dan, im sorry, this looks like yours and im not into handling it.  :-(
Comment 4 Dan Armak (RETIRED) gentoo-dev 2003-07-21 06:37:45 UTC
I'm not on active duty, please give this to someone else. 
Comment 5 Wout Mertens (RETIRED) gentoo-dev 2003-08-03 08:11:30 UTC
Applied, thanks!